Skip to content
/ ESP8266-OTA-Template Public template

ESP8266 OTA MDNS TELNET template

Notifications You must be signed in to change notification settings

F404-A/ESP8266-OTA-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266-OTA-Template

ESP8266-OTA-Template is a simple ESP8266 template with MDNS telnet and OTA updates. Edited from Andreas's esp32 code

Usage

Download and open the TEMPLATE.INO file with Arduino app.

  • Make sure to install ESP8266mDNS TelnetStream
  • Fill the WIFI_SSID and WIFI_PASSWORD with your wifi information
  • replace HOST_NAME with your project name so you can find the esp8266 by using projectName.local

OTA Usage

connect your esp8266 to upload template then go to tools > port the ESP should be visible with the projectName.

TelnetStream Usage

To connect to the telnet output use a telnet client such as Putty with the ip:23 or projectName.local:23.

debug using

TelnetStream.println("test");

About

ESP8266 OTA MDNS TELNET template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published