OBD2 emulator for developing

Hi, I’m looking for a good OBD2 emulator for developing purposes.

So far I found this one obd2 emulator.

Thanks in advance.

Hi @itsmedavid,

I took a look at the example you found. Please be aware that it is a CAN emulator, which also does SAE J1979 over CAN.
If you only need OBD2 for newer cars only using CANbus, you should be okay.
If you need OBD2 running on other protocols such as ISO9141, KWP2000, KWP fast init, PWM or VPW then you will need to keep on searching for something else.

I know there is a solution (a really cool one!) using old car parts here, but you have to choose a donor car that matches the protocol you are interested in:
https://community.carloop.io/t/instrument-cluster-at-a-meetup-event-dec-2016/209

Also, a RPi has been used as a CAN simulator as shown here:
https://community.carloop.io/t/got-raspberry-pi-use-it-as-a-can-simulator/42

I have not seen a simulator that does it all; I bet it exists as a commercial testing product…

Hi @cyclin_al1, thanks for your answer.

Yes I need it for “newer” cars (2007 till now). I found another emulator with other protocols but are very expensive.

With the raspberry pi emulator is it possible to emulate more protocols ?

Thanks.

@itsmedavid, I think using a RPi for other protocols is possible.

However, I have not searched to see if anyone has designed emulators for those protocols. I suggest to try and search around for the protocols with RPi that you are interested in.

It might come down to being able to find emulators if you want to use something existing, or to develop your own emulators for other protocols if you are willing to tackle those projects.