Kaiede

Results 9 comments of Kaiede

If the library needs to be moved to /usr/lib to work, then something related to the RUNPATH is likely not correct somewhere. Because really all that moving files there does...

Wrote up a quick driver for the 16-channel PCA9685 I2C PWM controller. Adafruit uses this on their PWM/Servo bonnet/HAT. https://github.com/Kaiede/PCA9685

FYI, I put together a fix that addresses this by refactoring away the PHY pieces of RaspberryPWM into an unfortunately named RaspberryPHY class. This is a semi-singleton, which is passed...

Just wanted to give an update on this. I’ve been using the changes for the last ~3 weeks to drive aquarium lighting without any real issues. The 480Hz issue seems...

> Hmm, at 480Hz with a PLLD of 500MHz and a DIVI of 2, how many M/S slots are you using to generate 6%? It feels like it could be...

So, I figured out that my code was very likely not calculating the range correctly, I've fixed it with a new commit in the PR. I think. I've got an...

I’ve confirmed the bug did exist, it was putting the frequency at 1/4th what it should have been, and confirmed that the latest commit in the PR outputs the expected...

#110 also discusses this issue. The summary is that the ping mechanism in the dedicated server doesn’t work well when it’s not on port 19132. If you can give each...

My thanks as well. manymine is simple to setup, but this got me off my butt to try configuring macvlan, and my VM's idle CPU usage when nobody is connected...