ESP8266 OTA Debugging in Visual Studio

preview_player
Показать описание
In the latest release you can use the Visual Micro Serial Debugger Over The Air, as well as upload your code, for full wireless Updates and Debugging of your Arduino Project. Further Information and links below...

Don't forget to Like and Subscribe to stay up to date with new videos and feature updates...

OTA Debugging for Espressif ESP Boards

Visual Micro - Remote Transport Setting Reference

ESP8266 OTA Sketch Used is the "BasicOTA.ino" included with the ESP8266 Arduino Core
Plot Charting with the Serial Debugger

ESP8266 Documentation:

Performance Monitoring with the Serial Debugger

Visual Micro Serial Debugger Walk through Guide

Visual Micro Releases

#Arduino #VisualStudio #esp8266
Рекомендации по теме
Комментарии
Автор

May not work with an old project.
But works when you create a new one and copy the code from the old one.
I do not know why, the error message is like:
Debug Build Error: This hardware might not support the default Visual Micro Debugger.
If this project is using OTA/WiFi upload then please use the vMicro>Debugger menu to set the Serial COM and Remote port for the debugger.
Otherwise switch the toolbar from 'Debug' to 'Release' and build again.
or switch off Automatic Debugging
or configure the SoftwareSerial debugger option.

heikoindenbirken
Автор

ledOn() and ledOff() both functions digitalWrite(LOW)

MrNams
Автор

Maybe a good explanation for OTA uploading, including Bonjour.
But only a few seconds for the settings for debugging.

heikoindenbirken
Автор

If my sketch connects and uses Wifi can I still debug OTA?

joemattioni