It should be possible to connect up to 6 on most computers, sometimes 7. However that is 6 bluetooth devices in total, so if you're already connected to a bluetooth Mouse, Keyboard and Headphones then that will only leave 3 devices left, which might be what you're seeing.
Another option is to use Bluetooth Advertising (if you only need to get data in one direction - from a Bangle to your PC). That will work with any number of devices. There's some example code here: http://www.espruino.com/BLE+Advertising
It's also possible to use Bluetooth Advertising via a website on some devices (Android phones for sure). While I don't have a tutorial on that if you need it, let me know and I can come up with an example for you.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
It should be possible to connect up to 6 on most computers, sometimes 7. However that is 6 bluetooth devices in total, so if you're already connected to a bluetooth Mouse, Keyboard and Headphones then that will only leave 3 devices left, which might be what you're seeing.
Another option is to use Bluetooth Advertising (if you only need to get data in one direction - from a Bangle to your PC). That will work with any number of devices. There's some example code here: http://www.espruino.com/BLE+Advertising
It's also possible to use Bluetooth Advertising via a website on some devices (Android phones for sure). While I don't have a tutorial on that if you need it, let me know and I can come up with an example for you.