All Projects → platformio → Platform Espressif32

platformio / Platform Espressif32

Licence: apache-2.0
Espressif 32: development platform for PlatformIO

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Platform Espressif32

Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (-39.64%)
Mutual labels:  build, arduino, firmware, platformio, iot, continuous-integration, continuous-deployment
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (-30.03%)
Mutual labels:  arduino, esp32, firmware, arduino-ide, iot
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-83.78%)
Mutual labels:  arduino, esp32, firmware, arduino-ide, iot
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+42.64%)
Mutual labels:  build, arduino, esp32, platformio, iot
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 (+1563.36%)
Mutual labels:  arduino, esp32, platformio, iot
Deviot
Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Stars: ✭ 281 (-15.62%)
Mutual labels:  arduino, esp32, platformio, arduino-ide
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (-0.9%)
Mutual labels:  arduino, esp32, arduino-ide, iot
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+489.79%)
Mutual labels:  arduino, esp32, platformio, arduino-ide
Platform Espressif8266
Espressif 8266: development platform for PlatformIO
Stars: ✭ 206 (-38.14%)
Mutual labels:  arduino, firmware, platformio, iot
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+892.49%)
Mutual labels:  arduino, esp32, iot
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (+101.8%)
Mutual labels:  build, continuous-integration, continuous-deployment
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+108.71%)
Mutual labels:  build, continuous-integration, continuous-deployment
Tasmota
Alternative firmware for ESP8266 with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
Stars: ✭ 16,624 (+4892.19%)
Mutual labels:  arduino, firmware, iot
Arduinowebsockets
A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
Stars: ✭ 213 (-36.04%)
Mutual labels:  arduino, esp32, iot
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-63.06%)
Mutual labels:  build, arduino, arduino-ide
Build
Netlify Build runs the build command, Build Plugins and bundles Netlify Functions.
Stars: ✭ 135 (-59.46%)
Mutual labels:  build, continuous-integration, continuous-deployment
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (-47.75%)
Mutual labels:  build, continuous-integration, continuous-deployment
Awesome Esp
📶 A curated list of awesome ESP8266/32 projects and code
Stars: ✭ 212 (-36.34%)
Mutual labels:  arduino, esp32, iot
build-plugin-template
Template repository to create new Netlify Build plugins.
Stars: ✭ 26 (-92.19%)
Mutual labels:  build, continuous-integration, continuous-deployment
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+1198.5%)
Mutual labels:  esp32, platformio, iot

Espressif 32: development platform for PlatformIO

Build Status

Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.

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

Development version

[env:development]
platform = https://github.com/platformio/platform-espressif32.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].