File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# STM32duinoBLE
22
33This library is a fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1S BLE modules.
4+ It was successfully tested with the X-NUCLEO-IDB05A1 expansion board and a NUCLEO-F401RE or NUCLEO-L476RG or
5+ 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 STBTLE-1S BLE module
7+ mounted on that board as described in the following wiki page:
8+
9+ https://github.com/stm32duino/wiki/wiki/STM32duinoBLE-with-STEVAL_MKSBOX1V1
410
511You can find the official Pull Request at the following link:
612
@@ -12,6 +18,7 @@ https://github.com/arduino-libraries/ArduinoBLE
1218## License
1319
1420```
21+ Copyright (c) 2019 STMicroelectronics. All rights reserved.
1522Copyright (c) 2019 Arduino SA. All rights reserved.
1623
1724This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ sentence=Fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1
66paragraph =This library supports creating a BLE peripheral and BLE central mode.
77category =Communication
88url =https://github.com/stm32duino/STM32duinoBLE
9- architectures =samd,megaavr,mbed, stm32
9+ architectures =stm32
1010includes =ArduinoBLE.h
You can’t perform that action at this time.
0 commit comments