Hello!
Just recently I've started exploring shift registers as a part of my new project. Long story short I have two 7hc595 shift registers, two 7-segment displays and a 5v buzzer (and arduino uno). I successfully daisy chained the shift registers and the numbers are being displayed nicely. I haven't yet connected the buzzer to the last available pin on one of the registers because I am not sure how I am supposed to run it. To my (poor) knowledge, a buzzer uses a square wave of certain frequency to make sounds. Thats what the tone function uses. How do I set the frequency on that register pin if I am not using the tone function (because it needs one pin and shift is using 3)? There are no tutorials on that online just a few people mentioning its possible somehow. I plan on controlling all that with attiny85 so I am low on available pins. Thats why I am considering doing it this way.
Best regards
Me
