Skip to content

platformio/platform-nordicnrf51

Repository files navigation

Nordic nRF51: development platform for PlatformIO

Build Status

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

  1. Install PlatformIO
  2. 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.