39
yusijs
7y

Finished an MVP of my garage-opener-thingamajig!

Basically I decided I wanted to control my garage from my app. Retail solutions are expensive af. As a dev, the choice was easy!

RPI3
HC-SR04 sensor
DHT temperature sensor
5v Relay
Nativescript + Angular
Firebase

Result: i can open my garage anywhere, safely (sorta?) via firebase, and get push notifs when it gets opened (from hcsr04), which triggers the pi camera, while also getting live temp feeds (this one is kinda for the giggles and utterly pointless but NUMBERZ!)

Anyway - fun side project! First version of my app looks like this. Its very rough, and I have a couple more details I wanna display, but for a first time app I'm happy!

Comments
  • 8
    No hate, but read it as 'garbage app'...
  • 6
    @RAZERZ tbf the code is probs kinda garbage... 😅
  • 3
    @yusijs that's sadly relatable
  • 2
    So, like "welcome to my home, NSA"

    No, joking, nice project!
  • 0
    Backdoor anyone??
  • 0
    @yusijs looks cool! So how exactly did you interface with the garage door itself to get it to open/close? I'm assuming it's already motorized and you have a fob or something to open it from short ranges?
  • 0
    @smithalan2 there's a low voltage intake on my garage door (same thing as wall mounted buttons / keypads / etc), which I've connected a NC relay to. :)
  • 3
    @-eth I have so many connected devices, the NSA and me are basically best buds lately.
  • 1
    Looks good
  • 0
    Nice one.

    I would love a feature in this app where we can post our own creations and read about others.
Add Comment