Skip to content

Development platform for ARM BLE devices supported by Apache NimBLE for PlatformIO

License

Notifications You must be signed in to change notification settings

h2zero/platform-n-able

Repository files navigation

Development platform for ARM BLE devices supported by Apache NimBLE for PlatformIO

Build Status

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.

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env]
platform = n-able
framework = arduino
platform_packages = framework-n-able@https://github.com/h2zero/n-able
board = ...
...