F9P_RAWX_Logger icon indicating copy to clipboard operation
F9P_RAWX_Logger copied to clipboard

Restarting raw log

Open csomyy opened this issue 3 years ago • 2 comments

Hi Paul

Finally i could make this logger code work with ardufeather M0 board. I'm using i2c code and 230400 baud with an Ardusimple F9P2B V3 board. My issue is right now that logging restarts after a few minutes. Like 2-3. With the standard 15min rotation and 60min rotation setting too. I had to reduce the sdcard frequency to 12mHz to work. I tried to paste a pic ..

Do you have any suggestions where to look with this problem?

Earlier you mentioned a fresh code. Is there any other out of the box logging software for this M0 board?

image

csomyy avatar Aug 04 '21 13:08 csomyy

Ok, right now i found a case that log restarts if ubx_nmea_state == sync_lost.

Why is this necessary?

csomyy avatar Aug 04 '21 13:08 csomyy

Hi @csomyy , It looks like you are trying to log RAWX data at 10Hz? The code may not be able to keep up with that data rate. Please try 5Hz and see what happens. If the code loses sync (sync_lost) it will start looking for a new UBX packet starting with 0xB5. This will happen if data is lost or if there is a checksum error. Best wishes, Paul

PaulZC avatar Aug 04 '21 14:08 PaulZC

Hi @csomyy ,

I am going to archive this repository. The logging code is out of date and has been superseded by the SparkFun u-blox GNSS library data logging examples.

Best wishes, Paul

PaulZC avatar Oct 01 '22 08:10 PaulZC