Results 29 comments of markingle

I'm using platformio. The command is ... platformio run -e espwroom32 -t upload. I'm using an ESP32 Dev board. While troubleshooting I have changed the telem baudrate to 115200 in...

Finally got connected to the telemetry from the CubeSolo(3DR Solo).....the ESP32 does not support Serial.swap so I had to add HardwareSerial.h to mavesp8266_vehicle.cpp and create ESP32Serial1 to enable pins 16/17....

Here is the code that I added...

The dev board has a usb connection to UART0 Serial....![image](https://user-images.githubusercontent.com/11239466/212523972-97e8b794-c3e5-4e1c-9f3d-ed211d4ac135.jpeg) The serial architecture on the ESP32 is different than the 8266...at least that's what I have concluded

Here's a better picture![image](https://user-images.githubusercontent.com/11239466/212524092-306dd864-05f2-4140-9b0c-77201dd22f7a.jpeg)

HiLetgo https://www.amazon.com/HiLetgo-ESP-WROOM-32-Development-Microcontroller-Integrated/dp/B0718T232Z

Notebook version....the IMX board has been removed ![image](https://user-images.githubusercontent.com/11239466/212524718-eeb3b63c-16d2-4edc-b4c5-9b6ba55511fc.jpeg)

Yes I am able to program the ESP32 I just can't see the logging output when the program runs....but it all good now that I understand what is going on...

Yes I agree. I just don't have one. I'm definitely going get one ordered as soon as I can.