项目作者: visahannula

项目描述 :
Roof Fan (huippuimuri in Finnish) controller. Arduino, PWM and LCD display.
高级语言: C++
项目地址: git://github.com/visahannula/RoofFanControlArduino.git
创建时间: 2021-02-08T20:21:55Z
项目社区:https://github.com/visahannula/RoofFanControlArduino

开源协议:

下载


Fan Control Code for Arduino

This code has been made for controlling Vilpe Eco 220P roof fan
with Arduino UNO (Atmega328P).

  • Arduino controls fan with PWM to NPN transistor (fan needs 0-10V level)
  • PWM duty is controlled using potentiometer (note: PWM uses Timer2).
  • LCD can be used to display the set speed value and the tacho signal
    coming from the fan circuit (actual spinning RPM)

https://www.vilpe.com/product/e220p-o160-500-roof-fan/

See wiring instructions on on Vilpe site.

Made by Visa Hannula, 2021.

This code is provided AS IS and does not promise anything,
USE AT YOUR OWN RISK. You are fully free to copy and modify the code.

If you find errors or implement nice new features let me know. :)