Fubarino Contest: A Really, Really Old Plotter

DCF 1.0

Decades ago, [Vegipete] found an old drum plotter at a university used equipment sale. This plotter was old in the 80s, so like any great tinkerer, [Vegi] reverse engineered the plotter’s circuitry and got it working with his Apple ][.

The years went by, dust accumulated, and in 2010 [Vegipete] found himself doing some work with linear acceleration on a PIC microcontroller. Remembering his old plotter, [Vegi] realized he could build an embedded version of his old Apple ][ circuit. He built a circuit that turned the plotter into something that can be controlled with an FTDI adapter. A small update to the code added the an Easter egg. When the Konami code is entered on the plotter’s buttons it responds in the spirit of our Fubarino contest.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Continue reading “Fubarino Contest: A Really, Really Old Plotter”

3DMonstr Printer: 8 Cubic Feet Of Build Volume

3D Monster

So you’re looking at 3D printers, but the build volumes for the current offerings just aren’t where you’d like them to be. [Ben Reylblat] had the same problem and came up with the 3DMonstr, an enormous printer that has (in its biggest configuration) a two foot cubed build volume, four extruders, and the mechanical design to make everything work.

Most of the ginormous 3D printers we’ve seen are basically upgraded versions of the common table-top sided models. This huge Ultimaker copy uses the same rods as its smaller cousin, and LeBigRap also uses woefully undersized parts. The 3DMonstr isn’t a copy of smaller machines, and instead uses very big motors for each axis, ball screws, and a proper welded frame. It’s highly doubtful anyone will call this printer a wobblebot.

The 3DMonstr comes in three sizes: 12 inches cubed, 18 inches cubed, and 24 inches cubed, with options for two to four extruders.  We caught up with the 3D Monstr team at the NYC Maker Faire, and from first impressions we have to say this printer is freakin’ huge and impeccably designed.

Fubarino Contest: Single PCB Synth

fubarino-contest-synth

Here’s a musical entry for the Fubarino Contest that turned out to be rather delightful. First, [Mats] shows off his musical knowledge by using the notes H, A, and D to play the chord that unlocks the Easter eggs. What’s that you say? There’s no H on your keyboard? You’re wrong. In the German music tradition B natural is known as H. This is what allowed Bach to write a tune that spells his name.

[Mats] is hacking on his PlingPlong synthesizer. The first Easter egg—which you can see in the clip after the break—launches with the H-A-D chord in the lower octave, spelling out our URL on the 7-segment displays. But we prefer the second egg, launched with the chord in the upper octave, which is shown above. It uses the 3×5 LED grid to scroll out the address; in this still image an H is displayed.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Sonar With Python And Conference Call Hardware

conference-call-sonar

[Jason] just tipped us off about his recent experiment, in which he creates a sonar system using standard audio equipment and a custom Python program. In case some of our readers don’t already know it, Sonar is a technique that uses sound propagation to detect objects on or under the surface of the water. It is commonly used in submarines and boats for navigation. [Jason]’s project uses active sonar, which consists in sending short audio bursts (chirps) and listening for echoes. The longer it takes for the echo to return, the further the object is. Though his proof of concept is not used underwater, that may change if he continues the project.

The audio editing software Audacity was used to make a fast frequency changing chirp, along with PyAudio libraries for the main Python program. Exact time of arrival is detected by correlating the microphone output with the transmitted signal. Given that [Jason] uses audible frequencies, we think that the final result shown in the video embedded below is quite nice.
Continue reading “Sonar With Python And Conference Call Hardware”

Fubarino Contest: Network Nodes, Door Lock, And Smoker Controller

fubarino-contest-nodes-lock-smoker

Here’s a round-up of three different Fubarino Contest entries; a video of each is available after the break.

On the upper left are the beginnings of a network node monitoring system developed by [Stephane]. When the network checks the weather, it may determine that it’s far too harsh outside and time to go in to see what’s new on Hackaday. There’s only sparse information available on the hardware. Each node uses an ATtiny84 and an RFM12B—different sensors connected to each are used to build up the network’s data collection capabilities.

In the lower left is [Brett’s] Bluetooth door lock controller. The Arduino, a cheap Bluetooth module, and a relay board make up the base station which will eventually connect to an electronic lock. [Brett] uses a smart phone to punch in the access code, and entering “1337” four times in a row unlocks the Easter egg, displaying our URL on the character LCD. Here’s the code repository for his project.

To the right is the display for [Andy’s] smoker controller used for cooking. He already had some hidden features on the controller used to calibrate the thermocouple. For the contest, he simply added an additional button to extend the original menu access method.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Continue reading “Fubarino Contest: Network Nodes, Door Lock, And Smoker Controller”

IR Theremin Speaks In Four Voices

infraredTheremin

At the end of every semester, we get a bunch of cool and well-documented student projects from Cornell’s ECE4760 class. [Scott] and [Alex]’s infrared theremin is no exception.

The classic theremin design employs each of the player’s hands as the grounded plate of a variable capacitor in an LC circuit. For the pitch antenna, this circuit is part of the oscillator. For the volume antenna, the hand capacitor detunes another oscillator, changing the attenuation in the amplifier.

[Scott] and [Alex] put a twist on the theremin by using two IR sensors to control volume and pitch. The sensors compute the location of each hand and output a voltage inversely proportional to its distance from the hand. An ATMega1284P converts the signal to an 8-bit binary number for processing. They built four voices into it that are accessible through the push-button switch. The different voices are created with wave combinations and modulation effects. In addition to Classic Theremin, you can play in pure sine, sawtooth, and FM modulation.

If you’re just not that into microcontrollers, you could build this digital IR theremin instead. If you find IR theremins soulless or plebeian, try this theremincello.

Continue reading “IR Theremin Speaks In Four Voices”

Software Advice For Anyone Thinking About A CNC Router

Excellent results can come from a small CNC router, but don’t forget the software!

CNC tools, whatever their flavor, can greatly enhance your “making” or DIY ability. My current tool of choice is a CNC router. Being familiar with a manual milling machine, the concept seemed similar, and the price of these is quite reasonable when compared to some other tools. As described in this post, my machine is a Zen Toolworks model, but there are certainly other options to visit like this Probotix V90 model noted recently in this post.

Although any number of CNC router models look great in videos and pictures, rest assured that even the best machines require some patience to get one running satisfactorily. Setting up the machine can be a challenge, as well as figuring out what your machine is capable of, but one thing that might slip peoples’ minds is the software involved. Read on to find out all you need to know the basics of what goes on behind the scenes to “magically” produce interesting parts. Continue reading “Software Advice For Anyone Thinking About A CNC Router”