1 Star 0 Fork 52

FrostW / awesome-esp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
CC0-1.0

Awesome ESP Awesome Contributor Covenant

A curated list of awesome ESP8266/32 projects and code.

ESP8266 ESP32

Both the ESP8266 and the ESP32 are low-cost Wi-Fi microchips with full TCP/IP stack and microcontroller capabilities produced by the Shanghai-based manufacturer Espressif Systems.
See Contributing for information on how to contribute to this list.


Contents

Firmware

  • Espressif AT - The default vanilla firmware for the ESP8266.
  • NodeMCU - An eLua-based firmware for the ESP8266.
  • ESPBasic - A BASIC firmware for easy and wireless programming, ready for the 8266.
  • MicroPython - An implemention of Python3 for the ESP8266 and 32.
  • ESP32 - An experimental firmware for 3D Printers, both the ESP32 and 8266.
  • Frankenstein - A quick and dirty firmware with cool features for the ESP8266.
  • MongooseOS - An IoT specific firmware, with both C and JS. Available for the ESP32/8266.
  • DeviceHive - A firmware made as a client for DeviceHive's IoT data platform, only for the 8266.
  • RT-Thread - Chinese open source firmware available for the ESP32.
  • Sming Framework - Superb C/C++ IoT Framework with support for ESP8266 and ESP32.

Tools

  • ESP Flash Tool - The vanilla firmware flasher for both ESP's.
  • Arduino Core/8266 - The Arduino core for the ESP8266.
  • Arduino Core/32 - The other Arduino core for the ESP32.
  • ESPTool - Espressif's command line tool for bootloader comms in both ESP's.
  • ESP-Open-SDK - An open SDK for the ESP8266.
  • ESPTool-ck - A CLI tool for flashing in the ESP8266.
  • ESPTool-gui - A flashing GUI tool based on ESPTool-ck.
  • NodeMCU Flasher - NodeMCU's official flashing tool for its OS.
  • LuaNode - A lua-only SDK for 32/8266.
  • Tuya-Convert - A Wi-Fi firmware flasher ESP8266 that has been pre-loaded with Tuya firmware.
  • Tasmotizer - A graphical flashing tool for Tasmota firmware. Can manage Wi-Fi & MQTT settings, modules & templates.
  • Arduino FS Plugin - An Arduino plugin for filesystem uploads in the 8266.
  • PlatformIO - Cross Platform IDE and Debugger that supports both the ESP32 and ESP8266.

Projects

Smart Home and IoT

  • OpenMQTTGateway - An implementation of a multiprotocol MQTT gateway for both ESP's among other devices.
  • ESPHome - A full-featured system for controlling ESP's through simple yet powerful configuration files and Home Automation systems.
  • Tasmota - An alternative firmware for Sonoff & other ESP8266/ESP32 devices. Includes a large collection of sensor drivers & integrates with Home Assistant natively or via MQTT.
  • Sonoff-Homekit - An alternative firmware for Sonoff devices (and other 8266 devices) which allows control through Apple's Homekit.
  • DoorsignEPD - A smart... doorsign with an E-Paper display using the ESP32.
  • EPaperWeatherDisplay - A very cute e-ink weather display using the ESP32.
  • SuperGreenOS - A full-featured home farming automation software for the ESP32.
  • CanAirIO - Citizen science project that uses mobile and fixed stations to measure air quality with ESP32 and smartphones.

InfoSec

  • ESP32-BLECollector - A wardriving device which displays BLE devices and collects data from them, all in a nice screen interface.
  • ESP32Marauder - An integrated suite of offensive and defensive tools for WiFi and Bluetooth.
  • ArduinoPcap - A library which allows generation of .pcap files with network traffic, for both ESP's.
  • WiFi Satellite - A giant Wifi "satellite" that can monitor all 14 2.4Ghz channels using, well, 14 ESP32s.
  • ESP8266 Deauther - A very cool pseudojammer (deauther) of Wifi networks that uses the ESP8266.
  • PacketMonitor - A beautiful OLED monitor for packet activity in a WiFi channel. Two versions for each ESP.
  • WiFiDuck - A wireless-enabled keystroke injector, analogous, but even more awesome than the Rubber Ducky.
  • ESP8266 Beacon Spam - Want to confuse people? This device creates hundreds of fake WiFi networks.
  • DeauthDetector - A small device that shines a light if it detects a WiFi deauth attack. Made by the same guy as the last six projects.

