Page 1 of 1

extracting all data from ECU

Posted: Tue Aug 18, 2020 1:10 am
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.

Re: extracting all data from ECU

Posted: Tue Aug 18, 2020 2:17 am
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.

Re: extracting all data from ECU

Posted: Tue Aug 18, 2020 3:07 am
by MBagheri
and it is possible just by changing an arduino code???

Re: extracting all data from ECU

Posted: Tue Aug 18, 2020 3:10 pm
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