ELMduino
ELMduino copied to clipboard
Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects
I found this program on the net and I'm trying to modify it to receive from Arduino the clogging of the dpf of my car which is requested via a...
Custom PIDs
Greetings, I am having trouble pulling a specific PID (220052) . Currently using processPID() to make custom calls, but it only returns 0.0. I've tried the follow: - Try ethanolPercentage...
I am using this library for multiple PIDs at a time with Bluetooth and it is working fine, but when i try to read the oil temp using float oilTemp()...
When working on my ELMduino projects, I've found it useful to use ELM327 emulation rather than connecting to a physical ELM327 device attached to an actual vehicle. Doing app development...
Hello, I try since a few days reading the Battery Temperature out of my Enyac. The ELM init works fine and I have a connection. Unfortunately I get not set...
HI, I'm using your library for a project and it's been very useful, really nice work! I also wanted to enter the value of the kilometers traveled (odometer), but I...
**Describe the bug** NODATA for fuelRate() and mafRate() **To Reproduce** All major pids (rpm, speed, voltage, throttle) reported ok. Tested on Opel Corsa C 2003, Renault Clio 3 2008, Mercedes...
Hello, First of all many thanks for this awesome lib, really want this to work on my ELM327 (I think it's a clone, not original, but works great with Torque)....
Hello, First of all, congratulations to the author - great job with this library. I was able to connect my esp32 project to the car without any major problems. I...
**Setup** I have used esp 32 wroom and car is basically suzuki vitara. **Error:** I have used single PID example and it works perfectly but when I use Multiple PID's...