Networking and comunication

We decide to send values received from a humidity and temperature sensor from her computer to mine .

To perform our project we need:

2 Arduino Uno boards + cables 1 breadboard 2 NRF24 transceiver Cables 1 DHT11 humidity and temperature sensors Arduino IDE installed on both computers Setting up the humidity sensor on Arduino

Setting up the NRF24 transreceiver:

NRF24 is a transceiver: this means that is able to both send and receive data from others. It can send and receive data at the same time because the circuits powering both operations are separated and run independently one from the other. To complete our projects, we have to use two of them, one for each of us.

Sending the humidity and temperature sensor’s values Since the sensor works and the two transceiver work as well, we put everything together to complete our task.

Result: