Search found 3 matches
- Tue Apr 28, 2020 10:28 am
- Forum: ESP32 Arduino
- Topic: ESP32-CAM Visual Studio Debugging for Arduino
- Replies: 0
- Views: 2757
ESP32-CAM Visual Studio Debugging for Arduino
Finding we can now Debug our ESP32-CAM Arduino projects is very useful with the additional complexities the Camera facilities provide. Thankfully due to the considered hardware design, the ESP32-CAM module can be connected to Visual Studio using the available pins. This lets us use the MI Debugger w...
- Tue Mar 03, 2020 5:14 pm
- Forum: ESP32 Arduino
- Topic: ESP32 OTA Debugging for Visual Studio with Arduino
- Replies: 0
- Views: 4869
ESP32 OTA Debugging for Visual Studio with Arduino
In the latest release of the Visual Micro Extension for Visual Studio the custom Serial Debugger now supports UDP for the ESP32 platform, allowing debugging and code uploads to happen Over The Air for your ESP32 project. https://www.visualmicro.com/pics/ESP32_OTADebug_Running.png The custom Serial D...
- Tue Jan 14, 2020 10:51 am
- Forum: ESP32 Arduino
- Topic: ESP32 Visual Studio Debugging for Arduino
- Replies: 0
- Views: 2028
ESP32 Visual Studio Debugging for Arduino
Debugging tools are related to a lot of our ESP32 Arduino projects, as there is always an issue in our project code somewhere.... We have connected the ESP32 Arduino debugging to Visual Studio using the MI Debugger with GDB/OpenOCD, allowing the debugging to take place from the more familiar IDE sur...