Skip to content

SimonF89/SF_Tonuino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Based on https://github.com/CKUL/TonUINO-ESP32

Without wifi, just basic functionality.

Text2Mp3

https://voicemaker.in/ https://ttsmp3.com/

Write/Read RFID-Cards

Use test_write for writing and testing the RFID-Cards

Layout

  • To reduce noise, add a 100uF capacity parallely to the speaker image

Pins DFPlayer

image

Pins ESP32

image

Detecting low Battery

https://www.pangodream.es/esp32-getting-battery-charging-level

offene Todos

  • adding Code and Layout for detecting low battery
  • prüfen ob aktuelle Karte == letzte Karte
    • wenn ja und playing - lasse laufen und mache nichts
    • wenn ja und nicht playing - mache weiter bei letzen nächsten Song
  • numInFolder häufig -1 --> mehrfach ordner auslesen --> Leider nicht möglich, Funktion geht nicht.
  • read and save last Song on EEPROM --> noch nicht ausreichend getestet
  • save last jokes in string and check if already played. ''' String playedJokes = ""; for(int i =0; i < strlen(string); i++ ) { char c = string[i]; // do something with c }

// Store last song via playedJokes += String(track); '''

  • wenn wrong stack und Track==1 --> diese figur hat noch keine Musi!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages