Closed hammikb closed 1 year ago
We can assume you have set the correct settings in the SETUP section. Seems like the current draw may be too much on the buzzer. Try running without anything connected to pin I/O13 Could be a brownout
if my mean correct setting in the SETUP by what is below then yes, if not please let me know.
pinMode(13, OUTPUT);
it actually happens without the buzzer attached to the pins, do you know would i would fix this?
I guess you have tried to setup different gpio for buzzer instead of #13.
We are assuming your buzzer has worked before. Two types of buzzer, passive and active. If passive, just putting power to it will note make a noise. See Arduino tone. Put power in the battery and see if that makes a noise.
If you still have problems, please open it again
I am currently trying to use a buzzer to set off an alarm when a certain condition is meat but currently it just activates the buzzer and turns the entire display off and the display will flicker back on when the buzzer activates again. Besides that i have to restart it to get the display back on