I solved this by setting a loop in my code to collect GNSS data for one second.
String dataStringGNSS = ""; //aux string to print on datalogger char inByte; //aux char int start = millis(); // variable to count milli seconds
while…"
Thanks for the tip. But apparently there's something else.
I'm starting to wonder if Arduino IDE is not modifying the data somehow while it prints to the file. Or if the microprocessor is modifying the data as well. Putting in a format that…"
Hi,I'm attaching a M8T module to teensy 3.1 (arduino like board) via UART 1. It is configured to provide raw data measurements with GPS + GLONASS and save it to a file .ubx.Everything is alright with the process of configuring the module with…