issues
search
A-Emile
/
Lime_Gen3_IoT_Replacement
Custom IoT for Lime Gen 3 E-Scooter and info about serial communication
Apache License 2.0
46
stars
12
forks
source link
created new branch - mp3 audio themes
#12
Open
aIecxs
opened
1 year ago
aIecxs
commented
1 year ago
please create new branch before merge!
added LittleFS
https://github.com/lorol/arduino-esp32fs-plugin
added mp3 files audio themes
added I2Saudio.ino
added playMP3()
https://github.com/earlephilhower/ESP8266Audio
added display.h
added sendDisplayLED()
deleted turnOffDisplayLed()
changed BUZZER_PIN -> GPIO25 due GPIO13 not available on pcb board
swapped UART0 <-> UART3 to reduce noice on controller
added lastBattery to RTC memory for deep sleep
added wake on charger BOOT_PIN (white wire)
changed SHOCK_PIN trigger LOW -> HIGH for tilt sensor
readController() on disconnecting in drive mode
aIecxs
commented
1 year ago
fixed controller glitches driving without hearthbeat
disabled alarmBeeb() on SHOCK_PIN
brought back hearthbeat CTS
update battery once a day
reset ESP32 once a week
added lock on charging
fixed audio crashs
added mp3 files audio themes
added simple I2S beep() tone generator
support for Adafruit I2S Amplifier MAX98357A
please create new branch before merge!