Hello,
Background:
Large POE switch (24 ports) that I would like to utilise for home use. These units are normally stored in a server room so noise is not really an issue, for me however, it is. The plan was to replace the existing 3 x 40mm fans with 2 x 120mm fans using my own fan controller.
Process:
The switch has two main internal power supplies for the POE ports. I cut the cover and install the 2 fans on top. Using Arduino I have two sensors on each power supply and I can control the fans using PWM. This is an all-in-one PCB with sockets for 2 x fans, 2 x ds18b20, 1 x oled.
I control the fans PWM using Timer2 on the Arduino Nano (ATmega 328), also using interrupts to monitor fans speed. The code adjusts the timer/pwm duty cycle based on the current temperature.
This is already built and running where the idea was to mount the controller inside the switch and take power from one of old fan pins (12V). The problem I'm having is that every 20-30 one of the fans stops running for about 3 seconds and then fires up again, however:
Thanks
Background:
Large POE switch (24 ports) that I would like to utilise for home use. These units are normally stored in a server room so noise is not really an issue, for me however, it is. The plan was to replace the existing 3 x 40mm fans with 2 x 120mm fans using my own fan controller.
Process:
The switch has two main internal power supplies for the POE ports. I cut the cover and install the 2 fans on top. Using Arduino I have two sensors on each power supply and I can control the fans using PWM. This is an all-in-one PCB with sockets for 2 x fans, 2 x ds18b20, 1 x oled.
I control the fans PWM using Timer2 on the Arduino Nano (ATmega 328), also using interrupts to monitor fans speed. The code adjusts the timer/pwm duty cycle based on the current temperature.
This is already built and running where the idea was to mount the controller inside the switch and take power from one of old fan pins (12V). The problem I'm having is that every 20-30 one of the fans stops running for about 3 seconds and then fires up again, however:
- It works with no issues when I use an external power supply (rather than the switch existing fan pins)
- It works with no issues when I connect a multi-meter in series to check current consumption (0.5A)
Thanks