From d930782e8ab11088f7cf5386c2b11d3f989e873c Mon Sep 17 00:00:00 2001 From: Netwxx Date: Thu, 25 Jun 2026 13:59:27 -0700 Subject: [PATCH] Updated idea for speaker --- Notes/Record Puzzle.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Notes/Record Puzzle.md b/Notes/Record Puzzle.md index 024b03a..af2b6da 100644 --- a/Notes/Record Puzzle.md +++ b/Notes/Record Puzzle.md @@ -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. ---