-
Description:Buzzer should only work when the POSITIVE pin is HIGH and the NEGATIVE pin is LOW. In the scenarios shown below, the Buzzer is not following that principle.
POSITIVE pin is the left pi…
-
Hello DL9RDZ, please, would it be possible to add support for a piezzo passive buzzer on TBeam and wifi-only TTGO? Make the buzzer beep when is the module able to decode the sonde?
-
Hi, great project. I've got PCBs in front of me to build.
Could you please share the buzzer part number?
I'm having a hard time finding one with 5mm terminal pitch and a small enough diameter.
I'm …
-
I have a module for controlling a buzzer.
```js
var raspi = require("raspi");
var pwm = require("raspi-soft-pwm");
const BUZZER_GPIO_PIN_NO = "GPIO13";
const BUZZER_FREQUENCY = 500;
cons…
-
Use analog pin set to ground or something to disable buzzer in code.
It takes about 100 microseconds (0.0001 s) to read an analog input.
-
Would it be possible to also add support for aa buzzer?
-
### The problem
`http_request.get` seems to be somewhat broken (at least for me) especially in combination with `max_response_buffer_size`
using the `http_request.get` function without `max_resp…
-
@nisargjhaveri @hharchani @mukulhase @pinkeshbadjatiya @adarshsanjeev @jerinphilip , I think we should continue here now.
-
![IMG20221105043234](https://user-images.githubusercontent.com/39308038/204336846-bc4da812-7562-4cea-a278-347eb4f54f43.jpg)
hello, i try to mod a firmware but i can't get it.
need help for my proj…
-
I'd suggest, for the RIC object, to add information about the RIC's alias, as well as some "spare" values (such as which ringtone, whether the buzzer is activated or not, repeat ring, etc).
Example on…