Hi all.
I am trying to create a something where I have multiple led strips reacting to a lightning sound. The sound will be played on a DFRobot DPlayerMini. The LED strips will be placed at places around a small room.
I think this would look best if the I could control when each led strip were able to react to the lightning sound. Ie at the start of the sound the led strips on one side of the room reacted. Then towards the sounds end the leds strips on the other side reacted.
Is it possible to mute some of the led strips for a particular period of time.
Also, as a side note. I was going to use a sound detector to capture the sound. But would much prefer to take the sound directly from the DFRobot DPlayerMini via the AO pin ( RX and TX pins are tied up ). What are the practicalities of this.
Welcome! You'll find you'll get a lot of help here, if you do a little bit of reading about how to do your best:
In particular, a sketch or schematic of what your planning to build is very important. Secondly, show us whatever code you've worked up to date. These both help us assess where you're at in the learning process, and will prevent many questions/suggestions that are not appropriate for where you're at.
That sounds like an interesting project that could be a lot of fun! However, please keep in mind that we are not a free design or code-writing service. We’re more than happy to help with your design or code, but we need you to make an initial attempt. Please design and write your code, then post it along with an explanation of what’s not working properly. There is also a for hire section if you want to pay for it.
Show Your Work First: Before asking for assistance, make an attempt to design or write the code yourself. Share your work along with details about what isn’t working.
Provide Clear Documentation: Since we can’t see your project, share an annotated schematic (best) or a clear drawing of your setup. Pictures are welcome, but avoid using Fritzing diagrams as they are wiring diagrams, not schematics, and are not ideal for troubleshooting.
Include Technical Details: If there is specific hardware involved, include links to technical information. There are often many versions of similar components, so precise details are essential.
LED strips are not activated by sound. Your trigger is sound, so you will need to evaluate sound levels to activate the LEDs you want. If you are able to "take the sound directly from the DFRobot DFPlayerMini," (above my level to read raw data to find the peaks) then there is no sound activation... and there is no A0 on the DFPlayerMini. I think what you want is; while a sound file is playing, a sound sensor registers sound levels, and as particular sound levels are reached, LEDs are illuminated... but words might be confusing, so it is best to draw your idea on paper and post that drawing here.
Are these to be connected by wires or a wireless system? Wireless is the most convenient but the most difficult to do.
Not sure what you mean here. The concept of an addressable LED strip is that "IF" it is one strip you put what you want in that strip and then show it. So if you do not want a section of the LEDs to change, just write them the same data that you had before in the parts you want to mute.
If you have more than one strip then simply address the strip you want to use and not the other you want to mute.