Skip to content

sandro-sole/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 PlatformIO Platform 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.

About

Nordic nRF51: development platform for PlatformIO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%