Adding Node.js Based Sensors To The Parrot AR Drone

[Max Ogden] wanted the option to add sensors to his Parrot AR Drone. This a commercially available quadcopter which runs Linux. This makes it rather easy for him to use Node.js to read the sensors from an Arduino board. The use of the Arduino is merely for easy prototyping. It is only needed to bridge the drone’s serial port with a sensor’s delivery method, so just about any microcontroller could be substituted for it.

There are some hardware considerations to take into account. The manufacturer was nice enough to populate a 0.1″ pitch pin socket on the serial port (if only this kind of invitation to mess with hardware was an industry standard). But the device expects 3.3V levels so pick your hardware accordingly. There is one commenter who tried the project for themselves and found that the drone wouldn’t boot up with the Arduino already connect — he had to boot and then complete connections. Troubles aside this makes adding your own sensor payload very simple and you don’t have to wait until landing to get at the data.

Maybe we’ll have to add some shock voltage data reporting to our shockerDrone.

Headphone Light Show

Seriously, nothing says ‘Look at me!’ like these headphones. [Yardley Dobon] added a rainbow of colored electroluminescent wire to his headphones and made them pulse to the music. The video after the break shows the headphones bumping to the tunes. This is one of two versions of the project, the other runs the EL wire along the headphone wire itself. We’re a bit surprised that the high frequency from that parallel run doesn’t inject noise into the signal. We do enjoy seeing these in action, but in practice observers unfortunately won’t be able to hear the tunes to which the lights are pulsing.

It took us a little while to figure out that [Yardley] didn’t roll his own VU hardware. The inverter driving the EL wire is designed to bump to the music. But he did hack it to use an audio line rather than a microphone. He mentions that this has other uses, like allowing carefully crafted sound clips to precisely control the inverter.

Continue reading “Headphone Light Show”

Cheap Biquad Antenna Extends LAN Between Apartments

[Danilo Larizza] is sharing a network connection between a couple of apartments. They are not far apart, but they are also not right next to each other so a set of external antennas is necessary. He built this 2.4 GHz biquad antenna on the cheap (translated) just to test if it improved the signal before he tried to buy a proper antenna. It turns out to work well enough that this is all that he needs.

The antenna itself is about one meter of thick wire bent into two squares which are 31mm on each side. The coaxial cable going to the router connects to the center portion of this antenna. For a bit better directional reception he added some tin foil as a reflector. Since this is outdoors he used a food storage container for protection (the antenna is mounted to the lid, the body has been removed for this picture). The whole things is perched on a stake in a flower pot with proper line of sight to the other antenna.

We’ve seen a very similar design used for an NRF 24L01+ radio. If you need more details that [Danilo] posted that would be a good project to study.

Injecting Power Into A WiFi Dongle For The Raspberry Pi

So the Raspberry Pi sometimes doesn’t have the juice needed to run power-hungry USB dongles. The most common issue is with WiFi adapters. The solution has long been to use a powered USB hub, but [Mike Worth] didn’t want to take up that much extra space. The solution he worked out injects power directly into the dongle itself.

The red and white wires coming out of the side provide the 5V source. This is coming from the same USB mains power adapter that supplies the RPi board itself. To connect the wires to the dongle he made an adapter out of some strip board and the shielding from the dongle. The end of the strip board pokes out of the shielding far enough for him to solder on some wire, which is then soldered to the traces on the dongle’s PCB.

You can just plug this in and get down to business. But while he was at it [Mike] added an improvised antenna for better reception. It’s the same type of hack we saw him use for a Bluetooth dongle in this links post.

 

RC Truck Has Working Windows, Steering Wheel, And Much More

This truck is not simply a drive train and a radio module. Great care was taken to fabricate every part to work like a full-sized vehicle. NSFW WARNING: The forum on which the details have been posted is Russian and may have sidebar ads you don’t want on your screen at work. That being said, here’s the link (translated).

The build starts with a custom-made frame which looks like it’s aluminum. The gearbox is assembled from a huge number of parts, with power is transferred to the wheels through a proper differential. But hey, why not go that extra mile? The rope and hook hanging off the front are connected to a functional winch. The doors have windows that crank down, the steering wheel moves when the wheels turn, and where would this thing be without windshield wipers and headlights? Don’t miss the pair of demo videos after the break.

We remember seeing a pretty neat stirling engine come out of the same forums earlier this year.

Continue reading “RC Truck Has Working Windows, Steering Wheel, And Much More”

Spare Parts Pulled Together Into A Nixie Clock

We’d like to dig around in [Small Scale Research’s] parts bin. Apparently there’s good stuff in there because he managed to build this Nixie tube clock using mostly leftovers.

The chip driving the device is an ATtiny1634. We weren’t familiar with it so here’s a datasheet (pdf) if you’re curios as well. The microcontroller communicates with an old GPS module in order to keep perfect time. There is an external antenna for it which connects through the hole next to the red switch seen above. The high voltage driver is a repurposed backlight inverter which is fed 12V power from an old laptop supply.

The album linked above shows the build quite well and even includes full schematics. There are some fireworks when he encountered an issue with a pretty large cap shorting to a resistor leg. If this isn’t enough juicy detail for you there are a few more nuggets shared in the Reddit comments.

Electronically Augmented Foosball Brings Competition To The Office

This office has a Foosball league that automatically tallies and posts the standings for each employee. This is thanks to all of the extra electronics that were added to the Foosball table in the break room.

The system is connected to the internet via WiFi. This allows it to store the final results of each game for use on the leader board. Player first identify themselves to the system using the RFID tag embedded in their employee badge (normally used to open doors in the building). From there the game play proceeds much like you’d expect, but the scoring is handled automatically. Each goal has a laser pointed across it which is broken when the ball passes through. But there are a pair of arcade buttons in case of a scoring error.

Standings are listed at the webpage linked above. There’s even functionality for new employees to registers through this page. Don’t miss a glimpse of the build in the clip after the break.

Continue reading “Electronically Augmented Foosball Brings Competition To The Office”