OpenGarage › Forums › Hardware Questions › NodeMCU build: buzzer sounding continiously
- This topic has 2 replies, 2 voices, and was last updated 3 years ago by
lhw455.
-
AuthorPosts
-
March 9, 2018 at 8:59 pm #1058
lhw455ParticipantHi all, thanks to Ray for the fantastic product. I decided to do a DIY to teach myself a little about electronics and decided to build the one described in this thread over at HASS (https://community.home-assistant.io/t/opengarage-open-source-wifi-garage-opener/17228/) – I built it using NodeMCU v3 following the wiring diagram in that thread.
The only problem I have is that the buzzer is sounding continuously. When I request a door open, I can hear the sound coming through over the continuous buzz.
Any ideas?
March 22, 2018 at 10:04 am #1084
RayKeymasterFirst of all, the buzzer is there for compliance reasons (sound alarm is required for automated garage door controller), and if you build it DIY you don’t necessarily have to use the buzzer.
Second, you should check the buzzer’s spec — is it an active low or active high type? The OpenGarage circuit uses an NPN transistor to switch the buzzer, and it’s active high (which means a high signal turns on the buzzer and low signal turns it off). If your buzzer is the reverse (some buzzer modules are active low type, because they use a PNP transistor), then the logic is reversed, and that explains why it’s buzzing continuously.
March 24, 2018 at 3:43 pm #1094
lhw455ParticipantThanks, I’ve temporarily removed the buzzer.
It’s this one. I’ll try and reverse the connections and see how it goes.
-
AuthorPosts
- You must be logged in to reply to this topic.
OpenGarage › Forums › Hardware Questions › NodeMCU build: buzzer sounding continiously