项目作者: tsgoff

项目描述 :
ESP8266 / ESP32 wifi pwm fan control with autoconnect
高级语言: C++
项目地址: git://github.com/tsgoff/esp-fan-pwm-control.git
创建时间: 2021-01-10T20:46:40Z
项目社区:https://github.com/tsgoff/esp-fan-pwm-control

开源协议:

下载


ESP8266 / ESP32 wifi fan control

pwm fan control with mosfet and autoconnect

Set fan speed with GET parameter speed from 0 to 100 percent:

http://esp-IP/fan/1?speed=30

http://esp-IP/fan/2?speed=100

Quickstart

ESP8266

Download binary

esptool.py write_flash 0x0 ./fancontrol_XXX_ESP8266.bin

fancontrol

Inspired by https://robotzero.one/esp8266-fan-speed-control-ds18b20-temperature-sensor/