Hi @Andrew_King, welcome to the forum
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.