/remote-switch-express

Express.js based app for controlling remote control sockets

Primary LanguageJavaScriptMIT LicenseMIT

Remote Control Switch Server

Express.js based app for controlling remote control sockets

MVC style frontend utilizing Jade for creating, viewing, updating and deleting switches

REST API with CRUD and the abilty to switch lights on / off by name

MongoDB backend

The 'send' command which is part of rcswitch-pi can be used to test basic connectivity with the remote control switch

433mhz transmitter wired in to following pins (RPi 1 model B) PWR -> Pin 2 GND -> Pin 6 DATA -> Pin 11

Dependencies

References

I came across this blog post which does a good job of describing a similar project.

This is a useful GPIO pin reference.