Page 1 of 1
Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Wed Mar 27, 2024 6:54 am
by schachar
Hello,
I tried to upgrade my Freematics ONE+ Model A software to the latest one, and the GPS is not working
previouses I used to build the software with GNSS_EXTERNAL and everything was working fine
with the new configuration GNSS_STANDALONE it doesn't recognize the external GPS
reverting to the old code on git re-compiling and it works again so its not a hardware problem
what am I missing in the setup of config.h freemaic builder etc?
Thanks
Re: Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Thu Apr 11, 2024 12:17 pm
by stanley
In latest code internal and external GNSS automatically identified with GNSS_STANDALONE, so there is no need to define GNSS_INTERNAL or GNSS_EXTERNAL. The cause of your issue is that you might be using older hardware which has u-blox M8 instead of M10. Please comment out line 551 and uncomment line 553 in FreematicsPlus.cpp to use initializing commands for M8.
Re: Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Mon Apr 22, 2024 7:07 pm
by GudrunHelga
It sounds like the issue might be related to the configuration settings in your software upgrade. Have you checked if there are any specific changes or additional settings required when using the GNSS_STANDALONE configuration? Double-checking the setup in config.h and Freematics Builder might help identify any missing configurations or settings causing the GPS recognition issue.
Re: Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Thu Oct 03, 2024 1:53 pm
by sarausa
If possible, try using Freematics ONE+ on another phone
Suika game or device to determine if the issue is device related.
Re: Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Tue Feb 11, 2025 12:43 pm
by Clover219
@sarausa, That’s a practical suggestion! Testing on another device could help pinpoint whether the issue is with
Bitlife hardware or software. Thanks for the insight!
Re: Freematics ONE+ Model A GPS not working with latest telelogger
Posted: Wed Feb 12, 2025 6:00 pm
by hyptoire
In the newest version, internal and external GNSS are automatically identified with GNSS_STANDALONE, therefore GNSS_INTERNAL and GNSS_EXTERNAL are not needed. Your issue may be due to older hardware with u-blox M8 instead of M10. To initialize M8, comment out line 551 and uncomment line 553 in FreematicsPlus.cpp.