The INFRA-NINJA — A PC Remote Receiver

F3GULGEHTOUJI73.MEDIUM

Laziness sometimes spawns the greatest inventions. Making things to reduce effort on your part is quite possibly one of the greatest motivators out there. So when [Kyle] had to get out of bed in order to turn off Netflix on his computer… He decided to do something about it.

He already had an Apple remote, which we have to admit, is a nice, simple and elegant control stick — so he decided  to interface with it in order to control his non-Apple computer. He quickly made up a simple PCB up using the good ‘ol toner transfer method, and then populated it with a Bareduino, a CP2102 USB 2.0 to TTL UART 6PIN Serial Converter, an IR receiver, a USB jack, header pins, and a few LED and tactile switches.

It’s a bit tricky to upload the code (you have to remove the jumper block) but then it’s just a matter of connecting to it and transferring it over with the Arduino IDE. The Instructable is a bit short, but [Kyle] promises if you’re really interested he’ll help out with any questions you might have!

A Different Kind Of CNC Workpiece Clamp

7

[Mike Douglas] joined the world DIY CNC machining recently with a FireBall X90 CNC router. Instead of buying an expensive aluminum T-slot bed, he decided to try something we haven’t seen before…

His local hardware store sells aluminum bar clamps designed for clamping wood together — the best part? Only $10 each. What he’s done is added the bar clamps along the two sides of his bed, by adding plywood braces attached to the outside frame of the machine. He is losing a few inches of his usable bed area, but the added convenience of a quick clamping system is well worth it.

With the clamps in place, all he has to do is add two wooden braces (the black bars in the image above) to hold his work piece in place. This wouldn’t work very well for cutting metal, but this CNC router isn’t designed for that anyway.

Too bad he didn’t finish it sooner — it would have been a great entry for our recent Hackaday Hackerspace Henchmen CNC contest!

$20 GPS/GLONASS/Beidou Receiver

Sticking a GPS module in a project has been a common occurrence for a while now, whether it be for a reverse geocache or for a drone telemetry system. These GPS modules are expensive, though, and they only listen in on GPS satellites – not the Russian GLONASS satellites or the Chinese Beidou satellites. NavSpark has the capability to listen to all these positioning systems, all while being an Arduino-compatible board that costs about $20.

Inside the NavSpark is a 32-bit microcontroller core (no, not ARM. LEON) with 1 MB of Flash 212kB of RAM, and a whole lot of horsepower. Tacked onto this core is a GPS unit that’s capable of listening in on GPS, GPS and GLONASS, or GPS and Beidou signals.

On paper, it’s an extremely impressive board for any application that needs any sort of global positioning and a powerful microcontroller. There’s also the option of using two of these boards and active antennas to capture carrier phase information, bringing the accuracy of this setup down to a few centimeters. Very cool, indeed.

Thanks [Steve] for sending this in.

Build A Cheap Airplane ADS-B Radio Receiving Tracking Station

Do you have commercial or general aviation flying over your home or near your home? Would you like to know more about these airplanes: identity, heading, speed, altitude and maybe GPS data along with even more information? Well then [Rich Osgood] has just the project for you and it’s not that expensive to set up. [Rick] demonstrates using a cheap USB dongle European TV tuner style SDR (software defined radio) tuner that you can get for under $30 to listen in on the Automatic Dependent Surveillance-Broadcas (ADS-B) (dead link, try the Internet Archive version) 1090 MHz mode “S” or 978 MHz mode “UAT” signals being regularly transmitted from these aircraft.

He steps us through configuring the radio to use a better antenna for improved reception then walks through detailed software installation and set up to control the radio receiver as well as pushing the final decoded data to mapping software. This looks like a fascinating and fun project if you live near commercial airways. You won’t need a license for this hack because you’re only listening and not transmitting, plus these are open channels which are legal to receive.

There are some frequencies you are not legally allowed to eavesdrop on—private communications for residential wireless telephones and cellular frequencies to name just a few (Code of Federal Regulations Title 47, Part 15.9). So remember you do have to be careful and stay within legal frequencies even if your equipment is not restricted from such reception. Also note that just because you have a legal right to intercept conversations or data on some frequencies it could be illegal to publicly share the intercepted content or any details on the reception or decoding (just saying for the record).

