Show HN: Text Message turns on blender (youtube.com)
Turning on the blender is obviously insignificant, but we did this as a proof of concept. Right now I'm getting it to work to unlock my door (I just have to machine the clamp). I've cut it down so it's one line of code started with an incron script. I can share it if there's any interest.
3 comments
[ 3.3 ms ] story [ 16.8 ms ] threadOf course, doing it by sms the way this guy did means you can send it more complex commands.
This is actually much simpler than it seems. It's just a microcontroller hooked up to the switch (just two wires). The version shown in the video costed much more than it needed to only because we didn't know what we were doing at the time. The whole package can be done wirelessly for ~$35. The benefit of this method is the expandability factor. It can be hooked up to almost anything.
The text message backbone is just a postfix mail server running incron which starts a bash script to parse the message.