aldrinleal / platform-nordicnrf51

Nordic nRF51: development platform for PlatformIO

Home Page:http://platformio.org/platforms/nordicnrf51

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nordic nRF51: development platform for PlatformIO

Build Status 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

http://platformio.org/platforms/nordicnrf51

License:Apache License 2.0


Languages

Language:Python 100.0%