hi Jared,
I’ve hit this project (from the split discussion) again now that i’m back. I managed to update the modem firmware today and the tracker code runs, and I have connected to my Golioth instance.
I receive the time stamp but not gps.
in serial monitor this is what i get..
[00:00:14.339,477] <inf> golioth_system: Client connected!
[00:00:14.339,630] <inf> app_event_manager: Evt: APP_EVENT_BACKEND_CONNECTED
[00:00:14.375,396] <inf> battery: raw 9526 ~ 2093 mV => 4186 mV
[00:00:14.375,579] <inf> app_codec: Size: 225
[00:00:14.379,943] <inf> app_gps: AGPS request!
[00:00:14.380,065] <inf> app_event_manager: Evt: APP_EVENT_GPS_ACTIVE
[00:00:26.471,496] <inf> modem: RRC mode: Idle
it seems to just hang here?
I also noticed it is compiling v.2.3 code even though I have created a clean repo of the 2.4.x branch. when I build pristine, it does say –version 2.3.x-22-gdaf771b
I did git checkout branch 2.4.x but it says it is already on that branch.
Here is the lightdb state.
{
“boot”: {
“inf”: {
“appv”: “v2.3.x-22-gdaf771b”,
“brdv”: “sparkfun_thing_plus_nrf9160”,
“modv”: “mfw_nrf9160_1.3.5”
},
“nw”: {
“area”: 8352,
“band”: 28,
“cell”: 43690,
“ip”: “...”,
“m_gps”: 1,
“m_lte”: 1,
“m_nb”: 1,
“mcc”: 505,
“mnc”: 1,
“rsrp”: 170
},
“sim”: {
“iccid”: “***************”
},
“ts”: 1700193668455,
“vbat”: 4186
}
}