Nordic nRF52: development platform for PlatformIO
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 which makes them quite capable Bluetooth Smart SoCs.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = nordicnrf52
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-nordicnrf52.git
board = ...
...
Please navigate to documentation.