An Awesome Wireless Motion Sensor

Wireless sensor networks are nothing new to Hackaday, but [Felix]’s wireless PIR sensor node is something else entirely. Rarely do we see something so well put together that’s also so well designed for mass production.

For his sensor, [Felix] is using a Moteino, a very tiny Arduino compatible board with solder pads for an RFM12B and RFM69 radio transceivers. These very inexpensive radios – about $4 each – are able to transmit about half a kilometer at 38.4 kbps, an impressive amount of bandwidth and an exceptional range for a very inexpensive system.

The important bit on this wireless sensor, the PIR sensor, connects with three pins – power, ground, and out. When the PIR sensor sees something it transmits a code the base station where the ‘motion’ alert message is displayed.

The entire device is powered by a 9V battery and stuffed inside a beautiful acrylic case. With everything, each sensor node should cost about $15; very cheap for something that if built by a proper security system company would cost much, much more.

Motion Sensing Fog Machine

Our favorite holiday is just around the corner, so there’s no surprise in seeing a few builds to scare children turning up in the tip jar. [Greg] also loves Halloween and apparently puts on a good show – he always uses a fog machine on his porch on All Hallow’s Eve, but triggering it at the right time is always a pain.

This year, [Greg] decided to build a motion-sensing fog machine. His machine featured a wired remote with a light to signal when the fog machine is ready and a button to start the pump. This remote runs at 120V AC, but [Greg] figured he could stick a small USB phone charger in the remote and power an ATtiny85 microcontroller.

The actual circuit is just a piece of perfboard, a large, old relay from Sparkfun, and a PIR sensor [Greg] picked up last year. Whenever the PIR detects movement, the Tiny85 activates the fog machine for 5 seconds and disarms itself for another 10, until it sees movement again. Just the thing for a little interactive ambiance for [Greg]’s Halloween display.

Video after the break.

Continue reading “Motion Sensing Fog Machine”

Halloween Hacks: Terrifying Mask Follows You Everywhere

It’s less than 5 days away from Halloween and the projects to scare small children are pouring in. [Noel] sent in his robotic Halloween mask he’s been working on, and the only way his build could be any better is by placing it underneath a child’s bed.

[Noel] took the mask he used last year and stuffed a few styrofoam craft balls inside to ‘fill it up.’ Two LEDs and a PIR sensor were fitted into the eyes of the mask and a few more electronics added to the brain. A servo was fitted to the base of the project to turn the head left and right.

The build uses a Gizduino Arduino clone with an Adafruit Wave shield. After a little bit of wiring up the LEDs, PIR sensor and neck servo, [Noel] had a bit of coding ahead of him. He ran into a problem with the WaveHC and Servo libraries because they both used the same timer. After finding a another software-based servo libraries, he had a reasonably terrifying project to put in front of a bowl of candy.

Check out the video below for a demo of [Noel]’s work.

Continue reading “Halloween Hacks: Terrifying Mask Follows You Everywhere”

Simple Hack Reuses An Air Freshener PIR Sensor

pir_sensor_room_greeter

A year ago [Lochie] bought an Airwick automatic air freshener, and while he thought it was a cool gadget, the freshening spray and the novelty ran out in short order. The device collected dust in his room for some a while until he recently unearthed it, and noticed that a perfectly good PIR sensor was looking him in the face all this time.

He disassembled the air freshener, then set out to figure out how he could interface with the PIR sensor. After finding a helpful Instructable on the topic, he had full access to the sensor’s signals, allowing him to easily wire it up to an Arduino. He decided it would be fun to trigger some simple music any time someone entered his room, so he encoded a short bit of the Super Mario Brothers theme in RTTTL, as he explains in the video below.

It’s a simple little hack, but [Lochie] is pleased with it, and we imagine that he likely has a long list of other creative ideas in mind for his newly discovered PIR sensor.

Continue reading “Simple Hack Reuses An Air Freshener PIR Sensor”