NefMoto

Technical => Data Logging => Topic started by: Cadensdad14 on September 02, 2018, 12:03:06 PM



Title: Incorporating me7 logging into data logger
Post by: Cadensdad14 on September 02, 2018, 12:03:06 PM
I'm in the process of building a data logger for my car to capture items that I cant get through the gps.  I'm using an Adafruit Arduino with an M0 microcontroller.  I have chips to support logging other variables.  10 Hz gps logging for line selection.  Accelerometer and gyro for G information and yaw pitch and roll.  A radio chip to capture our local start and finish line.  I also have a individually addressable led strip for a linear tach.

Id like to connect it to something that accepts elm327 commands (i have a bluetooth reader I can tear apart).  Is there a place to find the source code for me7 logger so I can program my logger to grab parameters deeper than just the PIDs?


Title: Re: Incorporating me7 logging into data logger
Post by: nyet on September 02, 2018, 08:42:58 PM
https://github.com/NefMoto/NefMotoOpenSource
https://github.com/nyetwurk/mmll


Title: Re: Incorporating me7 logging into data logger
Post by: Cadensdad14 on September 03, 2018, 05:28:45 AM
Thank you very much