extracting all data from ECU

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
MBagheri
Posts: 2
Joined: Tue Aug 18, 2020 1:01 am

extracting all data from ECU

Post by MBagheri »

Hi .
I was wondering if tell me your device is capable of extracting ALL data from ECU . In my project it is important to use data from ALL sensors . As mentioned in( https://en.wikipedia.org/wiki/OBD-II_PIDs ) or atleast Service01.
cmendes0101
Posts: 14
Joined: Wed Jul 29, 2020 1:06 pm

Re: extracting all data from ECU

Post by cmendes0101 »

Yah, you can request data from each PID. You just need to list all ALL the PID's you want.

If you are looking for supported PID's, you can first request all supported PID's then loop each of those. Ex. PID 00 will return which out of 01-20 that are supported.
MBagheri
Posts: 2
Joined: Tue Aug 18, 2020 1:01 am

Re: extracting all data from ECU

Post by MBagheri »

and it is possible just by changing an arduino code???
cmendes0101
Posts: 14
Joined: Wed Jul 29, 2020 1:06 pm

Re: extracting all data from ECU

Post by cmendes0101 »

yah, you just modify the code and upload it to the device. Check out the github repo, its all available https://github.com/stanleyhuangyc/Freematics
Post Reply