-
Notifications
You must be signed in to change notification settings - Fork 17
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
PC Fan Simulation #132
Comments
Thanks for the information! Here are the important bits from the datasheet: PWM Input
RPM Speed Signal
|
Yeah, that is about all of the useful information I personally gleaned from those documents. Thank you for the response! |
Do you have some ideas how to implement the visual part of the PC Fan? |
Well, I have my two cents, but it definitely doesn't need to be anything fancy. Probably just a simple "rotating fan" animation with a direction and speed indicator. Just something that gives a decent visual feedback without being overly complicated. The most important part of this addition would be properly simulating all the inputs/outputs which aren't strictly unique to PC Fans. |
In case it helps I drew this PC Fan in case it can help. To animate just change
Here is a demo of it in action: |
I would like to respectfully request the addition of a PC Fan simulation.
To be specific, I would love to see the standard 3-pin and 4-pin 12v 120mm PC fan added. These usually come with a tachometer and PWM control signal.
Here is a white paper from Noctua describing the PWM specification and tachometer functionality.
I know this is potentially a complicated request, but I love Wokwi and have thus far found it to be easily the best free Arduino Simulator (and for that matter better than all the paid simulators I have tried.) I really appreciate the whole project and plan on using your simulator for teaching and learning for the foreseeable future.
The text was updated successfully, but these errors were encountered: