-
Notifications
You must be signed in to change notification settings - Fork 1
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
Why not choose a 10dof flight controller? #1
Comments
That does look like a nice board, especially because of all the exposed ports it has. That would make it much easier to troubleshoot. I originally chose the betafpv-f3 because it has onboard ESCs and you can buy pre-built drones that include the betafpv-f3 flight controller (the Beta75S is one of them). The benefit of that is if other Rust developers want to try this out for themselves, buying a prebuilt drone to test on is easier than building up a drone from components. That said, I have run into some challenges related to the lack of ports available for troubleshooting use on the betafpv-f3. At the moment I am trying to figure out how I can use one of the motor ports to communicate troubleshooting information, but I've had some trouble getting my bit banging serial implementation working, although it works on the STM32F3DISCOVERY board. The next step is checking the output with an oscilloscope to hopefully track down the issue. |
Completely makes sense. While developing this project, do you have a prebuilt drone like |
I have not purchased the |
Nice 👍. |
Hi. I'm working on a similar project. Why not choose a 10dof flight controller like this?
The text was updated successfully, but these errors were encountered: