Skip to content

Commit 731440b

Browse files
committed
doc: reference STM32WBxx
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 23e7407 commit 731440b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Diff for: README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# STM32duinoBLE
22

3-
This library is a fork of ArduinoBLE library to add the support of SPBTLE-RF and SPBTLE-1S BLE modules.
4-
It was successfully tested with the X-NUCLEO-IDB05A2 or X-NUCLEO-IDB05A1 or X-NUCLEO-BNRG2A1 expansion board and a NUCLEO-F401RE
5-
or NUCLEO-L476RG or NUCLEO-L053R8, with B-L475E-IOT01A and with STEVAL-MKSBOX1V1.
6-
In order to use this library with STEVAL-MKSBOX1V1, you need to update the firmware of the SPBTLE-1S BLE module
7-
mounted on that board as described in the following wiki page:
8-
3+
This library is a fork of ArduinoBLE library to add the support of STM32WBxx, SPBTLE-RF and SPBTLE-1S BLE modules.
4+
It was successfully tested with the P-NUCELO_WB55RG, STM32WB5MM-DK, X-NUCLEO-IDB05A2 or X-NUCLEO-IDB05A1 or
5+
X-NUCLEO-BNRG2A1 expansion board and a NUCLEO-F401RE or NUCLEO-L476RG or NUCLEO-L053R8, with B-L475E-IOT01A
6+
and with STEVAL-MKSBOX1V1.
7+
8+
- In order to use this library with SM32WBxx series, you need to update the STM32WB Copro Wireless Binaries
9+
with stm32wbxx_BLE_HCILayer_fw.bin depending of your mcu:
10+
https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB_Copro_Wireless_Binaries
11+
Each subdirectories contains binaries and Release_Notes.html which explain how to update it.
12+
13+
- In order to use this library with STEVAL-MKSBOX1V1, you need to update the firmware of the SPBTLE-1S BLE module
14+
mounted on that board as described in the following wiki page:
915
https://github.com/stm32duino/wiki/wiki/STM32duinoBLE#stm32duinoble-with-steval_mksbox1v1
1016

11-
In order to use this library with X-NUCLEO-BNRG2A1, you need to update the firmware of the BLUENRG-M2SP BLE module
12-
mounted on that expansion board as described in the following wiki page:
13-
17+
- In order to use this library with X-NUCLEO-BNRG2A1, you need to update the firmware of the BLUENRG-M2SP BLE module
18+
mounted on that expansion board as described in the following wiki page:
1419
https://github.com/stm32duino/wiki/wiki/STM32duinoBLE#stm32duinoble-with-x-nucleo-bnrg2a1
1520

1621
For more information about ArduinoBLE library please visit the official web page at:

0 commit comments

Comments
 (0)