|
|
|
|
|
by slig
3635 days ago
|
|
Look up the ESP8266. It's a very cheap piece of hardware that you can program using the Arduino IDE. It can connect to your local WiFi easily and send a push notification to your phone. So you can build something like this using a simple PIR sensor + ESP8266. |
|
I built a garage door opening sensor using an ESP8266 (connected to my home wifi) and a magnetic contact switch. I'm also using TelAPI to send me SMS messages every time the garage door is opened.
It is very simple to do, and kind of cheap.