All Projects → platformio → platform-nordicnrf52

platformio / platform-nordicnrf52

Licence: Apache-2.0 license
Nordic nRF52: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to platform-nordicnrf52

platform-nordicnrf51
Nordic nRF51: development platform for PlatformIO
Stars: ✭ 19 (-76.83%)
Mutual labels:  mbed, platformio, platformio-platform
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-63.41%)
Mutual labels:  platformio, platformio-platform
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+18.29%)
Mutual labels:  platformio, platformio-platform
UPnP Generic
A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethe…
Stars: ✭ 14 (-82.93%)
Mutual labels:  mbed, nrf52
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 (-65.85%)
Mutual labels:  platformio, platformio-platform
platform-intel mcs51
Intel MCS-51 (8051): development platform for PlatformIO
Stars: ✭ 40 (-51.22%)
Mutual labels:  platformio, platformio-platform
MDNS Generic
mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00
Stars: ✭ 22 (-73.17%)
Mutual labels:  mbed, nrf52
platform-linux arm
Linux ARM: development platform for PlatformIO
Stars: ✭ 16 (-80.49%)
Mutual labels:  platformio, platformio-platform
vscode-iot-utility
IoT Utility for Visual Studio Code: Arduino, Espressif, Raspberry Pi, mbed and more
Stars: ✭ 61 (-25.61%)
Mutual labels:  mbed, platformio
platform-lattice ice40
Lattice iCE40: development platform for PlatformIO
Stars: ✭ 34 (-58.54%)
Mutual labels:  platformio, platformio-platform
MySQL MariaDB Generic
This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, P…
Stars: ✭ 35 (-57.32%)
Mutual labels:  mbed, nrf52
platform-shakti
Shakti: development platform for PlatformIO
Stars: ✭ 26 (-68.29%)
Mutual labels:  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 (+6654.88%)
Mutual labels:  mbed, platformio
Wasm3 RGB Lamp
Animating an RGB lamp, using WebAssembly!
Stars: ✭ 35 (-57.32%)
Mutual labels:  platformio, nrf52
platformio-core-installer
PlatformIO Core Installer
Stars: ✭ 53 (-35.37%)
Mutual labels:  platformio
FireLamp JeeUI
Project Fire Lamp based on EmbUI framework (GPL license)
Stars: ✭ 77 (-6.1%)
Mutual labels:  platformio
WisBlock
Quickstart, tutorials and examples for the RAKwireless WisBlock product line.
Stars: ✭ 95 (+15.85%)
Mutual labels:  nrf52
EspBuddy
Wrapper to easily upload (OTA or Serial), backup, batch query, monitor ESP8266 boards using Esptool.py, Espota.py and Platformio
Stars: ✭ 47 (-42.68%)
Mutual labels:  platformio
Effortless-SPIFFS
A class designed to make reading and storing data on the ESP8266 and ESP32 effortless
Stars: ✭ 27 (-67.07%)
Mutual labels:  platformio
Maix-LogoClassifier
A simple logo classifier developed using Maixduino framework and PlatfomIO, to run on K210 MCU on Sipeed's Maix dev board.
Stars: ✭ 25 (-69.51%)
Mutual labels:  platformio

Nordic nRF52: development platform for PlatformIO

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 which makes them quite capable Bluetooth Smart SoCs.

  • Home (home page in the PlatformIO 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.

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].