Bluetooth lib

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

Bluetooth lib

Post by IdeasVacuum »

It is often the case that data on a Smart Phone needs to be sent/synchronised to another device, typically a desktop/laptop PC. Most modern phones/tablets/PCs support Bluetooth, so if SB can make this possible, it would be most useful.
User avatar
eddy
Posts: 124
Joined: Thu Mar 27, 2014 8:34 am

Re: Bluetooth lib

Post by eddy »

NFC too
the.weavster
Posts: 229
Joined: Sat Mar 01, 2014 3:02 pm

Re: Bluetooth lib

Post by the.weavster »

-1
tenaja
Posts: 3
Joined: Sat Oct 20, 2018 2:41 pm

Re: Bluetooth lib

Post by tenaja »

As a PB user, I came just to see if I can make an SB app that can communicate via BT...
User avatar
Caronte3D
Posts: 187
Joined: Sat Nov 23, 2019 5:21 pm
Location: Some Universe

Re: Bluetooth lib

Post by Caronte3D »

Hey! You already can use a cordova bluetooth plugin for that.
My current (in development) project uses it and can connect and share bidirectional data without problems ;)
tj1010
Posts: 218
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Bluetooth lib

Post by tj1010 »

BT has almost 20 different profiles. It can basically do anything and has transparent encryption and compression that is actually in the standard. The file transfer profile is called FTP ironically enough.. AVRCP for remote playback control, BPP for printing, DUN for dialup networking, A2DP for streaming, HFP for headset and car hands free stuff etc..

The problem is most devices have a range of less than 10 meters..
Post Reply