Replies: 1 comment 1 reply
-
Hi! Let me give you some links to get started:
Hope this helps as a start! If you need any help in the process about anything specific, just start a new discussion :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A couple of years ago I began working on understanding CRTP and writing a proof of concept together in TypeScript (NodeJS) via Bluetooth. I've been revisiting the project recently as I think it would able a much cleaner/simpler way to get into the world of Crazyflie. Especially for classrooms that may not have the knowledge or equipment to run Python. I know this sounds crazy, but we run into it every day with our user base.
That being said, what is the easiest way to understand the raw data being sent from cflib to Crazyflie? I've been digging through the code here, but curious what others think. I'd like to understand the raw packets I'd need to send to takeoff, fly forward 1 meter, and land. This is very simple using the motion commander in Python, but I want the raw packets so I can do a TypeScript implementation. Any thoughts/suggestions would be very much appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions