Der Tonuino hängt nach der Meldung vom RFID-Reader. Danach wird versucht die Startlautstärke zu setzen und das dauert sehr lange wenn es nicht funktioniert.
I have a poti installed for the volume. Is there anyway to prevent it from jumping between volume:24 and 25? It seems to be preventing the nano from receiving commands from the buttons and card reader
Also how do switch between the last two columns in commands.hpp file below? I want a short press to change the song and a long press to do nothing since I have a poti for volume
three Button
============
vol/next-prev inverted
admin-menu idle pause play play
--------------------------------------------------------------------------
pause select play pause pause
pauseLong end adm shutdown shutdown track# track#
up next next vol++
upLong next 10 shortcut2 shortcut2 vol++ cont. next
down prev prev vol--
downLong prev 10 shortcut3 shortcut3 vol-- cont. prev
updownLong shortcut1 shortcut1
If you don’t want buttons to change the volume, you can use a 5-button version of the software with just 3 buttons.
To change whether a short press changes the volume or track using the 3-button version, you can use the „revert volume buttons“ option in the admin menu.
The DFPlayer connection is fine. After the original 8 min s everything worked properly. It played music and the DFPlayer works fine. Also it doesn’t have this problem when I plug it into 5V power, only when connected to the laptop.
I think I figured it out. I downloaded the English version of the audio files but it was missing the 0262.mp3 file (the beep) after adding that file in everything seems to work.
Thanks for everyone’s help! My son loves it so far!
@dilullogiovanni Could you please try the branch issue_207. Here I added a threshold preventing this switching the volume.
I also fixed a bug in the poti code that produced a compiler error. Did you also found and fixed this bug or how you compiled the code?