Fubarino Contest: Bluetooth Control For PC PSU

fubarino-bluetooth-callback

[Mike] wanted to have remote control of the power on his computer. But Wake-on-LAN wasn’t really all that interesting to him. Instead he set out to build this Bluetooth controller which manipulates the motherboard directly (PDF).

Having been a winner of the Trinket Contest he based the project on that board which is seen on the left. There is also an RN-42 Bluetooth module and a couple of TI TS5A3157 analog switches. Once the prototype is finished the entire thing will run off of standby power and be located inside the case of his computer. The breadboard version just switches a couple of LEDs, but that will end up connecting to the pins for the power buttons once installed.

The video after the break shows off the easter egg. The device is controlled by [Mike’s] custom Android app. Every 42nd time he sends a power command the device calls back with our URL.


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: Bluetooth Control For PC PSU”

Fubarino Contest: Oscilloscope Clock

fubarino-contest-oscilloscope-clock

Before hearing about the Fubarino Contest [Joseph] never considered adding an Easter Egg to one of his own projects. But after seeing so many contest entries we think this is just the kind of fun extra that needs to make its way into every design!

The subject of his entry is an oscilloscope clock which displays our URL instead of the numbers usually found on a clock face. He’s using a SparkFun board to generate the clock — a piece of hardware we saw about 18 months ago hidden inside of a vintage scope. The feature is unlocked only when displaying roman numerals in combination with a special serial command.

Replacing the numerals with the URL isn’t entirely straight-forward. Since an oscilloscope is a vector display [Joseph] actually had to build his own array of start and end coordinates for each character. Luckily he did a fantastic job of documenting this which will allow you to make it say anything you wish.


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!

Fubarino Contest: Home Automation And Candle Flicker

fubarino-contest-christmas-tree-flickering-led

Here’s a set of holiday themed contest entries:

With a home automation system already in place, and considering the time of year, [Thom] chose to use his Christmas tree lights as the contest easter egg. When he uses his smart phone to set the fifth channel of the lighting controller to a 50% duty cycle it causes the string of lights to mete out the Hackaday web address as a series of dots and dashes. You can find the code here (DOC).

[Jacques] offers up a flickering LED as the host of his hidden easter egg. When you short the two leads of the LED for a little bit it forces the PIC 10F200 into a different mode that then flashes our URL in Morse Code. Have a look at the assembly file. His implementation was based on the reverse engineering we saw recently.


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: Home Automation And Candle Flicker”

Fubarino Contest: FPGA Pong

pong

For [Eric]’s entry for our Fubarino Contest, he went down to very low-level hardware and created Pong on an FPGA.

[Eric] used a Basys 2 FPGA board to create this virtual, logic gate version of Pong. Output is via the VGA port, multiplayer and an AI player is implemented, and all the required mechanics for Pong – collision detection, button and switch input, and score keeping are also in this project.

The Fubarino contest requires an easter egg, of course, so when the score for the left player reaches 13 and the score for the right player reaches 37 (get it? 1337?), the previously square ball turns into an extremely pixeley version of the Hackaday logo. The Hackaday URL is also displayed, thanks to [Eric]’s FP(V)GA module for displaying text on his FPGA board.

The improved Pong ball and URL only appears when the scores are 13-37, making this an extremely well-hidden easter egg. Video of [Eric] demoing his Pong below.


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: FPGA Pong”

Fubarino Contest: Hackaday In Your Soldering Iron

Solder

Besides a coffee pot, the most important tool on the electronic tinkerer’s workbench is the soldering iron. Surprisingly, though, we haven’t seen many people build their own soldering stations. [Pjkim] did, and went so far as to include an easter egg for our Fubarino contest.

A few years ago, [Pjkim] received a free Soldering Iron Driver from Dangerous Prototypes. This awesome kit provides everything you could want out of a soldering iron – USB and serial data logging, a 2×16 display, compatibility with a whole bunch of solder tips, and it’s completely reprogrammable.

[Pjkim]’s task for the Fubarino contest was to put an easter egg somewhere in the soldering iron. He did that by having the Hackaday URL display when the iron is ready for use. This isn’t the only firmware modification, either: the new firmware also debounces the button presses and adds auto repeat.

If you’re looking for some code, [Pjkim] put everything up on the Hackaday forums. There’s also a video showing off the easter egg available below.


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: Hackaday In Your Soldering Iron”

Fubarino Contest: A Sculpted Room With LEDs

[Sisam] and [Mclien] are a father and son team that built this sculptural room with an organic looking built-in seating area and sculpted lamp shades. When you have a room that looks this cool, the only option you have is to fill it with RGB LEDs, and it just so happens their light controller has a great Hackaday Easter egg.

The room lighting is provided by a Shifty VU shield, OctoBar LED controller, and a few of these RGB LED modules. All pretty standard for an RGB LED project, but where this contest submission really shines is the controller for all the room lights. It has three sliders for the red, green, and blue channels, beefy toggle switches for each light location, an LCD for showing the program mode, a rotary switch, and push buttons for cycling through stored setups.

The Easter egg for this project comes into play whenever the color value of the lights is set to Hackaday green, #00c100. When that happens, the Hackaday URL is displayed on the controller’s display.

Awesome work, and a really cool-looking room. We wouldn’t mind a tutorial on how you sculpted it, [Sisam].


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!

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”