Updated idea for speaker

This commit is contained in:
Netwxx
2026-06-25 13:59:27 -07:00
parent 092f1380ec
commit d930782e8a

View File

@@ -36,5 +36,6 @@ source:
- IE: each speaker has it's own little board with an amplifier and sound file, and plays on command
- OR: Should the hand sensor trigger that directly, no need for the Raspberry Pi to control it?
- It could send a signal to the Raspberry Pi so we know what is going on, but this simplifies the code, and I2C issue, and the multiple speaker driver issue.
- Updated Idea: Hand sensor triggers the speaker driver, which has the sound file on it: [SpeakerDriver](https://www.amazon.com/Yuuhseel-Player-Support-Compatible-DFPlayer/dp/B0G133NWK3?s=electronics) But, the raspberry pi intercepts the signal, to know what is happening, and can turn it off with a mosfet board, or some other way when the correct record in inserted. I think that this keeps it simpler.
---