Skip to content

Commit eab31ad

Browse files
committed
Update list of supported boards in peripheral examples
1 parent e683833 commit eab31ad

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/Peripheral/BatteryMonitor/BatteryMonitor.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
level characteristic. The A0 pin is used to calculate the battery level.
66
77
The circuit:
8-
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
8+
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,
9+
Arduino Nano 33 BLE, or Arduino Nano 33 BLE Sense board.
910
1011
You can use a generic BLE central app, like LightBlue (iOS and Android) or
1112
nRF Connect (Android), to interact with the services and characteristics

examples/Peripheral/ButtonLED/ButtonLED.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
represents the state of the button.
77
88
The circuit:
9-
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
9+
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,
10+
Arduino Nano 33 BLE, or Arduino Nano 33 BLE Sense board.
1011
- Button connected to pin 4
1112
1213
You can use a generic BLE central app, like LightBlue (iOS and Android) or

examples/Peripheral/CallbackLED/CallbackLED.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
library are used.
77
88
The circuit:
9-
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
9+
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,
10+
Arduino Nano 33 BLE, or Arduino Nano 33 BLE Sense board.
1011
1112
You can use a generic BLE central app, like LightBlue (iOS and Android) or
1213
nRF Connect (Android), to interact with the services and characteristics

examples/Peripheral/LED/LED.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
characteristic to control an LED.
66
77
The circuit:
8-
- Arduino MKR WiFi 1010 or Arduino Uno WiFi Rev2 board
8+
- Arduino MKR WiFi 1010, Arduino Uno WiFi Rev2 board, Arduino Nano 33 IoT,
9+
Arduino Nano 33 BLE, or Arduino Nano 33 BLE Sense board.
910
1011
You can use a generic BLE central app, like LightBlue (iOS and Android) or
1112
nRF Connect (Android), to interact with the services and characteristics

0 commit comments

Comments
 (0)