You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the newest Telelogger example code, I can no longer use the GNSS or MEMS on my older One+ B. Looking at the code, it looks like a lot of the code pertaining to the older model was deleted (ublox M8 / MPU-9250). I was able to get the MPU-9250 to work again by uncommenting some code in telelogger.ino but I am unable to get the M8 to register anymore as it looks like it was completely rebuilt.
Thanks for sending me down the right path. For anyone else who has the same problem, you need to uncomment the code at this link.
I managed to get my GPS working. I thought I should share my findings.
First, Comment this line and uncomment this line. Next, modify this line and replace "$GNGGA" with "$G". I know for sure the second change is required. I am not sure about the first, but since it says it's for the m8 I figured I would run with it.
Note: If you are using the telelogger package this file is located under main\libraries\FreematicsPlus.
I hope this helps!
Using the newest Telelogger example code, I can no longer use the GNSS or MEMS on my older One+ B. Looking at the code, it looks like a lot of the code pertaining to the older model was deleted (ublox M8 / MPU-9250). I was able to get the MPU-9250 to work again by uncommenting some code in
telelogger.ino
but I am unable to get the M8 to register anymore as it looks like it was completely rebuilt.Note, before my MEMS modification, the MEMS line would return "NO".
Please support the older model One+ B. I really would love to not have these become ewaste.
The text was updated successfully, but these errors were encountered: