This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
esp32 and m8u dead reckoning not working #120
Closed
Description
Subject of the issue
in i2c mode the m8u dead reckoning never calibrates, if I use it in uart mode with ublox center it does. Some I2C requests occasionally do not work.
Your workbench
- What development board or microcontroller are you using - ESP32
- What version of hardware or breakout board are you using - sparkfun neo m8u
- How is the breakout board wired to your microcontroller - I2C lines, 3.3v supply capable of 300mA
- How is everything being powered - via an LDO 3.3v 300mA reg
- Are there any additional details that may help us help you - id like to perform a check that the DR mode is enabled, is there a command for this?
Steps to reproduce
Tell us how to reproduce this issue. Please post stripped down example code demonstrating your issue.
I'm using the sparkfun examples provided, specifically the DR fusion calibration status, it never achieves calibration,if I perform the same vehicle maneuvers in uart mode and use the esp32 as a serial to usb bridge with the ublox center, it does.
Expected behavior
fusion calibration staus should indicate calibrated
Actual behavior
unit never calibrates