-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change PWM Frequency tp 25kHz? #107
Comments
The README gives some explanation: https://practicingruby.com/articles/tricks-for-working-with-text-and-files but it seems a bit outdated. For 25kHz, you will need a period of 40us. If you change To improve this, you can reduce Let me know how that works for you! |
After the changes in the code, the startup code shows:
I will try to hook up a oscilloscope and confirm everything still works but it should ;) |
So, |
So, |
Yes I have done some tests too and I it does not work when there are less
than 200 samples (cycles period divided by time unit).
So right now the highest frequency available is 1/200us so 5kHz.
I am pretty sure it’s a bug in pi-blaster somewhere but I have not figured
where yet.
…On Fri, Oct 5, 2018 at 11:00 PM Ch3fk0ch88 ***@***.***> wrote:
So,
i tested it again but i dont get a signal with the changed pi-blaster.c
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#107 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAvi_TLcK4Wm64r9cirardR8hgI_nY0rks5uh8hngaJpZM4XIp_2>
.
|
Ok, Thanks |
Hello, |
No sorry. I have not been working on this project. |
I am also having this issue, although the fans I'm controlling appear to work at 5khz their spec sheet says 21k to 28k. I have also had a play and confirmed the minimum 200 samples is still the issue. |
Would be great if someone could do a PR to fix this. I would gladly review and merge it. |
Hy,
on which way i can cahnge the PWM Frequency to 25kHz?
I found nothing in the internet....
Thanks
The text was updated successfully, but these errors were encountered: