PWM Fan Controller based on ESP32 chip.
- EC11 Encoder Input
- INA219 Power Monitor
- ST7789 135x240 LCD Panel
- Quick Charge 2.0 Support
- Fan RPM Calculation
- BLE Control Interface (OTA Firmware Update / Fan Remote Control)
git clone --recursive https://github.com/redchenjs/pwm_fan_controller_esp32.git
git pull
git submodule update --init --recursive
./esp-idf/install.sh
export IDF_PATH=$PWD/esp-idf
source ./esp-idf/export.sh
idf.py menuconfig
- All project configurations are under the
PWM Fan Controllermenu.
idf.py flash monitor
