-
Notifications
You must be signed in to change notification settings - Fork 34
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
9-DoF IMU for Magnetic heading and boat heeling. #59
Comments
Should not be that much of an issue... |
A new product of M5stack M5Unit-IMU-Pro, could be a good candidate. Documentation here |
My plan is to help add more capabilities to the project (writing some code and testing with my equipment) |
That sounds great... esp32-nmea2000/lib/iictask/GwQMP6988.cpp Line 24 in 28ae7d3
and a register function that we include in the sensor task. Additionally you need to add the necessary config to the config.json. I prepared the sensors now for 2 buses and each 2 sensor instances on one bus. You can control the sensors you would like to have via build flags (and the automated build for that is also on the way...). So if you are interested - maybe you would like to implement your sensor this way. |
Are you still interested ? |
Yes, I´m currently using an MPU9250 but not integrated into the ESP32 gateway. I use another esp32 to transmit the data (heading, pitch, roll) via TCP/IP in NMEA format. |
Ok, sounds intersting. Do you have a github repo for that part? |
cool. |
Are you still working on this? |
I´m planning to use my ICM-20948 to measure Magnetic heading and boat heeling. The sensor is i2c compatible, I use a cable to connect it to the M5atom groove port.
@wellenvogel do you think that is possible to add the sensor to the "GwIicTask"??
Library info: https://github.com/adafruit/Adafruit_ICM20X
Related N2k PNGs:
PGN 127250 - Vessel Heading
PGN 127571 - Attitude (Roll, Pitch, Yaw)
The text was updated successfully, but these errors were encountered: