Logging GPS and NEMS without OBD ?
Posted: Sun Mar 08, 2015 7:44 pm
Hi all,
I've been playing around with my data loggers for a few days but have had a hard time getting anything logged.
Out of desperation, I've added a small routine do log the setup steps of the CBODLogger class into a file on the SD card.
I can confirm that the SD card works at this point as my log file does populate. That being said, I seem to be entering an infinite loop around the OBD init()
With that in mind, I have a couple of questions :
The source repo has 3 versions of the firmware : V1, V2 and V3 . I've using V3... is that the correct one to use ?
(I have the Data Loggers with the BTLE module and the MTK-3329 GPS module)
Is there a way to log NEMS and GPS only and just use the OBD plug for power (ie, avoid the code portions pertaining to CAN/OBD) ?
I see that the 10HZ AT command is commented out in the initGPS section. Is there any reason not to uncomment it ?
On the board, what are J4 and J6 for ?
I've been trying to find a place to hook up some sort of debugging port (I guess we're out of UARTs but a digital IO and SoftwareSerial might work if any are available).
Is there a schematic of the board somewhere that I might look at to find a way to hook up a bus pirate or similar ? Having to pop the SD card out every time I wish to see the debug logs is a bit tedious.
Will the current firmware allow me to capture 10hz NEMS and GPS (with or without OBD) ?
Thanks in advance.
G
I've been playing around with my data loggers for a few days but have had a hard time getting anything logged.
Out of desperation, I've added a small routine do log the setup steps of the CBODLogger class into a file on the SD card.
I can confirm that the SD card works at this point as my log file does populate. That being said, I seem to be entering an infinite loop around the OBD init()
With that in mind, I have a couple of questions :
The source repo has 3 versions of the firmware : V1, V2 and V3 . I've using V3... is that the correct one to use ?
(I have the Data Loggers with the BTLE module and the MTK-3329 GPS module)
Is there a way to log NEMS and GPS only and just use the OBD plug for power (ie, avoid the code portions pertaining to CAN/OBD) ?
I see that the 10HZ AT command is commented out in the initGPS section. Is there any reason not to uncomment it ?
On the board, what are J4 and J6 for ?
I've been trying to find a place to hook up some sort of debugging port (I guess we're out of UARTs but a digital IO and SoftwareSerial might work if any are available).
Is there a schematic of the board somewhere that I might look at to find a way to hook up a bus pirate or similar ? Having to pop the SD card out every time I wish to see the debug logs is a bit tedious.
Will the current firmware allow me to capture 10hz NEMS and GPS (with or without OBD) ?
Thanks in advance.
G