Hi,
I'm working on a project where I read the CAN bus messages from an OBD2 port of a Peugeot 207. I already searched online but found nothing really helpfull to decode the data. I'm using SavvyCAN to plot the data to help understand better but found only confusion.
I want to show on a TFT display the values of temperature of the coolant, temp. of the oil and oil pressure.
If someone could help me or at least give me some hint or general guidelines to do this it would be great. If someone wants also to take a look at the data I'll leave the txt file in attachment (its a csv file originally).
Thanks in advance.
Sebastian
can_log5.txt (4.1 MB)
google said - GitHub - GrzegorzManiak/Peugeot-207-CAN-Bus: Command line interface for the Peugeot 207 Confort CAN Bus (And others)
I've already took a look at that, but unfortunately the project you attached is only ment for comfort CANbus, but the data I'm trying to extract is on the powertrain CAN bus, so I can't use it. Thanks anyway
There are example programs for CAN with Arduino shields .
You then just need the PIDs which google will find - those you want are pretty standard across cars - except oil pressure and temperature - your car might not even have sensors for those , if it has it will be a car specific PID and harder to find
Thanks this works