spleenware / ripple

Arduino Firmware for Ripple LoRa mesh
Other
262 stars 33 forks source link

ripple tactical buzzer on ttgo t3 1.6 #28

Closed zyrorl closed 3 years ago

zyrorl commented 3 years ago

According to the instructions on instructables the buzzer pin is supposed to be gpio11 , however this board does not expose 11, but does expose 13. yet when messages are received, i cannot get any sound despite having installed a piezo buzzer.

Is there any chance of making this configurable or modifiable somehow?

spleenware commented 3 years ago

Ah, since I wrote that article I have changed the buzzer behaviour. It is now tied to the same as the LED pin, which is 25 on the TTGO board. ie. whenever the green LED goes on, the buzzer also sounds.

zyrorl commented 3 years ago

thanks that fixed it for me!