This is an old revision of the document!
The purpose of the of this project is to build a simple Weather Monitoring System which is designed to monitor temperature, humidity, and air pressure of the environment and display the readings on an LCD screen using Arduino Uno board. Additionally, it uses a Serial Peripheral Interface (SPI) to transfer data to a computer, where the data is logged and analyzed for long-term weather trends.
The following components are required for this project:
• Arduino Uno board
• BMP280 sensor for measuring temperature, humidity, and air pressure
• LCD display (16×2)
• SD card module for logging data
• Connecting wires
• breadboard
• Computer with Serial monitor software (such as PuTTY)
The following software requirements are used for this project:
• Arduino Integrated Development Environment (IDE)
• library for the BMP280 sensor may be needed to read the temperature, humidity, and air pressure data
• Serial monitor software
What were the results obtained after the realization of your project.
An archive (or more if necessary) with the files obtained as a result of the project: sources, schemes, etc. A README file, a ChangeLog, a build script and automatic copy on uC always make a good impression .
The files are uploaded to the wiki using the Add Images or other files facility. The namespace in which the files are uploaded is of the type :pm:prj20??:c? or :pm:prj20??:c?:student_name (if applicable). Example: Dumitru Alin, 331CC → :pm:prj2009:cc:dumitru_alin.
You can also have a journal section where the project assistant can track the progress of the project.
List of documents, datasheets, Internet resources used, possibly grouped by Software Resources and Hardware Resources.