Arduino to arduino wireless link

Hi!

I have an Arduino UNO board connected to my aquarium an it’s monitoring temperature, water level, splis, … and its connected to the internet via an ethernet shield.

And I now have another arduino mega on my living room, controling lights, temperature, and blinds.

But, now I want to connect the arduino mega to the ethernet and want the arduino UNO to send the information via wireless (2.4GHZ shield) to the Mega and then he will decide what to do with the information.

Is it possible to have this link via 2.4GHZ wireless shields? I just want the Arduino UNO to send the temperature and other variables to the arduino mega and then the mega will do the processing…

Thanks!

Why do you want the Mega to do the processing? You do know that the Mega runs at the same speed as the UNO right? The Mega as no more processing power than the UNO, just more memory space. I think it would be easier to use WiFi on the Arduinos and have a server running on your computer to do the heavy processing. Then everything can talk to the server…