DPS310 barometer not detected on GEPRC GEP-M10-DQ with TUNERC Poly F405 using INAV 8.0.0 #10813
-
💡 Issue SummaryUsing the GEPRC GEP-M10-DQ GPS module (QMC5883 + DPS310) with INAV 8.0.0 on a TUNERC Poly F405 AIO board. No I2C errors are present, and the barometer task does not appear in 📦 My Build
🔍 What I've tried
📸 Screenshot / Logs
❓ Question
Thank you so much for this amazing flight system and for your continued development! 🚀 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'd like to update a previous discussion and let you know that the issue has been resolved on my end. I received a report from the manufacturer regarding the investigation results, and I’d like to share it here. The cause of the issue was a mismatch between the INAV settings and the GEPRC GPS module (M10-DQ) concerning the I2C address of the DPS310 barometer. Specifically: INAV’s default I2C address for the DPS310 is 0x76 The DPS310 on the GEPRC M10-DQ module uses the default address 0x77 Due to this mismatch, the sensor was not being recognized properly. |
Beta Was this translation helpful? Give feedback.
I'd like to update a previous discussion and let you know that the issue has been resolved on my end.
I received a report from the manufacturer regarding the investigation results, and I’d like to share it here.
The cause of the issue was a mismatch between the INAV settings and the GEPRC GPS module (M10-DQ) concerning the I2C address of the DPS310 barometer.
Specifically:
INAV’s default I2C address for the DPS310 is 0x76
The DPS310 on the GEPRC M10-DQ module uses the default address 0x77
Due to this mismatch, the sensor was not being recognized properly.
To resolve this, it is necessary to recompile the INAV firmware with the DPS310 address changed to 0x77.