The use of the ESP8266 in the world of IoT

User avatar
By 7asson93
#64583 hi there,
recently I've been trying to upload sensors reading for thingspeak, so far, I can upload DHT sensor data, but, I want to upload from two additional sensors, but i'm not familiar with this kind of coding,


I've been flowing these steps (http://www.ardumotive.com/iot-wifi-temp ... idity.html)
and I want to add the ability to read two additional analog inputs, so I can use four fields, can someone do this for me, please.
User avatar
By Luc Volders
#64969 If the coding is to complicated try using ESP-Basic.

SENDTS:
Will post the fields contents to the thingspeak service. Must use the thingspeak key and field number.
SENDTS({KEY},{FIELD NUMBER},{FIELD CONTENTS})

There are also drivers for the DHT series in ESP-Basic. Programming this should only cost a few minutes.

Luc