-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Working for JJRC H37 #4
Comments
Did you connect any joystick? Without one, it wouldn't work now. |
hey @3demax , |
@3demax hey did you got time ? |
Hi @praveeno, I don't want to develop this project anymore. It was fun and I hope someone will find it helpful, but I will not actively developing one. To recap, this is my last reply on how you can use the code to control the drone programmatically:
Your job is to send the encoded string to the drone frequently (in my tests, 60Hz is enough, 120Hz is slightly better). Note that you need to send a command sequence even if your inputs doesn't change (if you have no command to the drone). Otherwise the drone may think the connection is lost and will initiate automatic soft landing. If I would need to implement this, I would have something like a list of instruction to the drone and a loop with the timer:
You would probably need to add durations for instructions to make it work, but it shouldn't be hard if you are familiar with python. |
Thanks @3demax, I'll update you on process status |
@3demax I tried to run kbd_flight.py with default spin_up command, but its not working
The text was updated successfully, but these errors were encountered: