Skip to content

Releases: DEMP1993/Drive-assistant-device-firmware

Drive Assistant Zero Firmware V1.7

Choose a tag to compare

@DEMP1993 DEMP1993 released this 22 Aug 14:34

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 address 0x0. 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