-
The output addresses for the F-14B overlap with the A-10C. This creates problems when parsing the messages from DCS BIOS because it's impossible to tell which aircraft it's for based on the message al…
-
The library readme says "supports up to 6 fans" but there is no documentation or examples in the library for controlling up to 6 fans.
How do I control 6 fans with this library?
-
I'm reading three bytes and my NodeJS code reads `3, 192, 144` in decimal while my logic analyzer reads `0x03, 0xC0, 0x10` which translates to `3, 192, 16`.
Why is the last byte misread as `144` wh…
-
Hello,
It looks like PWM freq. is limited to 10kHz directly in the code:
https://github.com/mongoose-os-libs/pwm/blob/master/src/esp8266/esp_pwm.c#L150
10kHz is not enough for applications li…
-
I added support for the Watchman Sonic (issue #218) because I didn't want to live with the nasty hack I had originally wrapped around rtl_fm. I wanted to use proper signal processing code.
Unfortunat…
dwmw2 updated
5 years ago
-
This is pretty picky, but small quirk in the editor that doesn't disallow setting a digital channel to 25khz. It really should disable the option or only offer 12.5khz.
I've tested it and there do…
-
Hi,
is there a way the change the pwm frequenzy in the "beaglebone.js" file at the Raspberry?
Where i can find this file?
I use NodeRed on a Raspberry with the "[node-red-contrib-gpio](https://gi…
-
Cannot load saved profile.
`xrandr --verbose`
```shell
Screen 0: minimum 320 x 200, current 3840 x 1200, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (0x47) normal (normal left in…
-
I hope this is the right avenue to have a discussion about the MD-380, let me know what information I can provide to help you here. I am using an MD-380 with the MD380 Tools firmware, using this meth…
-
Hello,
any chance of controlling the speed of 4 PIN computer fan directly from ESP8266 (Wemos D1)?
According to the PWM specification, the signal should have:
> PWM Frequency: Target frequency …