-
Hello.
I want to make DİY_ESP32 with NodeMCU ESP32s.
I used L298 as motor driver.
Where should I connect the CH_PWM_L1/ L2/R1/R2 and PIN_PWM_LF1/LB1... pins? I don't understand this.
When CH_PWM…
-
Hello,
The current command reporting fan activity assumes that the levels reflect the actual speed (ie level 1 means 0%, level 2 means 12% etc). This is almost never true, especially if the fan pro…
-
Develop the driver for PWM with faults on the discretes interface for ccx-io board.
-
Hello there,
You might have seen a lot of effort toward interfacing treadmill with Zwift happening out there, one of them is Zwifit (https://github.com/dawsontoth/zwifit). Do you think it would be…
-
**Describe the bug**
I'm having trouble setting up my fan curves. I have set `minPwm`, `startPwm` and `maxPwm` for each fan, but fans are still getting initialized on every run, and the curve values …
-
- Should be implemented using the Linux Kernel APIs.
- Integrate in the GpioD plugin added in 2.5.0?
https://docs.kernel.org/driver-api/pwm.html
https://www.kernel.org/doc/html/v4.14/driver-api/s…
-
A number of places have been identified where the code is doing bit field operations instead of letting the compiler figure it out. These should be replaces by appropriate structures with representat…
-
During initial development many devices had constants and datatypes exposed in the public interface that are only needed internally. These should be moved to the private section of the spec or to the…
-
I just recently got the SKR V1.3 for the wiring simplicity and 32 bit stuff. Sadly, this has also created a few issues. The SPI jumpers are in the correct places and the +5V is in INT like it is suppo…
-
Hi !
When I stumbled upon this project, it seemed to be exactly what I need.
.. now I realize the following, stating from the docs/datasheets:
"The TLC5947 is integrated with a 4-Mhz internal o…