File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# STM32duinoBLE
2
2
3
3
This 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
4
10
5
11
You can find the official Pull Request at the following link:
6
12
@@ -12,6 +18,7 @@ https://github.com/arduino-libraries/ArduinoBLE
12
18
## License
13
19
14
20
```
21
+ Copyright (c) 2019 STMicroelectronics. All rights reserved.
15
22
Copyright (c) 2019 Arduino SA. All rights reserved.
16
23
17
24
This 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
6
6
paragraph =This library supports creating a BLE peripheral and BLE central mode.
7
7
category =Communication
8
8
url =https://github.com/stm32duino/STM32duinoBLE
9
- architectures =samd,megaavr,mbed, stm32
9
+ architectures =stm32
10
10
includes =ArduinoBLE.h
You can’t perform that action at this time.
0 commit comments