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
Might the failure come due to timing (the sketch uses LowPower sleep cycles), low memory (parsing the GPS NMEA) or LoRa payload size? Could you kindly help me in identifying the problem? Maybe you or someone else had the same issue before?
Thank you very much
Richard
The text was updated successfully, but these errors were encountered:
Hello Matthijs,
I am trying to build a TTN Mapper application. Most often after a GPS fix I get the error
The line contains the assertion
ASSERT( (readReg(RegOpMode) & OPMODE_MASK) == OPMODE_SLEEP );
I built my TTN Mapper from Bjoerns-TB's Project: https://github.com/Bjoerns-TB/ttn-gps-tracker. Most often the failure occurs after parsing the 1st or 2nd GPS fix.
Might the failure come due to timing (the sketch uses LowPower sleep cycles), low memory (parsing the GPS NMEA) or LoRa payload size? Could you kindly help me in identifying the problem? Maybe you or someone else had the same issue before?
Thank you very much
Richard
The text was updated successfully, but these errors were encountered: