Protonerd / FX-SaberOS

System code for Arduino based Lightsaber replicas for DIYino family boards
Creative Commons Zero v1.0 Universal
91 stars 42 forks source link

Sound problem with the Config Mode #107

Closed NessKafetheYoungling closed 6 months ago

NessKafetheYoungling commented 2 years ago

Hi, I'm trying to make my first lightsaber with an arduino nano. I did all the wiring( except the part with the battery because I don't have it yet) and I have a problem with the config mode. When I make a long press on the auxiliary button , I have a weird sound and then I get in the config mode. Beside I don't have the sounds telling which setting I'm into (like soundfonts , main color etc).

Any idea how to resolve that?

Druidjitsu commented 10 months ago

DFPlayers with the fake chipsets (which are everywhere and cause much trouble) are known to cause intermittent issues like these. I myself experienced similar repetitive loops with my lightsaber sounds. Specific ones I've had trouble with are MHK2024K-24SS. The Facebook Forum for FX-SaberOS recommend DFPlayers using the YX5200 chipsets. Replace your DFPlayer with faulty chipsets, to ones with YX5200. I have had ones marked with JC on them and they worked perfectly in the end (I thought JC were crap ones as well but they worked).

rhansenne commented 6 months ago

The latest version of the code contains improved support for clone DFPlayer modules. Activate DFPLAYER_CLONE in Config_HW.h to enable improved compatibility.