va3wam / SegbotSTEP

Arduino ESP8266 code for balancing two-wheeled robot with stepper motors
1 stars 0 forks source link

Investigate ESP8266 Download over WIFI & WiFi Console #15

Open nerdoug opened 6 years ago

nerdoug commented 6 years ago

Have seen references to downloading code to 8266's over WiFi. If that enables serial console, we may have a way to get a remote debugging console

nerdoug commented 6 years ago

reference that does code loading over the air (OTA) but maybe not general console access https://randomnerdtutorials.com/esp8266-ota-updates-with-arduino-ide-over-the-air/ reference using telnet to get OTA console http://www.esp8266.com/viewtopic.php?f=8&t=5597 general reference: http://esp8266.github.io/Arduino/versions/2.0.0/doc/ota_updates/ota_updates.html (old) https://community.blynk.cc/t/updating-ota-is-amazing/7649/136 note reference to terminal.print()

nerdoug commented 6 years ago

Another potential approach, using a telnet server: https://github.com/JoaoLopesF/ESP8266-RemoteDebug-Telnet