MicroPython #3: PWM, LED Fade
MicroPython Pulse Width Modulation & Duty Cycles At the end of this, you will be able to implement PWM technique and see it on inbuilt LED in Pin2 of ESP 8266 and also by attaching external LED's. The whole process will be done by MicroPython programming. So, Let's begin with ! Note: You must have your MicroPython firmware pre-flashed onto your board before beginning with this. If not, follow up these before getting back here. MicroPython #1: Introduction and Gearing U p MicroPython #2: Triggering I/O's Introduction to PWM & its concepts Pulse Width Modulation(PWM) is a technique for getting analog results with digital means. Digital control is used to create a square wave, a signal switched between on and off. This on-off pattern can simulate voltages in between full-on (5 Volts) and off (0 Volts) by changing the portion of the time the signal spends on versus the time that the signal spends off. The duration of "on tim...
Comments
Post a Comment