File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Arduino ODBII scan tool simulator.
22
3- Transmits ODBII PIDs with vehicle sensor information upon request, using the
4- ELM327 protocol.
3+ Transmits real-time automotive sensor information to a client smartphone
4+ or tablet running an [ ODBII] ( https://en.wikipedia.org/wiki/OBD-II ) monitoring
5+ app.
6+
7+ The most common application is to provide real-time sensor information
8+ for classic vehicles that either do not have an ECU or a sensor bus with
9+ an OBDII connector.
510
611The common setup will be a set of automotive sensors connected to the Arduino
712microcontroller (MCU) running as the simulator. Equipped with a Bluetooth
813module, sensor information will be sent to a client when requested. The client
9- will generally be a smart phone running an OBDII app, such as Torque.
14+ will generally be a smartphone running an OBDII app, such as
15+ [ Torque] ( https://torque-bhp.com/ ) .
1016
1117This program implements the aqcuisition and calculation of sensor values, and
1218transmission of those to the client using OBDII
1319[ PID structures] ( https://en.wikipedia.org/wiki/OBD-II_PIDs ) over the ELM327
14- protocol.
20+ protocol upon request .
1521
1622
1723```
You can’t perform that action at this time.
0 commit comments