Encrypted weather station
Task: Develop a weather station that will encrypt data between transmitter and receiver
The Transceiver:
It consists of an Arduino Nano board, which will record the data on atmospheric pressure, temperature, and altitude provided by the BMP280 sensor. The data collected by the sensor will be encrypted using 256-bit AES encryption and transmitted to the receiver via the NRF24 module.