Skip to content

A simple sketch to control whatever you want from your phone or PC using PWM on the ESP8266

Notifications You must be signed in to change notification settings

fischer-felix/ESP8266-WiFi-PWM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

ESP8266-WiFi-PWM

A simple sketch to control whatever you want from your phone or PC using PWM on the ESP8266.

In my case, I use it to control my room lights with the help of a mosfet to handle the demand for power, but really you can use it for anything that requires you to remotely control PWM.

One thing to keep in mind is, that the esp8266 uses a 10-bit resolution instead of the 8-bit resolution that other arduino boards use, so it's PWM scale is 0-1023, not 0-254.

Todo:

  • make brightness scale logarithmic
  • add wakeup timer

About

A simple sketch to control whatever you want from your phone or PC using PWM on the ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published