You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only it doesnt work. When I send a number from 0 - 180 I do hear a small TJK like sound from the engine, and sometimes it spins a tiny bit but then stops. If I send 90 (neutral) the led on the ESC geos off. If I send another number it burns brightgreen or flashes green (depending on the number) How can I fix this? I used this manual to calibrate it because your link was dead: https://www.tamiyausa.com/media/files/45057ml-801-efb9.pdf
The text was updated successfully, but these errors were encountered:
Hi, apologies for not replying on time. I missed the notification for this post.
I hope you managed to solve the issue in the end. I currently don't have access to the hardware, so I can't test any code myself.
If someone faces the same issue, I'd suggest perhaps using Serial.parseInt() to read the value as that would let you read the whole integer from the input buffer in one go. This would also allow the m1.write() line to be moved inside the scope of the if statement as it only needs to be run when a new speed command has been received.
The pin associations might need to be adjusted to match what's used in this project. That script accepts both a speed and steering value, so both will need to be provided though only the speed value matters for calibration.
have a question. I'm following this git. We use the same ESC onnly mine doesnt work
Only it doesnt work. When I send a number from 0 - 180 I do hear a small TJK like sound from the engine, and sometimes it spins a tiny bit but then stops. If I send 90 (neutral) the led on the ESC geos off. If I send another number it burns brightgreen or flashes green (depending on the number) How can I fix this? I used this manual to calibrate it because your link was dead: https://www.tamiyausa.com/media/files/45057ml-801-efb9.pdf
The text was updated successfully, but these errors were encountered: