Difference between revisions of "Analog"

From Let's Control It
Jump to navigation Jump to search
Line 16: Line 16:
  
 
== ESP Easy ==
 
== ESP Easy ==
Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Analog  Input" from the dropdown box and enter the IDX found in the Domoticz device page. That should be all.
+
Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Analog  Input" from the dropdown box.
 +
 
 +
[[File:EasyConfigAnalog.png]]
 +
 
 +
Enter the IDX found in the Domoticz device page. That should be all.
  
 
== ESP Connexio ==
 
== ESP Connexio ==

Revision as of 07:48, 3 October 2015

Introductie

The ESP module can read an analog signal and send its value to your controller.

The input signal needs to be connected to the ADC (also referred as Tout) pin on the ESP module. On the ESP-01, this pin is not available.

Hardware

Connect a switch between ground and the ADC pin.


Analog.png


Software

Custom Sketch

ESP Easy

Use the device tab on the ESP Easy webinterface and create a new task by editing one of the available tasks. Select "Analog Input" from the dropdown box.

EasyConfigAnalog.png

Enter the IDX found in the Domoticz device page. That should be all.

ESP Connexio