Table of Contents
The AetherUnit is a projekt I developed and created for a technical exam. I want it to be a modular base station, able to be upgraded to the users needs. The First version was a simple monotering station which would periodically write the current Sensorreading onto a micro SD card. It was used for long time analysis of the air quality in diffrent spaces.
Currently I am working on a upgraded version which works like a typical thermostat, with extra readouts. Using a seven segment display the Info is shown.
- arduino-cli
-
Base Module
- Arduino UNO R3 (similar should work too)
- A BME 280
- A CCS 811
-
Seven Segment Display Module
- Base Module
- 4x 330Ω Resistor
- 564 1AS (Change the pins depending on your 7 Segment display)
- push button
- depending on button 10KΩ resistor
-
SD-Card Module
- Base Module
- MicroSD Card Adapter (similar should work)
Warning
SD card currently not supported
-
Clone the repo
git clone https://github.com/Whatever0rg/AetherUnit.git
-
Connect Arduino
-
Move into target directory
cd AetherUnit/AetherUnit/ -
Execute Makefile
make
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Project Link: https://github.com/Whatever0rg/AetherUnit
