The Wayback Machine - https://web.archive.org./web/20210919000025/https://github.com/topics/esp8266-arduino
Here are
1,023 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.
Updated
on Aug 8, 2021
C++
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
Updated
on Sep 15, 2021
C
LCD touchscreen for Home Automation
Updated
on Sep 6, 2021
C++
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
Updated
on Sep 13, 2021
C++
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
Updated
on Jan 29, 2021
C++
Firmware for the ESPixelStick
Updated
on Sep 18, 2021
C++
IoTaWatt Open WiFi Electric Energy Monitor
Updated
on Sep 15, 2021
C++
A library to make using WiFi & MQTT on the ESP8266 easy.
Updated
on Nov 6, 2020
C++
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Updated
on Jun 30, 2021
C++
Wifi and MQTT handling for ESP8266 and ESP32
Updated
on Sep 9, 2021
C++
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Updated
on Sep 15, 2021
C++
Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
Updated
on Sep 17, 2021
C++
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.
Updated
on Sep 17, 2021
C++
Push OTAs to ESP8266 or ESP32 Elegantly.
Updated
on Aug 18, 2021
C
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, WiFi101 and WiFiNINA devices.
Updated
on Feb 20, 2021
C++
Simple web based Over-the-Air (OTA) updates for ESP based projects
Updated
on Feb 26, 2021
C++
Control your Spotify player from a ESP8266 with color touch display
Updated
on Dec 16, 2020
C
Split Single-phase Energy Meter
Updated
on May 4, 2021
C++
a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
Updated
on Nov 13, 2018
Arduino
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
Updated
on Apr 9, 2021
C++
Code from my "ESP8266 Tips & Tricks" tutorial series on YouTube.
Updated
on May 1, 2020
C++
ESP8266 based Homekit controller for WS2812B lightstrips with WS2812FX support🌈
ESP8266 WIFI serial to emoncms link
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
Updated
on Sep 6, 2021
C++
OSC subscriber / publisher for Arduino
Updated
on Aug 10, 2021
C++
A ESP8266 Library for easy IOT device development
Persistent WiFiManager Arduino library for ESP8266
Updated
on Apr 23, 2020
C++
A KNX/IP library for the ESP8266 with Arduino
Updated
on Jul 6, 2021
C++
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,更改波特率后打印正常。
(可以附加图片)