Skip to content
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

Freematics One+ B - Unable to resolve GPS data using newer library #196

Open
ZacharyDuBois opened this issue Jan 15, 2024 · 1 comment
Open

Comments

@ZacharyDuBois
Copy link

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.

CPU:160MHz FLASH:16MB
IRAM:343KB
DEVICE ID:[redacted]
TYPE:14
MEMS:MPU-9250
ACC BIAS:0.00/-0.12/0.88
GNSS:NO
OBD:OK
SD:14752 MB total, 319 MB used
File: /DATA/13.CSV
VIN:[redacted]
[CELL] Activating...
[BUF] 8 samples | 70 bytes | 1/32
CELL:SIM7600A-H
IMEI:[redacted]
[CELL] Searching...
Operator:T-Mobile
[CELL] IP:[redacted]
LOGIN(am[redacted]:8081)...
[BUF] 32 samples | 280 bytes | 4/32

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.

@sn3ak
Copy link

sn3ak commented Jul 26, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants