Skip to content

Whatever0rg/AetherUnit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

AetherUnit

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project

About The Project

Product Name Screen Shot

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.

(back to top)

Dependencies

  • arduino-cli

Hardware:

  • 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

Installation

  1. Clone the repo

    git clone https://github.com/Whatever0rg/AetherUnit.git
  2. Connect Arduino

  3. Move into target directory

    cd AetherUnit/AetherUnit/
  4. Execute Makefile

    make

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

Contact

Project Link: https://github.com/Whatever0rg/AetherUnit

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors