All Projects → platformio → Platform Espressif8266

platformio / Platform Espressif8266

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Platform Espressif8266

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 (+2588.83%)
Mutual labels:  arduino, platformio, iot, esp8266, embedded
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+130.58%)
Mutual labels:  arduino, platformio, iot, esp8266, embedded
Sonoff Homeassistant
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant
Stars: ✭ 354 (+71.84%)
Mutual labels:  arduino, firmware, iot, esp8266
Guislice
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
Stars: ✭ 534 (+159.22%)
Mutual labels:  arduino, platformio, esp8266, embedded
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+2548.54%)
Mutual labels:  arduino, iot, esp8266, embedded
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 (+1504.37%)
Mutual labels:  arduino, iot, esp8266, embedded
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (+43.2%)
Mutual labels:  arduino, iot, esp8266, embedded
Esp8266 Firmware
DeviceHive esp8266 firmware. Control hardware via clouds with DeviceHive!
Stars: ✭ 154 (-25.24%)
Mutual labels:  firmware, iot, esp8266, embedded
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+431.55%)
Mutual labels:  arduino, iot, esp8266, embedded
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-73.79%)
Mutual labels:  arduino, firmware, iot, esp8266
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 (+7969.9%)
Mutual labels:  arduino, firmware, iot, esp8266
Platform Ststm32
ST STM32: development platform for PlatformIO
Stars: ✭ 201 (-2.43%)
Mutual labels:  arduino, firmware, platformio, iot
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+13.11%)
Mutual labels:  arduino, firmware, iot, esp8266
Platform Espressif32
Espressif 32: development platform for PlatformIO
Stars: ✭ 333 (+61.65%)
Mutual labels:  arduino, firmware, platformio, iot
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+1169.42%)
Mutual labels:  arduino, iot, esp8266, embedded
Easyntpclient
Library to read time from Network Time Protocol (NTP) servers.
Stars: ✭ 20 (-90.29%)
Mutual labels:  arduino, iot, esp8266, embedded
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+481.07%)
Mutual labels:  arduino, iot, esp8266, embedded
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-47.09%)
Mutual labels:  arduino, platformio, iot, esp8266
Awot
Arduino web server library.
Stars: ✭ 200 (-2.91%)
Mutual labels:  arduino, iot, esp8266
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-32.52%)
Mutual labels:  arduino, iot, esp8266

Espressif 8266: 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 = espressif8266
board = ...
...

Development version

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