Added: README.md, pcb images

This commit is contained in:
Filip Rojek 2024-05-21 12:39:53 +02:00
parent eec4e8f31e
commit 9dc82443b9
4 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
# auto-awning-close # auto-awning-close
main file is in `main/main.ino` The auto-awning-close project utilizes an Arduino Nano to automate the closing of an awning by interfacing with the original remote controller through relays. This setup allows the Arduino to send commands to the awning's existing control system, ensuring seamless integration with the original mechanism. A separate remote controller is used to communicate with the Arduino board, which then activates the appropriate relays to operate the awning.
This project includes detailed breadboard and PCB layouts to guide assembly, making it a reliable and efficient solution for automating awning control based on programmable conditions or user input.
## Features
- Weather-Based Automation: The system detects environmental conditions such as rain and wind, automatically closing the awning to prevent damage or water ingress.
- Time-Based Automation: Define specific time intervals during which the awning should be open or closed, adapting to your schedule or daylight hours.
- Remote Control Integration: The project includes support for a separate remote controller, allowing manual operation alongside automated functionality.
## Dependencies
- [RCSwitch lib](https://github.com/sui77/rc-switch/releases/tag/2.6.4)
- [Rtc_Pcf8563 lib](https://github.com/elpaso/Rtc_Pcf8563)
- [Wire lib](https://www.arduino.cc/reference/en/language/functions/communication/wire/)
# License
This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) file for details.
# Contributing
If you have suggestions or improvements, feel free to create a pull request or open an issue.

BIN
sketch_breadboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

BIN
sketch_pcb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
sketch_pcb_full.pdf Normal file

Binary file not shown.