Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
configuration:bluetooth-low-energy-ble [2020/06/04 11:22] – [Step 1 Change Bluetooth Mode] dodenhoeftconfiguration:bluetooth-low-energy-ble [2020/06/04 11:45] – [Step 2 Run Script] dodenhoeft
Line 1: Line 1:
 ====== Bluetooth Low Energy ====== ====== Bluetooth Low Energy ======
 +Bluetooth is a standardized protocol for sending and receiving data via a 2.4GHz wireless link. It's a secure protocol, and it's perfect for short-range, low-power, low-cost, wireless transmissions between electronic devices.
  
-Since Software version 4.4.0.100 all netmodule device supports Bluetooth Low Energy via SDK. The following step by step description will guide you to configure a BLE Scanner on a NB800.+{{:configuration:ble1.png?600|}}
  
-===== Step 1 Change Bluetooth Mode =====+Since Software version 4.4.0.100 all netmodule device support Bluetooth Low Energy via SDK. The following step by step description will guide you to configure a BLE Scanner on a NB800.
  
-Since software version 4.4.0.100 all netmodule devices provide a bluetooth Interface on the WEB - GUI. For using bluetooth via SDK you need to enable the interface for the SDK environment:+===== Step 1Change Bluetooth Mode =====
  
-{{:configuration:ble.png|}} +For using bluetooth via SDK you need to enable the interface for the SDK environment via the WEB GUI:
-===== Step 2 Run Script =====+
  
-Afterwards you can run the following BLE Script,  which is scanning available BLE Tags in the surroundings.+{{:configuration:ble.png|}} 
 +===== Step 2. Run Script =====
  
 +Afterwards you can run the following BLE Script. The script is scanning the surrounded available BLE device/tags and will show you the bluetooth advertising data. It will stop automatically after 20 detected devices/tags.
 <code - BLE_Scan.are> <code - BLE_Scan.are>
  
Line 28: Line 30:
 </code> </code>
  
-The script is scanning the surrounded available BLE device/tags and will show you the bluetooth advertising dataIt will stop automatically after 20 detected devices/tags.+For more BLE SDK functionality, please check our [[ftp://share.netmodule.com/router/public/system-software/latest/NB_SDK_API_Manual.pdf|SDK API]]