Ircama / ELM327-emulator

ELM327 Emulator for testing software interfacing OBDII via ELM327 adapter supporting multi-ECU simulation
Other
415 stars 87 forks source link

Connect Physical device #30

Open Peskedor opened 1 year ago

Peskedor commented 1 year ago

Thanks for this awesome library!

I do understand that it's rather meant to test your own software, however I'm trying to feed a device in my car with the OBD Data from this script. The device has a regular OBD plug and reads data from my car while driving and takes actions based on the status of the car. I'm searching for 2 days now for a possibility to connect the OBD plug somehow with my Raspberry Pi / any Linux computer and use this script to emulate my car. Do you have any idea/experience how this could be archived? I would need to somehow connect the OBD plug with my Linux device and feed it with the data of your emulator.

Ircama commented 1 year ago

ELM327-emulator does not implement the physical link layer, which depends on the hardware (e.g., K-Line, CAN bus).

kenreider commented 4 months ago

Thanks for this awesome library!

I do understand that it's rather meant to test your own software, however I'm trying to feed a device in my car with the OBD Data from this script. The device has a regular OBD plug and reads data from my car while driving and takes actions based on the status of the car. I'm searching for 2 days now for a possibility to connect the OBD plug somehow with my Raspberry Pi / any Linux computer and use this script to emulate my car. Do you have any idea/experience how this could be archived? I would need to somehow connect the OBD plug with my Linux device and feed it with the data of your emulator.

Did you ever figure this out? I'm trying to do what you did too, but have the same issue/confusion. Thanks!