Biomedical

  • HeartyPatch - A wearable BLE and WiFi connected ECG-HR patch which uses the ESP32.
  • HealthyPi v4 - An amazing open source vital signs monitor that can monitor ECG, respiration, pulse oximetry and body temperature, all run by an ESP32.

LoRa

  • Meshtastic - ESP32 LoRA boards as secure, long battery life, mesh GPS communicators.
  • ESP32-Paxcounter Wifi & Bluetooth driven, LoRaWAN enabled, battery powered mini Paxcounter built on cheap ESP32 LoRa IoT boards
  • Disaster Radio - A disaster-resilient communications network powered by the sun

Others

  • Open SmartWatch - A FOSS smartwatch with GPS, an inertial unit and an extremely cool 3D-printed case.
  • SoftRF - A DIY aviation proximity awareness system that can be used in UAV projects.
  • Retro ESP32 - An extremely cool launcher for the Odroid Go (with the ESP32), which allows emulating several retro consoles.
  • PedalinoMini - A wireless MIDI pedal controller for guitarists, built with the ESP32.
  • StickWatch - A smartwatch module based on the M5Stick, using the ESP32.
  • DroneBridge - An implementation of DroneBridge, a signal link for drones and UAV's on the ESP32.

Libraries

  • Wasm3 - A lightning fast WebAssembly interpreter designed for embedded devices, compatible with both ESP's.
  • Homie8266 - Framework implementation of the Homie protocol for the 8266.
  • ESP-Dash - Beautiful and fast framework for creating remote dashboards in the 8266/32. No internet required.
  • ESP_mqtt - MQTT helper library for the ESP8266.
  • GUIslice - A drag and drop GUI framework for several devices and screen controllers. Compatible with 8266 and 32.
  • MicroWebSrv2 - A very powerful MicroPython web server which can be used in the ESP32.
  • IRremoteESP8266 - Emit and receive IR signals in the ESP8266.
  • esphomelib - Framework to integrate with HomeAssistant in the 8266.
  • TTS - A somehow good text to speech library for several Arduino devices, both ESP's included.
  • Free802.11 - Library to emit arbitrary 802.11 signals with the ESP32.
  • Koyn - A decentralized Bitcoin library for the ESP32 and the ESP8266.
  • TFTLibrary - TFT compatibility for the ESP32.
  • UTFT-ESP - UTFT Support for the ESP32/8266.
  • ESPAudio - Library for playing a diverse range of audio formats in the ESP8266/ESP32.
  • AsyncTCP - Asynchronous TCP Library for both the 8266 and the 32.
  • ESP-HomeKit - Homekit implementation for 8266 on RTOS.
  • ESPHelper - MQTT and Wi-fi automation-oriented library for the 8266.
  • ESPHelper/32 - Port of the ESPHelper library for the 32.
  • ESP8266Wifi - Simple Arduino Wifi library for the 8266.
  • WiFiESP - Arduino library for Wifi management, client/server for 8266 board.
  • TinyGSM - A quick and simple Arduino library for interaction with GSM modules which can also control the 8266 through AT commands.
  • mJS - A lightweight and restricted JS engine that is used by MongooseOS, compatible on the 32 and 8266.
  • ESPUI - A simply library for making interactive web interfaces for both ESP's.
  • ESP32 ePaper - A full-featured library for using ePaper modules with the ESP32.
  • TinyUPnP - A lightweight UPnP IGD library for automatic port forwarding on the 8266 and 32.
  • Esp32SSHClient - A library that implements a SSH client in the ESP32.
  • painlessMesh - A library that takes care of the particulars of creating a simple mesh network using ESP8266 and ESP32 hardware.
  • WifiEspNow - Arduino library for ESP-NOW, a connectionless WiFi communication protocol defined by Espressif.
  • go-mcu - Golang package for interacting with NodeMCU-based boards.
  • CanAirIO SensorLib - ESP32/8266 library with auto-configuration of multiple PM2.5, CO2 and environment sensors.
  • Dhyara - A C/C++ library for making a Mobile Ad hoc Network (MANET) using ESP Now.
CC0 1.0 Universal Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. For more information, please see <http://creativecommons.org/publicdomain/zero/1.0/>

简介

暂无描述 展开 收起
CC0-1.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/frostw/awesome-esp.git
git@gitee.com:frostw/awesome-esp.git
frostw
awesome-esp
awesome-esp
main

搜索帮助