https://github.com/zebrajaeger/heating-fan-switch
https://github.com/zebrajaeger/heating-fan-switch
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/heating-fan-switch
- Owner: zebrajaeger
- Created: 2022-10-17T09:25:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T08:19:48.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:43:00.857Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## heating-fan-switch
Challange: A fan has to run when the heating is powered, to improve the heat-up-time of a room.
## Hardware
- 1x Arduino nano
- 1x 100k 1% Resisitor
- 1x 100k ptc (3D Printer heatbed sensor)
- 1x N-Channel MOSFET which is full-on @5V GS-Voltage, i.E. [AO3400](http://www.aosmd.com/pdfs/datasheet/ao3400.pdf)### Schematic
Arduino +5V -> Power (+5V)
Arduino GND -> POWER (GND)100k Thermistor (Pin A) -> Power (+5V)
100k Thermistor (Pin B) -> Arduino A0100k Resisistor (Pin A) -> Arduino A0
100k Resisistor (Pin B) -> POWER (GND)MOSFET (G) -> Arduino D0
MOSFET (S) -> POWER (GND)Load (+) -> Power +5V
Load (-) -> MOSFET (D)