Difference between revisions of "ESP8266 / ESP8285"

From The TinkerNet Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
[[File:ESP8266-symbol.png|none|thumb]]
 
[[File:ESP8266-symbol.png|none|thumb]]
  
== Notes ==
+
==Notes==
 +
 
 
*IO13 & IO16 don't seem usable for I2C... (at least under Tasmota...)
 
*IO13 & IO16 don't seem usable for I2C... (at least under Tasmota...)
  
Line 149: Line 150:
 
==Projects==
 
==Projects==
  
 +
*[https://hackaday.io/page/1304-virtual-serial-port-tunnel-to-use-with-esp-link Virtual serial port tunnel (to use with ESP-Link)]
 +
**Possibly useful for connecting serial devices over WiFi
 +
**[https://github.com/jeelabs/esp-link ESP-Link]
 
*[http://www.instructables.com/id/WiFi-Plant-Watering-ESP8266/ WiFi Plant Watering ESP8266]
 
*[http://www.instructables.com/id/WiFi-Plant-Watering-ESP8266/ WiFi Plant Watering ESP8266]
 
*[http://www.instructables.com/id/WIFI-Battery-Monitor-System-ESP8266/ WIFI Battery Monitor System - ESP8266]
 
*[http://www.instructables.com/id/WIFI-Battery-Monitor-System-ESP8266/ WIFI Battery Monitor System - ESP8266]

Revision as of 13:05, 30 October 2020

ESP8266-Pinout.jpeg
ESP8266-Basic-circuit.png


ESP8266-symbol.png

Notes

  • IO13 & IO16 don't seem usable for I2C... (at least under Tasmota...)

Modules

Sonoff

Most (all?) of these are basically ESP8266 or ESP8265 controlled relays

Firmware

ESP8266 WiFi Connection manager

Original?

ESP8266 AT-Command firmware

Tasmota

Go Here!

Espruino

Home

ESPurna

Home

ESP-MQTT

Home

ESP-go

Home

NodeMcu

Home

ESP Easy

ESPHelper

Home

WLED

  • Home
    • Many bugs seem to appear with version changes...
      • 0.8.6 seems functional on my D1 Minis. (Tho it self-reports as 0.8.4)

Setting up Modules


Information Links

ESP8266 Datasheet
Kolban’s book on the ESP8266

Usage Links

 

Programming

Hardware

Ethernet

& More


Projects

Random

Bits & Pieces