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: content/learn/05.communication/08.bluetooth/bluetooth.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -876,6 +876,10 @@ void loop() {
876
876
}
877
877
```
878
878
879
+
Now you can start interacting with your board by following the steps as shown in the image below:
880
+
881
+

882
+
879
883
## Summary
880
884
881
885
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