ESP8266-wifi-light-dimmer

所属分类:wifi
开发工具:C++
文件大小:0KB
下载次数:0
上传日期:2018-12-06 13:16:23
上 传 者sh-1993
说明:  ESP8266 wifi调光器,,
(ESP8266-wifi-light-dimmer,,)

文件列表:
OneButton.cpp (6593, 2017-01-04)
OneButton.h (3554, 2017-01-04)
html_pages.h (221, 2017-01-04)
hw_timer.c (3612, 2017-01-04)
hw_timer.h (1117, 2017-01-04)
license.txt (1065, 2017-01-04)
schematics/ (0, 2017-01-04)
schematics/acDimmer_ESP-12.fzz (16837, 2017-01-04)
smartSwitch.ino (10317, 2017-01-04)

# ESP8266-wifi-light-dimmer Wifi light dimmer based off of the inexpensive ESP8266 wifi modules. ### Circuit design ### I'm using a dimming circuit by [diy_bloke] (http://www.instructables.com/id/Arduino-controlled-light-dimmer-The-circuit/step1/Arduino-controlled-light-dimmer-The-PCB/).<br /> [Fritzing](http://fritzing.org/) schematics are under the schematics folder. ### Installing ### 1. Download [Arduino-compatible IDE with ESP8266 support] (https://github.com/esp8266/Arduino) 2. Load smartSwitch.ino sketch in Arduino IDE 3. Fill in SSID and password 4. Verify/adjust GPIO pins. 5. Flash sketch to ESP ### Control ### Browse to IP of ESP. Use GET variables to configure settings: - s = state (0 or 1) - b = brightness (0-255) - f = fade (0 or 1) ex1: View current settings (json): http://ip.of.esp/<br /> ex2: Set brightness to 50% and set state to on: http://ip.of.esp/?s=1&b=128<br /> ex3: Set brightness to 100% and enable fade: http://ip.of.esp/?b=255&f=1<br /> ex4: Toggle state (on->off or off->on): http://ip.of.esp/?s=t<br />

近期下载者

相关文件


收藏者