Added notification reading in the app and made it so the bean only sends data when the accelerometer values are changing. It looks the same as yesterday but it’s better...
I’m working on another big project: the Door Alarm 2.0! An upgrade from the Door Alarm 1: Makey Makey version! Here’s a sneak peak!
It involves a radio, a BrightBlue Bean (my new toy from Christmas!!!) a speaker, and an LCD! Oh, and also some batteries. Woohoo!
Basically this miraculous thing is my own Room-land security. An alarm will sound if anyone touches my doorknob, (some tinfoil on the ground is Earth/Ground). My door handle really doesn't do anything because you don't have to spin it to open the door, just push, so there’s also some tinfoil on my door and I’ll be notified if my dog is about to barge in! It also will do some other cool stuff but I’m still working on the design!
I’m using the solderless breadboard to prototype, but I’m going to solder it once ready. I’m also using the Makey Makey for prototype but I will eventually solder leads onto the radio control (for super fancy touch activation!) The speaker and alarm box are from a Snap Circuits Junior in case you were wondering (you probably weren't, but know you know anyways).
I know I should probably put some more photos on here, but it’s currently 9:30 and that means I have to go finish my Chemistry lab report.. I’ll edit this post whenever I decide something is photo ready!
Here’s the super high-tech doorknob touch connector to motivate you to check back periodically:
Hello World-ish, with Lightblue Bean and Processing (and Arduino).
Main tutorial was “robflate” at Punchthrough’s forum.
Main hurdle was making sure to connect to the correct serial port, and that nothing else is listening to that port at the same time. I extended the initial code from “robflate” to include automatic selection of the correct port. Like this:
Code over here: https://gist.github.com/sunekaae/0a6f56046e50b05c08db
also reference: https://punchthrough.com/bean/getting-started-osx/