Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tasmota | 20,636 | a day ago | 11 | gpl-3.0 | C | |||||
Alternative firmware for ESP8266 and ESP32 based devices 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 | ||||||||||
Wled | 12,772 | 2 | a day ago | 4 | August 03, 2021 | 346 | mit | C++ | ||
Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! | ||||||||||
Nodemcu Firmware | 7,462 | a month ago | 109 | mit | C | |||||
Lua based interactive firmware for ESP8266, ESP8285 and ESP32 | ||||||||||
Platformio Core | 7,174 | a day ago | 16 | August 12, 2022 | 216 | apache-2.0 | Python | |||
Your Gateway to Embedded Software Development Excellence :alien: | ||||||||||
Esphome | 6,828 | 1 | 1 | a day ago | 335 | November 27, 2023 | 175 | other | C++ | |
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. | ||||||||||
Arduinojson | 6,342 | 23 days ago | 17 | mit | C++ | |||||
📟 JSON library for Arduino and embedded C++. Simple and efficient. | ||||||||||
Blynk Library | 3,731 | a month ago | 7 | mit | C++ | |||||
Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc. | ||||||||||
Esp32marauder | 3,400 | 2 days ago | 95 | mit | C++ | |||||
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32 | ||||||||||
Openmqttgateway | 3,233 | a day ago | 64 | gpl-3.0 | C++ | |||||
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA. | ||||||||||
Tft_espi | 3,006 | 8 days ago | 23 | other | C | |||||
Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips |
Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
When we learn a new embedded hardware, we usually started with the sketch Blink.
We think Blink is the hello world of embedded hardware.
We aim to build a easy learn IoT solution project, which like Blink a led.
So we named this project blinker with this inspiration.
当我们接触学习一个新的嵌入式硬件平台时, 我们通常是从 Blink 点亮一颗LED开始的。
我们把 Blink 当作硬件开发第一课的 hello world 。
我们期望做像 Blink 点亮一颗LED 那样简单的物联网解决方案。
根据这个灵感, 我们将这个项目命名为 blinker 。
blinker is a cross-hardware, cross-platform solution for the IoT. It provides APP, device and server support, and uses public cloud services for data transmission and storage. It can be used in smart home, data monitoring and other fields to help users build Internet of Things projects better and faster.
blinker 是一套跨硬件、跨平台的物联网解决方案,提供APP端、设备端、服务器端支持,使用公有云服务进行数据传输存储。可用于智能家居、数据监测等领域,可以帮助用户更好更快地搭建物联网项目。
WebSockets - for Blinker to build up a websocket server
Adafruit_MQTT_Library - for Blinker to build up a mqtt client
ArduinoJson - for Blinker to format Json data
OneButton - for Blinker to manage button
painlessMesh - for Blinker to build up a mesh network
Blynk
Due to frequent updates of versions, individual items may not be added in time. We hope to understand. If you find out, please let us know.
WebSockets - Blinker 用这个库建立了一个 websocket 服务器
Adafruit_MQTT_Library - Blinker 用这个库建立了一个 MQTT 客户端
ArduinoJson - Blinker 用这个库解析 Json
OneButton - Blinker 用这个库管理按键
painlessMesh - Blinker 用这个库建立mesh网络
Blynk
由于版本更新频繁,个别项目可能没有及时添加,望理解,如有发现可告知我们