I'm just starting out some studies with XBee S2 and Arduino and I'm not sure if I'm doing what I actually planned.
My idea was to use just one Arduino with one XBee (Coordinator) that would receive the DHT11 data from just Router XBee (without another arduino to process the DHT data) and save the Coordinator temperature and humidity in a database. Searching for some results I found out that XBee is unable to send DHT11 Sensor signal to another XBee ( thought I could send the DHT data through some router XBee Pin).
So do you guys have any ideas on how I could fix this? Because using another arduino into my Router XBee would be a waste of battery, losing the purpose of a sensor network right? Do you guys recommend me to change the sensor or what?
Besides I'm using Arduino Uno, Libellium XBee Shield, XBee S2 and of course DHT11.