From acbb436369b86dbe400e2f2b6fe091d1bf38c148 Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Fri, 21 Jan 2022 10:55:27 +0200 Subject: [PATCH] Create README.md --- PCB:SCHEMATICS/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 PCB:SCHEMATICS/README.md diff --git a/PCB:SCHEMATICS/README.md b/PCB:SCHEMATICS/README.md new file mode 100644 index 0000000..906e1f8 --- /dev/null +++ b/PCB:SCHEMATICS/README.md @@ -0,0 +1,28 @@ +# RoomStateSensor-Management Schematics and PCB + +## Explanation: +This project was made for one reason: to notify my rommmate about my availability. I built an easy circuit using Elegoo Uno and several sensors and thought to present it to my teacher as an cplusplus project, which later on was declined as it is. Teacher, on the other hand suggested to add several features +to it, so it would be acceptable for the particular course. + +## Features: +### User side +- User has for states of a room: **Busy;Home;Come;Away** (Can be found in the [file](RoomyState/lcd.cpp)) +- Each state is controllable with a **button** included in the circuit +- When the **button** is pressed, it communicates with a [**Counter class**](RoomyState/Counter.h), which has an overflow feature making it really scalable for more +states added in future. +- Indicator LED of a particular state for tail-end with a button +- Indicating the current tempreature and humidity +#### Schematics: +![schm](Sendier.png) +#### PCB: +![pcb](Sender.png) +### Reciever side: +- Shows the DATA on the 1602LCD +#### Schematics: +![schm](Recevier.png) +#### PCB: +![pcb](Reciever.png) + + +#### Library usage: +- [SerialPort](https://github.com/kleydon/Mac-SerialPort-Cpp/tree/master/*%20Project/MacSerialPort/SerialPort)