Skip to content
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

part cooling fan PWM issue #5

Open
daduke opened this issue Apr 19, 2024 · 2 comments
Open

part cooling fan PWM issue #5

daduke opened this issue Apr 19, 2024 · 2 comments

Comments

@daduke
Copy link

daduke commented Apr 19, 2024

Hi,

the Sunon EF50152B1-1C01C-A99 isn't a very good choice as a part cooling fan in this configuration due to its BLDC and autostart function (the A in the part number). With the given configuration, the fan is basically off (< 99% fan setting) or running full blast (>= 99%). This doesn't really make tuning part cooling possible. The best workaround I found is to drive the fan at a very high (hardware) PWM frequency:

[fan]
pin: EBBCan:gpio13
kick_start_time: 0.1
cycle_time: 0.000025 # 40 kHz
off_below: 0.07
hardware_pwm: true

but even then, the lowest possible fan speed (7%) is quite high.

best,
-Christian

@Pneumanifest
Copy link

Can confirm. The part cooling fan will not allow for much tuning if at all.

@daduke
Copy link
Author

daduke commented May 3, 2024

I replaced it with a GDStime 24VDual Ball 8500RPM which gives me full 4%-100% power range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants