eadmaster
eadmaster
> It'll use more power compared to the pro mini (I assume) You could save some power forcing the board into lightsleep after each serial command, and waking up when...
One thing you may want to check is if the board has support for power input via the 5V/Vin pin, so it could be powered directly from the groove connector....
note that the current `esp32-s3-devkitc-1` env i have added in `platformio.ini` should also be compatible with these ESP32-S3 Mini boards (but i don't have one to test currently): https://community.platformio.org/t/need-help-add-esp32-s3-mini-in-platform-io-in-vs-code/26041 you...
> One thing you may want to check is if the board has support for power input via the 5V/Vin pin, so it could be powered directly from the groove...
I've made this a while ago https://github.com/pr3y/Bruce/blob/main/sd_files/interpreter/dtmf.js Rtttl ringtones are already supported from txt files https://github.com/pr3y/Bruce/blob/8a1ab3ec9ae9e9d83c1887c3bbc1d7c73c16a2e6/src/modules/others/audio.cpp#L73
i have the same request for the other media types, when no ID is specified just extract all of them...
https://github.com/xo/usql is based on this
EDIT: on further investigation, it seems you have to change the casing in these path strings which are case-sensitive on linux and do not match atm: `'./.pio/libdeps/esp32dev8mb` -> `./.pio/libdeps/esp32dev8MB` (found...
> s, that you didn't upload the filesystem image yet (spiffs.bin). Click also on "Build Filesystem Image" and then "Upload Files i prefer to use the cmdline directly: ```` platformio...
side question: is it possible to reduce the TFT brightness? I've noticed they run a bit hot after a while. I've found [this method](https://github.com/Bodmer/TFT_eSPI/issues/142), but i am not sure if...