GPIO

From Let's Control It
Revision as of 17:37, 2 October 2015 by Admin (talk | contribs) (Created page with "= Introduction = The ESP module can control things with it's build-in GPIO output pins. We can turn these on or off or we can set these pins to a special Pulse modulated value...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The ESP module can control things with it's build-in GPIO output pins. We can turn these on or off or we can set these pins to a special Pulse modulated value (PWM output). And it's also possible to send short pulses (single puls) to one of these pins to control specific devices that are switched with a single short high or low signal.

Hardware

It's best to connect a LED to the GPIO to test your setup. You could dim this LED with the PWM mode commands.


Lightswitch.jpg


Software

Custom Sketch

ESP Easy

We do not have to select a task to control basic GPIO output.


ESP Connexio