Add Gradle distribution SHA256 checksum and set up fastlane metadata
@@ -0,0 +1,14 @@
|
||||
ESP32 ALDL Dashboard connects your Android phone to classic GM OBD1 vehicles (such as the 1986 Pontiac Fiero 1227170 ECM) via a custom ESP32 Bluetooth SPP bridge, decoding the 160-baud ALDL datastream in real time.
|
||||
|
||||
Features:
|
||||
- Animated radial RPM gauge and live readouts for speed, coolant temp, MAP, TPS, O2 sensor, MAT, and battery voltage
|
||||
- Status flags for closed-loop mode, rich/lean mixture, TCC lockup, and A/C clutch
|
||||
- BLM and Integrator fuel-trim heatmap grid across 14 RPM and 17 MAP bands with dynamic colour coding
|
||||
- Multi-parameter line charts in single or 2x2 grid mode for 12 selectable metrics
|
||||
- Trouble code decoder with human-readable descriptions
|
||||
- Dual logging: Room database sessions and TunerPro RT-compatible CSV export to Downloads/ALDLLogs
|
||||
- Optional raw binary stream recording for advanced playback and diagnostics
|
||||
- In-app log browser for viewing, opening, or sharing CSV and BIN files
|
||||
- Persistent settings for temperature units, alert thresholds, and auto-logging preferences
|
||||
|
||||
Requirements: Android 7.0 or higher; an ESP32 device programmed to bridge the ALDL serial pin to Classic Bluetooth SPP (named ESP32-ALDL).
|
||||
|
After Width: | Height: | Size: 287 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
@@ -0,0 +1 @@
|
||||
Real-time GM OBD1 ALDL dashboard via ESP32 Bluetooth for classic cars.
|
||||
@@ -0,0 +1 @@
|
||||
ESP32 ALDL Dashboard
|
||||
@@ -1,5 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
|
||||
|
Before Width: | Height: | Size: 130 KiB |