-
Notifications
You must be signed in to change notification settings - Fork 68
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
Altimu 10v5 support #31
base: master
Are you sure you want to change the base?
Conversation
Yes, I can't accept this as-is because of how much it changes/breaks the software for existing users, but thank you anyway for making the pull request. Someone will probably find it useful. I'll keep this open as a reminder that maybe I should make it easier to add more devices and read data from them. |
@Glorf - I also need to be able to determine the altitude with the altimu, so this would be awesome. I'm having trouble building it though. I first built the upstream minimu9-ahrs by @DavidEGrayson and that works. So I've got all dependencies for building it, and running it works great. I then cloned your fork @Glorf and tried building that, but I run into the errors I pasted below. I'm trying building it on a raspi zero running an fully updated Raspbian Buster and I installed the following dependencies:
|
Hi, @kramer65 , good to hear that my changes might be of use |
Hi
For my project I needed to adapt your code to use with AltiMU10. I've also set up lps25h and made minor pacer improvements. It's tested and 100% working, thus this PR is not a clean one (changed hardcodes, and set up default device to altimu)
As I've found no easy option to add another device, feel free to use and/or adapt my code to your project if you think it's worth it
Best regards and thanks for amazing project, it saved me a lot of programming and provided my high altitude balloon with accurate measurements :)