Buzzer producing quiet whirring noise instead of buzzing

Hi, @samuraidestroy

Lets do some basic trouble shooting.
First put you code aside and write some SIMPLE CODE that just controls the "Buzzer".

By simple I mean it outputs a HIGH for 1 second then LOW for one second and repeats.
NO Library.
Don't forget to declare pin 8 and OUPUT.

See what happens.

Tom.... :smiley: :+1: :coffee: :australia:

Turns out I was supposed to use a buzzer.loop() in my loop() and that’s why it wasn’t working

Well spotted.

After all that.