WebsterXC / digidash

CSE442 group project that will consist of Raspberry Pi software development. Our goal is to create a plug-and-play digital dashboard and engine monitoring system.
GNU General Public License v3.0
2 stars 3 forks source link

OBD2 Bluetooth communication using Arduino #11

Closed mohdkhan95 closed 7 years ago

mohdkhan95 commented 7 years ago

Exploring different communication protocol between the OBD 2 scanner and Arduino. This is slight detour from the actual project but this will enable us to fix the no read/write issue with the current rPI serial.

mohdkhan95 commented 7 years ago

ELM327_bluetooth_circuit.pdf

mohdkhan95 commented 7 years ago

The OBD2 Bluetooth code is uploaded in develop branch. The code enables storing current RPM value readings in a variable. But the goal is to explore the connection so that we can implement a similar strategy for our rPi.