You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BadgeBLE.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,3 +231,9 @@ Returns:
231
231
- Parameters out of range: `0xff`.
232
232
-`speed_ms` or `brightness_level` is out of allowed range: `0x02`.
233
233
- Success: `0x00`.
234
+
235
+
#### Example
236
+
237
+
There were some examples created for a better understanding of this next-gen protocol. This requires expect and bluez to be installed.
238
+
239
+
Put the badge in Bluetooth mode, or enable the always-on BLE. Identify the badge’s MAC address. Put it in the script. Then, in the project root directory, for example, run `./example/streaming.sh` to test the streaming feature.
0 commit comments