I try to use more than one DHT11 sensor with arduino nano (328).
my code works good with one sensor but I don't know the way for multiple sensors...
could you give me a example ?
I am fully aware this is an old post, but wouldn't it make this simpler to use a function rather then an array? Like getDHT(n, d) where n is the sensor to read from and d is the data you need (0=temp and 1=humidity). Have your function return the information, and use a "switch/case" within the function to choose what sensor information is needed.
Just an idea, I may do this myself (making sensors for a green house) and post an example code once its working, for future readers.