I am taking my non-smart garage doors and making them smart with the addition of a Raspberry Pi and some sensors. I'm using Rust for the script, just to get my feet wet with learning a new language. The sensors will be placed near the opening of the door to track whether it is open or closed, and the data will be visible to me remotely via an API on a public-facing server. The project is just starting, but the source code can be found at https://github.com/rylansturm/GaragePi
2023-06-27 15:54:48.255924
I designed a PCB using KiCad that will sit on top of the Raspberry Pi. It has two relays and two terminals for connecting the sensors. This will replace the prototype/breadboard version that is connected currently.
2023-05-15 04:17:28.457234
I've been debating which sensor to use for the door. I think I've decided on using the TCRT5000 IR sensor. I'm going to 3d print a piece that will attach to the top of my garage door that will trigger the sensor when the door is closed.