Has anyone successfully tried programming an ESP using the serial passthrough? I am unable to do it. No serial data is transmitted to the PC from the USB even though Arduino IDE detects that a device is present. I have ensured the UART connections are correct.
What do you want to do?
What UART connection you se between which FC and ESP32?
Which ESP32 version and is it a DEV Module or just the ESP32 Module itself
Did you set the ESP in bootloader mode?
I assume our ESP32 module is normal working on the FC port. So all settings should be ok.
I assume you use a boot jumper on the ESP32 module.Did you set the baudrate for the arduino IDE correct. For ESP32 this is by default 921600 which is unusual for FC UART connections
I did. No output. Atleast I should be getting garbled output if baud is incorrect right? I will try this on the GPS port next in case there is something wrong with the UART pins on the FC I am currently using
What should the ESP32 output in normal operation?
What send the ESP32 if you press the reset button? I think this must be seen on a terminal if passthrough is enabled.
Best would be first to check with the GPS module to be sure that passthrough is working in principle. In such case, if you don’t know is it the module or a setting of the FC it is best only to change step by step and not two steps in one.