项目作者: mdvorak-iot

项目描述 :
Single-purpose built controller for driving PWM fans according to temperature.
高级语言: C
项目地址: git://github.com/mdvorak-iot/esp-fan-controller.git
创建时间: 2020-04-29T18:54:10Z
项目社区:https://github.com/mdvorak-iot/esp-fan-controller

开源协议:

下载


esp-fan-controller

Single-purpose built controller for driving PWM fans according to temperature.

Based on ESP RainMaker platform.

Usage

To provision WiFi, use provisioning app:

To initiate provisioning mode, reset the device twice (double tap reset in about 1s interval). Status LED will start
flashing rapidly.

See Kconfig.projbuild and sdkconfig.defaults for default config.

Development

Prepare ESP-IDF development environment
.

Configure application with

  1. idf.py menuconfig

and select Application configuration in root menu and configure application parameters.

Flash it via

  1. idf.py -b 921600 build flash monitor

As an alternative, you can use PlatformIO to build and
flash the project.