https://github.com/platformio/platform-nordicnrf51
Nordic nRF51: development platform for PlatformIO
https://github.com/platformio/platform-nordicnrf51
mbed nrf51822 platformio platformio-platform
Last synced: 8 months ago
JSON representation
Nordic nRF51: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-nordicnrf51
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T15:12:31.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-08T10:56:12.000Z (over 2 years ago)
- Last Synced: 2024-10-01T04:05:10.444Z (about 1 year ago)
- Topics: mbed, nrf51822, platformio, platformio-platform
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/nordicnrf51
- Size: 255 KB
- Stars: 20
- Watchers: 6
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nordic nRF51: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-nordicnrf51/actions)
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](https://registry.platformio.org/platforms/platformio/nordicnrf51) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/nordicnrf51.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = nordicnrf51
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-nordicnrf51.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/nordicnrf51.html).