Skip to content

Commit

Permalink
chore(examples): update circuit description
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jan 9, 2023
1 parent ce6cc8f commit b5a70eb
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 8 deletions.
12 changes: 11 additions & 1 deletion examples/Central/LedControl/LedControl.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
it will remotely control the BLE Peripheral's LED, when the button is pressed or released.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
You can use it with another board that is compatible with this library and the
Peripherals -> LED example.
Expand Down
12 changes: 11 additions & 1 deletion examples/Central/PeripheralExplorer/PeripheralExplorer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
is found. Then connects, and discovers + prints all the peripheral's attributes.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
You can use it with another board that is compatible with this library and the
Peripherals -> LED example.
Expand Down
12 changes: 11 additions & 1 deletion examples/Central/Scan/Scan.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
address, local name, advertised service UUID's.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
This example code is in the public domain.
*/
Expand Down
12 changes: 11 additions & 1 deletion examples/Central/ScanCallback/ScanCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@
reported for every single advertisement it makes.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
This example code is in the public domain.
*/
Expand Down
12 changes: 11 additions & 1 deletion examples/Central/SensorTagButton/SensorTagButton.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@
outputted to the Serial Monitor when one is pressed.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
- TI SensorTag
This example code is in the public domain.
Expand Down
12 changes: 11 additions & 1 deletion examples/Peripheral/ButtonLED/ButtonLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
represents the state of the button.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
You can use a generic BLE central app, like LightBlue (iOS and Android) or
nRF Connect (Android), to interact with the services and characteristics
Expand Down
12 changes: 11 additions & 1 deletion examples/Peripheral/CallbackLED/CallbackLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
library are used.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
You can use a generic BLE central app, like LightBlue (iOS and Android) or
nRF Connect (Android), to interact with the services and characteristics
Expand Down
12 changes: 11 additions & 1 deletion examples/Peripheral/LED/LED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
characteristic to control an LED.
The circuit:
- STEVAL-MKBOXPRO, STEVAL-MKSBOX1V1, B-L475E-IOT01A1, B_L4S5I_IOT01A, or a Nucleo board plus the X-NUCLEO-IDB05A2 or the X-NUCLEO-IDB05A1 or the X-NUCLEO-BNRG2A1
- Boards with integrated BLE or Nucleo board plus one of BLE X-Nucleo shield::
- B-L475E-IOT01A1
- B_L4S5I_IOT01A
- STEVAL-MKBOXPRO
- STEVAL-MKSBOX1V1,
- NUCLEO-WB15CC
- P-NUCLEO-WB55RG
- STM32WB5MM-DK
- X-NUCLEO-IDB05A2
- X-NUCLEO-IDB05A1
- X-NUCLEO-BNRG2A1
You can use a generic BLE central app, like LightBlue (iOS and Android) or
nRF Connect (Android), to interact with the services and characteristics
Expand Down

0 comments on commit b5a70eb

Please sign in to comment.