We wonder if [Rick] could partner with [G. Eric Rogers] to upgrade [Eric’s] motorized telescope airplane tracking system to extrapolate the radio telemeter data into vector data so his Arduino can track without relying on a video feed. That merger might just get them both on a short TSA list.

Join us after the break for some extra informational links and to watch the video on setup, installation and usage of this cheap airplane tracking rig.

Continue reading “Build A Cheap Airplane ADS-B Radio Receiving Tracking Station”

A Vibrating Timepiece

vibratingWatch

It may not look like much, but the above pictured device is [qquuiinn’s] handy little watch that indicates time through pulsed vibrations. Perhaps we should refrain from labeling it as a “watch,” however, considering it’s [qquuiinn’s] intention to remove the need to actually look at the thing. Vibrations occur in grandfather clock format, with one long vibration for each hour, accompanied by one, two, or three short pulses for the quarter-hour increments.

The design is straightforward, using an ATTiny85 for the brains along with a few analog components. The vibration motor sticks to the protoboard with some glue, joining the microcontroller, a coin cell battery, and a pushbutton on a small protoboard. The button allows for manual time requests; one press responds with the current time (approximated, probably) in vibrations. The build is a work in progress, and [qquuiinn] acknowledges the lack of an RTC (real-time clock) causes some drift in the timepiece’s accuracy. We suspect, however, that you’d address that problem—twice daily—when you replace the battery: it only lasts ten hours.

Hackaday Links: December 29, 2013

hackaday-links-chainThere are a ton of cheap RF transceiver boards available. [Martin] recently took a look at several of the most common ones and reports back on what you want to look for when acquiring wireless hardware for your projects.

Ikea picture frame plus old laptop equals a roll-your-own digital picture frame which [Victor] built. It runs Ubuntu and is more powerful and extensible than anything you could purchase outright.

Our friend [HowToLou] sure loves the FlowRider. So much so that he’s trying to figure out how to make them less expensive to operate. He put together an example of how he thinks a standing wave can be created that follows the rider as they move along the surfing area.

[Garrett] released an Arduino library that offers threading, debugging, and error handling. The usertools package can be downloaded from his Github repository.

There’s only one way to gauge your Christmas cheer — hook yourself up to the XMeter built by [Geoff]. He’s the same guy who built a breathalyzer a couple of years back. It flashes images of holiday activities on a television while measuring galvanic response using a couple of DIY probes.

And finally, play around with a virtual x86 system. [Fabian Hemmer] wrote the incredibly full-featured virtual machine in JavaScript. You can get your hands on the code via his GitHub repo. [Thanks Martin]

Hackaday Links: December 22, 2013

hackaday-links-chain

[Korben] is using a picture frame as a Bluetooth speaker (translated). He hacked a Rock’R² for this project. It’s a device that has a vibrating element which can be used to make any hollow item into a speaker.

Entertain yourself over the holidays by mastering the Apollo Guidance Computer simulator. It’s a JavaScript version of the computer used in the modules of the Apollo moon missions.  [Thanks Gregory and Paul]

Here’s a little mirror attachment that lets you use your laptop as an overhead projector. [Ian] calls it the ClipDraw. Affix it to the webcam and use the keyboard as the drawing surface. Since it’s simply using the camera this works for both live presentations and video conferencing. What we can’t figure out is why the image doesn’t end up backward?

This guide will let you turn a Carambola board into an AirPlay speaker.

Those who suck at remembering the rules for a game of pool will enjoy this offering. It’s some add-on hardware that uses a color sensor to detect when a ball is pocketed. The Raspberry Pi based system automatically scores each game.

We spend waaaay too much time sitting at the computer. If we had a treadmill perhaps we’d try building [Kirk’s] treadmill desk attachment. It’s made out of PVC and uses some altered reduction fittings to make the height adjustable. It looks like you lose a little bit of space at the front of the belt, but if you’re just using it at a walking pace that shouldn’t matter too much.

You can have your own pair of smart tweezers for just a few clams. [Tyler] added copper tape to some anti-static tweezers. The copper pads have wires soldered to them which terminate on the other end with some alligator clips. Clip them to your multimeter and you’ve got your own e-tweezers.