-->
Page 1 of 1

sending sensors reading to thingspeak

PostPosted: Mon Apr 03, 2017 7:14 pm
by 7asson93
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.

Re: sending sensors reading to thingspeak

PostPosted: Tue Apr 11, 2017 11:01 am
by 7asson93
Still waiting for your help

Re: sending sensors reading to thingspeak

PostPosted: Sat Apr 15, 2017 5:01 am
by Luc Volders
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

Re: sending sensors reading to thingspeak

PostPosted: Sat Apr 15, 2017 2:45 pm
by 7asson93
I will try it and give you my feedback as soon as I finish my exams