Page 1 of 1

Suggestion: Link data logger with emulator?

Posted: Mon Oct 17, 2016 5:14 pm
by moving2
I'm wondering if you might (via iOS app or just the Freematics devices themselves) make a way for a vehicle with an OBD2 port with Freematics data logger transmit live vehicle data (e.g., RPM, speed, cat temps, etc.) to the Freematics MK2 emulator so it is fed with real vehicle data? I understand the effective sampling rate at the emulator may be severely limited due to bluetooth, but this would be a very useful way to feed the emulator with real inputs in an easy way. Please let me know if you can add this to your feature request list.

Re: Suggestion: Link data logger with emulator?

Posted: Fri Jun 23, 2017 9:05 am
by AraTheGreat
if this has already been implemented then i would love to know how to do it.....

Re: Suggestion: Link data logger with emulator?

Posted: Wed Jun 28, 2017 3:50 pm
by jonathan
I've written a library to control the emulator. A playback script would be very easy to write since you only need to send a bunch of ATSET commands to the emulator with a delay..

Here's the playback script that will work with the freematics emulator: https://github.com/JonnoFTW/py-obd-ii-e ... layback.py