Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
askrejans authored Jan 23, 2024
1 parent 62acf9a commit 43f7a89
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,33 @@ This software is in early development, so use it at your own risk. It's been tes

```bash
./target/release/speeduino-to-mqtt
## MQTT data example:
Data is pushed as 3 letter codes (explained in source) to a configured MQTT topic.
```code
RPM: Engine revolutions per minute
TPS: Throttle Position Sensor reading (0% to 100%)
VE1: Volumetric Efficiency (%)
O2P: Primary O2 sensor reading
AFT: Air-Fuel Ratio Target
MAT: Manifold Air Temperature sensor reading
CAD: Coolant Analog-to-Digital Conversion value
MAP: Manifold Absolute Pressure sensor reading
BAT: Battery voltage (scaled by 10)
ADV: Ignition Advance
PW1: Pulse Width 1
SPK: Spark
DWL: Dwell time
ILL: Idle Load
BAR: Barometric Pressure
TAE: Warm-Up Enrichment Correction (%)
NER: Next Error code
ENG: Engine status
```
More info: [wiki.speeduino.com](https://wiki.speeduino.com/en/reference/Interface_Protocol)

![image](https://github.com/askrejans/speeduino-to-mqtt/assets/1042303/d1b8cbd3-3f9a-471b-8dc1-bf206eb39693)




0 comments on commit 43f7a89

Please sign in to comment.