Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma-Pe-Ma committed Aug 29, 2024
1 parent a84d7c8 commit 0c30cf8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

![status](https://badgen.net/badge/status/finished/green) ![license](https://badgen.net/github/license/Ma-Pe-Ma/Shutter-Controller)

![Server](https://badgen.net/badge/ESP%20server/working/green) ![Browser](https://badgen.net/badge/HTML+JS%20client/working/green) ![Desktop](https://badgen.net/badge/WASM%20client/working/green)
![Server](https://github.com/Ma-Pe-Ma/Shutter-Controller/actions/workflows/platformio-server.yaml/badge.svg) ![Browser](https://badgen.net/badge/HTML+JS%20client/working/green)

![WASM](https://github.com/Ma-Pe-Ma/Shutter-Controller/actions/workflows/cmake-wasm.yml/badge.svg) ![Linux](https://github.com/Ma-Pe-Ma/Shutter-Controller/actions/workflows/cmake-linux.yml/badge.svg) ![Windows](https://github.com/Ma-Pe-Ma/Shutter-Controller/actions/workflows/cmake-windows.yml/badge.svg)

This is a very simple solution for controlling motorized rolling shutters remotely through the world wide web by using a microcontroller.

Expand Down Expand Up @@ -90,4 +92,4 @@ I tried to keep this project as simple as it can be, which I mostly succeeded to
The ESP8266 was not the best choice for solving this problem as it needs the aforementioned controlling circuit. With an ESP32 this whole project could have been solved more easily. The reason I carried on with the 8266 variant is the following: solving the problem looked a great learning experience which turned out to be true. Understanding how to control the relay and designing the PCB was a satisfying experience.

## To-Do
* upload video of the operating shutter
* upload video of the operating shutter

0 comments on commit 0c30cf8

Please sign in to comment.