The Wayback Machine - https://web.archive.org/web/20220601172811/https://github.com/topics/esp8266-arduino
Here are
1,114 public repositories
matching this topic...
An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the gitter channel to ask questions as the GitHub Issues feature is used for bug tracking.
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
LCD touchscreen for Home Automation
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
IoTaWatt Open WiFi Electric Energy Monitor
Firmware for the ESPixelStick
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
A library to make using WiFi & MQTT on the ESP8266 easy.
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Wifi and MQTT handling for ESP8266 and ESP32
Push OTAs to ESP8266 or ESP32 Elegantly.
Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, WiFi101 and WiFiNINA devices.
Simple web based Over-the-Air (OTA) updates for ESP based projects
Control your Spotify player from a ESP8266 with color touch display
Split Single-phase Energy Meter
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
ESP8266 based Homekit controller for WS2812B lightstrips with WS2812FX support🌈
a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
Updated
Nov 13, 2018
Arduino
Code from my "ESP8266 Tips & Tricks" tutorial series on YouTube
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
ESP8266 WIFI serial to emoncms link
OSC subscriber / publisher for Arduino
A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
A ESP8266 Library for easy IOT device development
A KNX/IP library for the ESP8266 with Arduino
Improve this page
Add a description, image, and links to the
esp8266-arduino
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
esp8266-arduino
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
为了更好的帮助大家,也为了更好的记录自己遇到的问题,建议大家将自己遇到的问题并解决完的问题可以记录在这个issue中,与人方便,与己方便,希望大家可以认真的记录问题并描述是如何解决的,谢谢大家合作,您的每一次记录都会对他人有所帮助哦~
PS:未解决完的问题,先不要记录哦~mua!(*╯3╰)
比如-Example
遇到的问题
上电串口助手查看打印乱码。
(可以附加图片)
解决办法
波特率设置不对,ESP8266默认波特率是76800,更改波特率后打印正常。
(可以附加图片)