Wednesday 23 September 2015

arduino - How to use an ESC


I'm new to RC related modules. Today I got my Hobbywing's Skywalker 20A brushless esc. Manual is here.


SkyWalker 20A


I also have a brushless outrunner motor (HL3512)


enter image description here


I don't have any device to program the esc's (even the seller hasn't mentioned about such requirement).


The manual talks about programming by listening to the beep patterns. But for that it seems that the esc should be connected to a flight controller (it talks about throttle positions etc...). But I don't have any flight controller.



Can some one tell me how to use the esc with what I have? (I have 2200mAh LiPo and arduino mega too)




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...