Skip to content

Commit e37e3aa

Browse files
committed
Update README and Library properties
1 parent 1b0d04e commit e37e3aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# STM32duinoBLE
22

33
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
410

511
You 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.
1522
Copyright (c) 2019 Arduino SA. All rights reserved.
1623
1724
This library is free software; you can redistribute it and/or

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Fork of ArduinoBLE library to add the support of STBTLE-RF and STBTLE-1
66
paragraph=This library supports creating a BLE peripheral and BLE central mode.
77
category=Communication
88
url=https://github.com/stm32duino/STM32duinoBLE
9-
architectures=samd,megaavr,mbed,stm32
9+
architectures=stm32
1010
includes=ArduinoBLE.h

0 commit comments

Comments
 (0)