Autonomous t200 Thruster

Hi @Andrew_King, welcome to the forum :slight_smile:

I’ve converted your code to a code block (you can read more about that in the Formatting a Post/Comment section of the How to Use the Forums post), but it seems like the indentation is quite inconsistent, which makes it challenging to follow the code.

From my initial glance, you’ve got a comment in your setup function about a “delay to allow the ESC to recognize the stopped signal”, which I assume is from our BasicESC example code for Arduino, but you’ve seemingly included only the comment, and not the actual delay call.

From the Learn tab of the BasicESC product page,

If you’re not hearing the initial three beeps when power is connected then the thruster isn’t connected properly, and if you’re not hearing the next two beeps then you’re not sending a ‘stopped’ signal properly/for long enough.