Hello I have 3 x arduinio UNO , 2 x temeprature sesnor and 3 x Xbee s2C( two endpoint mode and one coordinator). Each xbee are connect to one Arduino. Xbee are in API mode.
Arduino1 --- Xbee(coordinator)
Arduino2 --- Xbee(endpoint)
---- Temperature Sensor
Arduino3 --- Xbee(endpoint)
---- Temperature Sensor
What is my project?
My project consist in get the temperature of one zone and if that temperature pass a threshold, that data is send to Arduino 1 and Arduino 1 do something for X time.
What happen if a data come from Arduino 3 and in that time Arduino 1 is do something because it recevie data from Arduino 2? I want that Arduino can do something(power ON LED ) at same time in X time(for example data from Arduino 2 it make that Arduino 1 power ON LED for 1 minute but data from Arduino 3 it make that Arduino 1 power ON LED for 3 minute).
That escenario will overlap Arduino's 1 tasks
Anybody have a suggestion??