Close

Automated Signal Capture

A project log for Raspberry Pi Home Automation

Utilizing a Raspberry Pi and some cheap components to create a $150 home automation system.

illwillillwill 02/28/2016 at 01:140 Comments

Using Flask and JQuery, a friend helped me out with automating capturing the 433mhz signal from remotes so you don't have to manually add them in the code.

Basically the Flask starts a webserver when you click n the add button, the code executes the RFSniffer.cpp binary and receives the data when a signal is received, then displays it to the webpage. Still have to finish the code for adding the data to the MySQL db , but thats the easy part.

Discussions