Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
app-notes:ble-with-bluetooth-smart-dongle [2015/04/16 20:27]
hess
app-notes:ble-with-bluetooth-smart-dongle [2019/05/20 13:42]
fachet
Line 1: Line 1:
 +<WRAP round alert 100%>
 +[[virtualisation:​bluetooth|This Page is deprecated please visit our LXC Use-Case -> Bluetooth]]
 +</​WRAP>​
 +
 +
 ====== Bluetooth Low Energy (BLE) with NB1600 and Bluegiga Bluetooth Smart Dongle ====== ====== Bluetooth Low Energy (BLE) with NB1600 and Bluegiga Bluetooth Smart Dongle ======
 This article shows you how to use [[https://​www.bluegiga.com/​en-US/​products/​bled112-bluetooth-smart-dongle | Bluegiga'​s BLE Dongle BLED112]] with NB1600. This article shows you how to use [[https://​www.bluegiga.com/​en-US/​products/​bled112-bluetooth-smart-dongle | Bluegiga'​s BLE Dongle BLED112]] with NB1600.
Line 46: Line 51:
 </​code>​ </​code>​
  
-You will now be able to talk with the dongle via this interface.+You will now be able to talk with the dongle via this interface. ​The protocol to talk will be BGAPI
 For a simple scanning test, there is a python script available on For a simple scanning test, there is a python script available on
 https://​raw.githubusercontent.com/​jrowberg/​bglib/​master/​Python/​Examples/​bled112_scanner.py https://​raw.githubusercontent.com/​jrowberg/​bglib/​master/​Python/​Examples/​bled112_scanner.py
Line 85: Line 90:
 1426759309.186 -43 0 BC6A29AB6203 0 255 020105 1426759309.186 -43 0 BC6A29AB6203 0 255 020105
 </​code>​ </​code>​
 +
 +A python package for communicating with BlueGiga modules through their proprietary API can be found 
 +[[https://​github.com/​mjbrown/​bgapi | on github]].