Bossy Calendar Tells Visitors When To Go Away

So here’s the scenario. You’re the boss and everyone needs to kiss up to you speak with you about important project details. You need a receptionist, or a creative employee who will build a calendar display the lets people check if you’re free to chat. It works by querying a Microsoft Exchange server for the guy’s calendar. The hardware within doesn’t deal directly with the full Exchange API, but relies on a server-side script that feeds it info on request. This is a nice touch since you can do a lot of filtering on the server and keep it simple with the embedded electronics

Speaking of embedded hardware, this uses Gadgeteer modules. You probably don’t remember, but these are Microsoft’s electronic modules aimed at C# and .NET programmers. It uses the main board, and LCD, USB host, and Wifi modules. This is the first project we remember seeing since the hardware was announced.

We wonder if this will change the boss’ behavior? Will he start scheduling creatively so that he gets more time without interruption?

Make Your Next Enclosure Out Of Stone

Sure, a laser-cut plywood enclosure adds a lot of maker cred, and custom plastic or cast aluminum enclosure belies an engineering and design prowess. [ardiyno] didn’t want one of these run-of-the-mill enclosures, so he made one from scratch out of limestone.

The stone [ardiyno] used comes from the southern bit of his native Netherlands. It’s a very nice limestone, easily carvable and capable of very fine detail as seen in [ardiyno]’s scary/creepy carved limestone bookends.

Inside the enclosure, [ardiyno] has a calendar/clock/environmental sensor displaying the current date, time, relative humidity, and light level on twelve 14-segment displays. [ardiyno] admits the enclosure is a bit oversized for how much space his project takes up, but the extra space is meant for future internal expansions.

After the break, you can check out [ardiyno]’s method of using a screw driver to carve the limestone. Normally, we’d call foul over someone abusing tools, but the limestone is so soft (the pyramids were made out of limestone using soft copper tools), there’s most likely very little damage to the screwdriver.

via reddit

Continue reading “Make Your Next Enclosure Out Of Stone”

Automatic Wakeboarding In A Pond

[Rick] sent in an awesome project he and his uncle [Charlie] have been working on for this summer. It’s a completely automatic wakeboarding system that tows [Charlie] and company from one end of his backyard pond and back again.

The entire system is supported by two towers at either end of the pond. Strung between these towers is a 420 foot cable that pulls the rider from one end to the other before stopping, and automatically continuing in the opposite direction. Apart from stopping and starting the motor attached to the cable, no user input is required. This means anyone lucky enough to make it to [Charlie]’s farm can wakeboard all afternoon without a break.

[Rick] posted a few short videos covering the internals of the system. From what we can see, the guys are using a LabJack U3-LV data acquisition unit to grab the speed, direction, and position of the rider. This data is sent to a laptop that controls the motor suspended on one of the towers.

There are a few more videos of this incredibly fun toy available after the break.

Continue reading “Automatic Wakeboarding In A Pond”

Visual Rain Sensor — So You Never Have To Look Outside

Now you can find out how hard it is raining outside without leaving the confines of your mancave/womancave. Pictured above is the sensor portion of what [Frapedia] calls his visual rain sensor.

Most rain gauges just use a graduated cylinder to capture water as it falls from the sky. That will give you a reasonably accurate measure of how much it rained, but it tells you nothing about how hard it rained. The measurement made here is based on sound. The harder it rains, the lounder the sound will be from water hitting an up-turned metal bowl. The unit above turns the system on when water bridges the traces, then a microphone is used to monitor the sound from the bowl. This is visualized by a VU-meter chip on a column of LEDs mounted inside the house.

After the break you can see the project box that houses the status display. We say it’s too small an needs to be replaced with a much larger LED meter.

Continue reading “Visual Rain Sensor — So You Never Have To Look Outside”

Pneumatic Car Launcher Is Actually More Than Just A Hacker’s Fantasy

So if you had to launch a car through these goal posts how would you do it? Certainly not with a slingshot (although we might have gone with a steam-powered catapult a-la an aircraft carrier). That maroon car with the white stripe is about to make the flight thanks to a very powerful pneumatic launcher.

We don’t usually attend the demolition derby, so this sort of thing is new to us. And we were even more surprised to find that this isn’t strictly a novelty act. The system is actually how some of the more dangerous automotive stunts are done for the movies. This launch sends the car in a graceful arc that is right on target and reminds us of the cliffhanger stunts from The Dukes of Hazzard (TV, not the recent movie). But if you’re a director looking for a horrific car accident, the rig can be altered to send the car spiraling through the air. Sounds like the record is nearly eight turns while airborne.

We don’t have any extra cars to launch, so we’ll stick to making the confetti fly.

Continue reading “Pneumatic Car Launcher Is Actually More Than Just A Hacker’s Fantasy”

Building A DIY GPS Cube

Originally, [Karman] wanted to build a speedometer for his bike. Feature creep makes fools of us all, so after a month of work [Karman] had a  GPS-enabled cube that tells him his current latitude and longitude, current time, course, direction and speed.

[Karman]’s GPS cube uses a cheap GPS module, Arduino Mini Pro, a magnificent OLED display, and a LiPo battery salvaged from a first gen iPod nano. Surprisingly, the build is very clean – there are no wires, headers, or random epoxy globs sticking out everywhere. The entire build is just a bit larger than one cubic inch, allowing [Karman] to carry around the power of a GPS device in his pocket.

The code for [Karman]’s GPS cube uses the TinyGPS library for Arduino, that has a few great functions that track the number of satellites visible and report the current time. Now all that’s left to do is fabricate a case for this awesome little project. As always, video demo after the break.

Continue reading “Building A DIY GPS Cube”

Electronic Bike Derailleur

[Nabil] sent in an awesome electronic bicycle derailleur. Now, instead of pulling a steel cable with a shifting mechanism, [Nabil] can change gears electronically. As a bonus, the derailleur can be controlled by a small bicycle computer, so he’s always in the right gear.

The new electronic derailleur is controlled by a pair of servos with push buttons in the handle bar. This allows [Nabil] to automatically trim his chain, completely eliminating chain rub.

This electronic shifter is part of [Nabil]’s much large bike computer project. In addition to electronic control of what gear the bike is in, [Nabil] will be adding a GPS, accelerometer, an altimeter and a heart rate monitor and pulse ox meter. That’s an impressive bit of kit, and we cant wait to see the entire project finished. You can pick up the current version of the design over on GitHub and follow all the updates on [Nabil]’s blog.