DieselDuz42 / Arduino-CAN-bus-SD-logger

Arduino script to log CAN bus information to SD card. Mainly focused on J1939.
21 stars 6 forks source link

Message timing needed #1

Open DieselDuz42 opened 7 years ago

DieselDuz42 commented 7 years ago

There are no timing of the messages being done.

DieselDuz42 commented 7 years ago

While there is now timing, the accuracy of it is debatable. It almost feels like a better idea to only record the actual time the message is received and let an external program do the actual timing conversion when the processing of the messages is done.

DieselDuz42 commented 7 years ago

New timing library allows the log file to have a Unix style timestamp. That will help with processing. Still need to look into increasing accuracy with millisecond output also.