Releases: DEMP1993/Drive-assistant-device-firmware
Releases · DEMP1993/Drive-assistant-device-firmware
Release list
Drive Assistant Zero Firmware V1.7
First published build of the display firmware for the ESP32-2424S012 board (ESP32-C3).
- Mirrors Google Maps navigation from the companion app: maneuver icon, distance, street name
- Music screen with play/pause and skip
- Connection-status wait screen, device status screen
- Touch controls: swipe between screens, tap for backlight, long-press to switch off
- Automatic deep sleep after 10 minutes without connection and touch; tap to wake
- Tested with Drive Assistant app V0.1
Files
DriveAssistant-Zero-firmware-1.7.bin— complete image (bootloader + partitions + app). Flash at address0x0. This is the
file the browser installer on getdriveassistant.com uses.DriveAssistant-Zero-firmware-1.7-app-only.bin— application only, for updating an already flashed board (address
0x10000).
Flash manually (if you don't use the browser installer):
esptool.py --chip esp32c3 --port COMx write_flash 0x0 DriveAssistant-Zero-firmware-1.7.bin