This document describes the implementation of a wireless sensor network using Arduino microcontrollers and nRF24L01+ radio transceivers. It discusses how the nodes in the network receive sensor measurements and forward them to a central node. It provides details on the Arduino Leonardo microcontroller and nRF24L01+ transceiver specifications, including data rates, frequency range, and modulation used. It also describes the RF24 library for communicating between transceivers and proposes a mechanism for packet retransmission with randomized backoff to avoid collisions.