Skip to content
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

6 Axis Sugestion #12

Open
david0green94 opened this issue Jul 16, 2023 · 4 comments
Open

6 Axis Sugestion #12

david0green94 opened this issue Jul 16, 2023 · 4 comments

Comments

@david0green94
Copy link

Hi,
How hard do you think it would be to modify the design for 6 axis? In the spirit of using parts laying around I realised a drone flight controller which are somewhat cheap and very available have at least 5 axis gyro + altitude. Just trying to work out how to pull the data from betaflight now.

@LoganFraser
Copy link

That depends how big the flight controller pcb is, I'd imagine. Do you have a link for it?

@sb-ocr
Copy link
Owner

sb-ocr commented Jul 20, 2023

I was playing with a similar idea by pairing the magnetometer readings with a gyro + accelerometer and calculating the Euler angles that way. That's why, in the first prototype, the sensor is placed on top of the platform. However, I found it a bit sticky and unreliable in terms of resolution for the amount of motion the knob is supposed to detect. It could be due to my poor programming, I only did a few quick tests, so I can't say for sure if t's the right approach or not.

@ArtyomV2X
Copy link

david0green94 Flight boards designed for droned would be a major waste of space. Most of the components on the flight board would be dedicated to power management which can be done externally. Flight boards are also prone to power-based magnetometer drift on lower-end models, which is difficult to account for.

If this is an option people want to consider, I would recommend the LSM6DSR chip for 6DOF tracking.
https://www.st.com/resource/en/datasheet/lsm6dsr.pdf

@stuart-warren
Copy link

stuart-warren commented Jan 16, 2025

There are a bunch of similar looking boards, I cant tell if they are actually useful here or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants