platform-nordicnrf51
platform-nordicnrf51 copied to clipboard
Nordic nRF51: development platform for PlatformIO
Nordic nRF51: development platform for PlatformIO
The Nordic nRF51 Series is a family of highly flexible, multi-protocol, system-on-chip (SoC) devices for ultra-low power wireless applications. nRF51 Series devices support a range of protocol stacks including Bluetooth Smart (previously called Bluetooth low energy), ANT and proprietary 2.4GHz protocols such as Gazell.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
Usage
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
Stable version
[env:stable]
platform = nordicnrf51
board = ...
...
Development version
[env:development]
platform = https://github.com/platformio/platform-nordicnrf51.git
board = ...
...
Configuration
Please navigate to documentation.