Replies: 1 comment 4 replies
-
Hi! I suggest you look into how to use CPX and CPX over UART. We also have an app that uses UART to communicate, so it could be used to figure out how to use UART for this. I hope this documentation helps you get started with your project! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,everyone:
AI and robots are very popular recently. I want to make a voice recognition deck board based on chatgpt or deepseek. It can control the takeoff, landing, forward, backward, left and right movement of CF2.1, similar to the control buttons in Flight Control Tab after installing flow deck, but replaced with voice recognition. At present, I have decided to use ESP32S3 to do this. I want to ask how to send control commands to the aircraft after my MCU recognizes the commands. I hope to use UART interface. How should the specific control commands be packaged and sent?
Another uncertain issue is whether noise during flight will affect speech recognition. We will make some attempts later. If you have any experience, please share it with us.
Beta Was this translation helpful? Give feedback.
All reactions