-
Notifications
You must be signed in to change notification settings - Fork 66
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
Board ZFC39, Fan speed controller #38
Comments
Hi PSLLSP, Opening an issue is good way for submitting a feature request. Thanks for including the fan specs. |
Hi Thomas, I have a sample board. There is 78L05 regulator on the board and STM8S003F (TSSOP20) MCU. MCU is connected in this way: 1 (BEEP) - 150R - 1uF - BUZZ - GND NOTE, RPM signal from FAN3 is not connected to MCU (no feedback from FAN3, no detection of blocked fan) images of PCB can be found on internet, one example: Video on YouTube: https://www.youtube.com/watch?v=ZldI9R1zOGE |
OK, looks good: it's easy to get a console (e.g. PD1 "SWIMCOM", or PD1/PD6). Retrofitting the FAN3 RPM input isn't hard, and I think that the trimmer inputs can be converted into additional temperature sensor inputs. I've ordered one of those boards. If you'd like to start experimenting: you can flash the
|
I now have a board, still no fans, though :-) |
Just note about new board. "DC-DC adjustable Power supply module with LCD display", that can be ordered for about 4USD is build around STM8S003K3T6 MCU. This MCU is in LQFP32 package and is hidden under LCD. I see 4 holes on PCB those could be SWIM interface. I see MP2307, LM358, HT7133-1 (3.3V LDO voltage regulator), two buttons, one induktor and several rezistors, capacitors and diodes. LCD has back-light. https://www.youtube.com/watch?v=tskURZyHbhk |
Thanks, ordered one. Do you know how they controlled the LCD? |
I don't know HW details. It could be a challange to write firmware for this board. Some ideas how to drive LCD display could be found here: http://www.atmel.com/Images/doc2569.pdf |
Thanks for the links! I'll be looking into how LCD control works in the power supply once it's there. |
Since the LCD hides the µC I'll have to disassemble the board I have. A second device is now in the mail. Help with reverse-engineering would be appreciated. |
Just in the case: if anybody would like to see some progress on this board, just drop me a note here. It shouldn't be too hard to program a fan control application on it provided that your requirements are known! |
Does anyone know if it is possible to make the temperature ranges lower?
|
Hi @berrydejager, I have no knowledge of the code that defines the behavior of the ZFC39 as-is but you can, of course, program the µC on the board to any temperature to fan speed ratio. Right now my time to do programming and testing is a bit scarce, but I'd be happy to help. |
For reference: a specification document "4-Wire Pulse Width Modulation (PWM) Controlled Fans" from the Wayback Machine is here: 4_Wire_PWM_Spec.pdf In chapter 2.1.4 the specification requires the PWM frequency to be between "21 kHz to 28 kHz", typical 25 kHz. At that frequency there are 640 steps between 0% and 100% (16Mhz timer clock). The fan PWM inputs have a pull-up to 3.3V or 5V (older models). µC GPIOs should be in open-drain mode (low side) and should be able to sink 5mA (chapter 2.3.1). Both requirements shouldn't be a problem for STM8S. |
@dirkscheffer thanks for the schema :-) I've left this issue open because it appears to be useful to people looking for information on the ZFC39 fan speed controller. Currently this type of fan speed controller is marketed as NTC3950 or DC 12V Pwm PC CPU Fan Temperature Control or maybe HW-585. The µC on this board is most likely a Nuvoton N76E003AT20, not an STM8S003F3P6. This means that in order to use the Forth OS in this repository instead of the stock firmware you need to replace the µC. |
i have now such a board , the CPU has a sticker with new label also my board has i2c pins near MPU and two pins that looks like button ( label SY and TP) did someone know the funktion ? |
Hi Thomas,
just FYI, new board ZFC39 with STM8S003 micro-controller. It can control up to three PC PWM fans.
http://www.ebay.com/itm/PC-CPU-12V-4-Wire-Fan-Temperature-Control-PWM-Speed-Control-Module-W-Alarm/282460745283?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649
http://www.formfactors.org/developer/specs/4_wire_pwm_spec.pdf
BTW, I am sorry for new issue but there is no contact email noted.
The text was updated successfully, but these errors were encountered: