Skip to content

ESP8266 based PID Controller for a fireplace fan controlled by PWM.

Notifications You must be signed in to change notification settings

hectorgimenez/fireplace-fan-pwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ESP8266 PID Controller

This project is a ESP8266 based PID controller. It uses a temperature sensor DS18B20 as an input value and an analog output pin for PWM PID output value.

How it works

Reads the input value from the temperature sensor and try to stabilize at the setpoint value with the PWM output. In my case the PWM output is connected to a PWM board for AC devices. It's not the best way to control an AC motor, but it works.

About

ESP8266 based PID Controller for a fireplace fan controlled by PWM.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages