Skip to content

Redferne/platform-nordicnrf52

 
 

Repository files navigation

Nordic nRF52: development platform for PlatformIO

Build Status Build status

The nRF52 Series are built for speed to carry out increasingly complex tasks in the shortest possible time and return to sleep, conserving precious battery power. They have a Cortex-M4F processor and are the most capable Bluetooth Smart SoCs on the market.

  • 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 = nordicnrf52
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-nordicnrf52.git
board = ...
...

Configuration

Please navigate to documentation.

About

Nordic nRF52: development platform for PlatformIO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%