Skip to content

Commit de26c13

Browse files
committed
add asset
1 parent dc14d91 commit de26c13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/learn/05.communication/08.bluetooth/bluetooth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,10 @@ void loop() {
876876
}
877877
```
878878

879+
Now you can start interacting with your board by following the steps as shown in the image below:
880+
881+
![LightBlue steps](./assets/bluetooth_app.png)
882+
879883
## Summary
880884

881885
In this article we explored the use of Arduino and the ArduinoBLE library for Bluetooth Low Energy communication, how to set up your board as either peripheral or central device and reading / sending data via Bluetooth LE.

0 commit comments

Comments
 (0)