Skip to content

Commit dc53980

Browse files
Update README.md
Add section on BLE
1 parent 71d8c5e commit dc53980

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ No additional setup required.
7272
4. Clone this repo: ```git clone https://github.com/sandeepmistry/arduino-nRF5.git sandeepmistry/nRF5```
7373
5. Restart the Arduino IDE
7474

75+
## BLE
76+
77+
This Arduino Core does **not** contain any Arduino style API's for BLE functionality. All the relevant Nordic SoftDevice (S110, S130, S132) header files are included build path when a SoftDevice is selected via the `Tools` menu.
78+
79+
### Recommend BLE Libraries
80+
81+
* [BLEPeripheral](https://github.com/sandeepmistry/arduino-BLEPeripheral)
82+
* v0.3.0 and greater, available via the Arduino IDE's library manager.
83+
* Supports peripheral mode only.
84+
7585
## Credits
7686

7787
This core is based on the [Arduino SAMD Core](https://github.com/arduino/ArduinoCore-samd) and licensed under the same [GPL License](LICENSE)

0 commit comments

Comments
 (0)