Development platform for ARM BLE devices supported by Apache NimBLE for PlatformIO
Apache NimBLE is an open-source Bluetooth 5.1 stack (both Host & Controller) that completely replaces the proprietary SoftDevice on Nordic chipsets. It is part of Apache Mynewt project. This platform aims to provide the use of the NimBLE-Arduino library for Nordic and other ARM based devices that are supported by the underlying NimBLE stack, using the n-able Arduino core.
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env]
platform = n-able
framework = arduino
platform_packages = framework-n-able@https://github.com/h2zero/n-able
board = ...
...