Arduino ESC Compatibility
-
Hello!
Is it possible to connect the VOXL ESC Mini 4-in-1 with an Arduino? Is there documentation that details the UART Communication protocol?
Thanks!
-
Hello!
Is it possible to connect the VOXL ESC Mini 4-in-1 with an Arduino? Is there documentation that details the UART Communication protocol?
Thanks!
@kcmacauley , the voxl-esc driver is implemented in PX4, so you can see how the data packets are generated to send RPM commands and receive the feedback from each ESC.
https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/actuators/voxl_esc/voxl_esc.cpp#L1230
https://github.com/modalai/px4-firmware/blob/voxl-dev/src/drivers/actuators/voxl_esc/voxl_esc.cpp#L1252Also, an outdated implementation, which you can also refer to, can be found here : https://gitlab.com/voxl-public/support/esc-driver -- it can be compiled and tested standalone, but we do not maintain or support it.
Our
voxl-escpython tools provide a lot more functionality, but not entirely open source : https://gitlab.com/voxl-public/voxl-sdk/utilities/voxl-escFinally, an even more outdated (but more formal) document can be found here : https://developer.qualcomm.com/qfile/34042/80-p4698-19_b_qualcomm_snapdragon_navigator_esc_protocol_spec.pdf. Also, not supported or complete, but can be used as a reference.
If you have any specific questions about protocol, I can answer, but you should be able to get what you need for basic flight from the PX4 driver. For offline testing and tuning it is best to use the
voxl-escpython tools.Alex
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login