how to add multiple DHT22 in WiFi humidity sensor?

9 years 6 months ago #2622 by davidhome
hi all, I'm not sure if I posted this question in the right section?

< noob

Please Log in or Create an account to join the conversation.

9 years 6 months ago #2623 by piman
Are you adding more DHT 22's or different senses? If so what ones are you trying to add.

Please Log in or Create an account to join the conversation.

9 years 6 months ago #2624 by BadBallscrewBob
This thread might help a little.

forum.arduino.cc/index.php?topic=217689.0

Think that the idea of a loop to read and store each value in an array would be the way to go.

Passing it back to EasyIOT could use a similar method to the way thingspeak operates for multiple values i think.

" updateThingSpeak("field="+String(t, DEC)+"&field2="+String(h, DEC)+"&field3="+String(celsius, DEC)) "

I aint that good a programmer so this is just a synop from my limited experience. I managed to cobble my thingspeak code to pass 7 different values back from a single arduino. So so long as you have the module here set up to receive X pieces of data it should work.

I like your idea so if you come up with anything do post back.

Do unto others before they get chance to scr3w you over
The following user(s) said Thank You: davidhome

Please Log in or Create an account to join the conversation.

9 years 6 months ago #2626 by davidhome

piman wrote: Are you adding more DHT 22's or different senses? If so what ones are you trying to add.


just adding 5 more DHT22's....

but maybe DS18B20's if it is possible?

Please Log in or Create an account to join the conversation.

9 years 6 months ago #2629 by skywatch
I'd be interested in this too....!

Please Log in or Create an account to join the conversation.

9 years 6 months ago #2638 by davidhome

skywatch wrote: I'd be interested in this too....!


I would have thought this was already answered as it is something obvious to do,

but maybe I have posted in the wrong section?

Please Log in or Create an account to join the conversation.

Time to create page: 0.217 seconds

Forum latest

  • No posts to display.