This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
app-notes:ble-with-bluetooth-smart-dongle [2015/04/13 08:30] – hess | app-notes:ble-with-bluetooth-smart-dongle [2023/04/03 09:31] (current) – fricker | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP round alert 100%> | ||
+ | [[configuration/ | ||
+ | </ | ||
+ | |||
+ | |||
====== 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:// | This article shows you how to use [[https:// | ||
Line 13: | Line 18: | ||
cdc_acm | cdc_acm | ||
</ | </ | ||
- | If the kernel module is not loaded, we need to load it and check again after some seconds. | + | If the kernel module is not loaded, we need to load it and check again. |
<code bash> | <code bash> | ||
~ $ insmod / | ~ $ insmod / | ||
- | ~ $ #check again with lsmod after a while | + | ~ $ lsmod | grep cdc_acm |
</ | </ | ||
After plugging in the BLE USB dongle you should see some sign of life in the kernel messages. | After plugging in the BLE USB dongle you should see some sign of life in the kernel messages. | ||
Line 46: | Line 51: | ||
</ | </ | ||
- | 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. |
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:// | https:// | ||
Line 85: | Line 90: | ||
1426759309.186 -43 0 BC6A29AB6203 0 255 020105 | 1426759309.186 -43 0 BC6A29AB6203 0 255 020105 | ||
</ | </ | ||
+ | |||
+ | A python package for communicating with BlueGiga modules through their proprietary API can be found | ||
+ | [[https:// | ||