All Projects → platformio → platform-nordicnrf51

platformio / platform-nordicnrf51

Licence: Apache-2.0 License
Nordic nRF51: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-nordicnrf51

platform-nordicnrf52
Nordic nRF52: development platform for PlatformIO
Stars: ✭ 82 (+331.58%)
Mutual labels:  mbed, platformio, platformio-platform
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+29052.63%)
Mutual labels:  mbed, platformio
vscode-iot-utility
IoT Utility for Visual Studio Code: Arduino, Espressif, Raspberry Pi, mbed and more
Stars: ✭ 61 (+221.05%)
Mutual labels:  mbed, platformio
platform-aceinna imu
Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
Stars: ✭ 28 (+47.37%)
Mutual labels:  platformio, platformio-platform
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (+78.95%)
Mutual labels:  platformio, platformio-platform
ant-arduino
An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
Stars: ✭ 69 (+263.16%)
Mutual labels:  mbed, nrf51822
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (+36.84%)
Mutual labels:  platformio, platformio-platform
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (+57.89%)
Mutual labels:  platformio, platformio-platform
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-15.79%)
Mutual labels:  platformio, platformio-platform
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (+110.53%)
Mutual labels:  platformio, platformio-platform
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+410.53%)
Mutual labels:  platformio, platformio-platform
esp32cam-ready
Plug and Play firmware for the esp32cam. Flash, provision and connect to rtsp.
Stars: ✭ 67 (+252.63%)
Mutual labels:  platformio
swifitch-software
Software for SWIFITCH HW
Stars: ✭ 12 (-36.84%)
Mutual labels:  platformio
toolchain68k
build a toolchain for cross developement. Supports motorola m68k-elf, avr and arm-none-eabi
Stars: ✭ 18 (-5.26%)
Mutual labels:  platformio
esp-rgb-led-matrix
Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
Stars: ✭ 91 (+378.95%)
Mutual labels:  platformio
LoRa APRS iGate
This is a LoRa APRS iGate/Digi based on an ESP32
Stars: ✭ 134 (+605.26%)
Mutual labels:  platformio
M5Stack-MultiApp-Advanced
A M5Stack firmware made on PlatformIO
Stars: ✭ 155 (+715.79%)
Mutual labels:  platformio
zevoicemask
An open source DIY implemetation of a face mask with voice visuals and animations.
Stars: ✭ 13 (-31.58%)
Mutual labels:  platformio
bintray-secure-ota
Over-The-Air firmware upgrades for the Internet of Things devices with JFrog @bintray
Stars: ✭ 37 (+94.74%)
Mutual labels:  platformio
platform-sam-lora
Microchip Atmel SAM34/35 platform for PlatformIO
Stars: ✭ 28 (+47.37%)
Mutual labels:  platformio

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].