Hi,
I'm trying to control the temperature of a green house using two nRF24L01 antenna. Basically, I have an arduino Mega 2560 with a TFT display acting as my main module where i can see the temperature of the green house, and i have an arduino Uno in the green house with a temperature sensor, 2 relays and a stepper motor (to open a trap door for cooling). So I want my main module to receive data for the temperature from the green house module and depending on this temperarture I then want my main module to send the command to the green house module to activate or deactivate the relays, open or close the trap door. As of now I'm able to receive data from the green house module and display the temperature inside the green house on the TFT display of the main module, but I can't figure out how to then send commands to the green house module.
thanks,
Arcadia117