Hi everyone!
I’m in a MATE ROV team and we’re using the Fathom-S boards to communicate from our computer (topside) with our Arduino Uno (ROV-side) over the tether. We’re having a bit of trouble uploading code to the Arduino.
We used the setup shown here. The computer is connected to the USB port on the topside board; the Arduino is connected to the UART on the ROV-side board. Both Fathom-S boards are powered by the same 14V power supply through their respective screw terminals.
I’m able to receive serial data from the Arduino over the tether (in the Arduino Serial Monitor I can see the Arduino sending “Hello” over the tether to the computer) but when I try to upload new code from the Arduino IDE on my computer to the Uno, the IDE says “Uploading…” but never finishes uploading the program.
I’ve made sure that the RTS RESET JMPR (connecting the FT230XS pin 2 RTS and ROV-ON-CTRL signal in the EAGLE schematic) and the TETHER PWR-SW jumper (connecting ROV-ON and ROV-ON-SELECT in the schematic) are both connected. I tested the RTS RESET JMPR pins for continuity with a multimeter and the pins are connected. The Arduino is only powered through the UART header 5V/GND. I’ve tried this with multiple Fathom-S board sets and have run into the same issue.
I’ve been able to get it to upload over the tether by pressing the reset button on the Arduino after uploading (within seconds the IDE shows “Done uploading”) but I was hoping to find a way to do it without resorting to this. Has anyone else also seen this issue? Thanks in advance