COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200929215620/https://github.com/topics/esp8266-arduino
Here are
880 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.
LCD touchscreen for Home Automation
Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
A library to make using WiFi & MQTT on the ESP8266 easy.
Firmware for the ESPixelStick
✈️ Multifunctional, compatible DIY general aviation proximity awareness system
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
IoTaWatt Open WiFi Electric Energy Monitor
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
An Arduino/esp8266 library to directly interface with DSC security systems.
Control your Spotify player from a ESP8266 with color touch display
a Home-Automation-friendly ESP8266-based MQTT Garage Door Controller
Updated
Nov 13, 2018
Arduino
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks.
Used ili9341 or ST7735. Contains a virtual machine running games from RAM.
Split Single-phase Energy Meter
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.
Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.
A ESP8266 Library for easy IOT device development
Code from my "ESP8266 Tips & Tricks" tutorial series on YouTube.
Wifi and MQTT handling for ESP8266 and ESP32
ESP8266 WIFI serial to emoncms link
Persistent WiFiManager Arduino library for ESP8266
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
OSC subscriber / publisher for Arduino
A KNX/IP library for the ESP8266 with Arduino
Apple Homekit server for Raspberry PI.
Updated
Mar 1, 2017
Arduino
Push OTAs to ESP8266 or ESP32 Elegantly.
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,更改波特率后打印正常。
(可以附加图片)