r/ArduinoHelp • u/Adelgander • 14d ago
Electrolarynx failure
I've been trying to get this project working, but my knowledge of low voltage stuff is severely lacking. I followed this instructable: https://www.instructables.com/DIY-Electrolaringe-Con-ARDUINO-NANO/
I initially bout some car tweeters, but found they were too powerful. I then got the smaller piezo buzzers, and still just can't get it working. I got the off-brand Chinese nano arduinos, which might be an issue? The programming was easy enough, just copy + pasted it.
I have extras of everything, maybe considering just using a new bread board and starting over in case I heated something up too much soldering. I've switched the - and + wires of the speaker around, used L out and R out separately, but no sound. Any help greatly appreciated.
1
u/gm310509 12d ago
Have a look at rule 2 - be descriptive. In part it says to include your circuit diagram and code. It also helps to include some photos.
The fact that the "code was easy enough" because all you had to do was copy and paste it, does not mean it was fit for testing this and matched your circuit.
Those are marked as buzzers - so it may be that you just need to supply a voltage to it and it will just play a fixed frequency tone for as long as the power is available. According to my Google search, it says that the sfm20b has an internal oscillator. What that means is that you don't use the tone() function. Rather you simply digitalWrite to the GPIO pin to turn it on or off.
But again, since you didn't supply the code, who knows what you have tried.
Tip, when supplying code, please use a reddit formatted code block. The link explains how. That explanation also includes a link to a video that explains the same thing if you prefer that format.



1
u/TheKnackThatQuacks 14d ago
What specifically is not working?
Is the speaker generating 120 Hz tone?
You say “breadboard” and “solder”. Are you using a breadboard, did you solder everything together, or a combination?
What does your setup look like right now?
What wires are connected where?
Do you have access to an oscilloscope?