Hackaday 10th Anniversary Update

The Hackaday 10th anniversary is going great guns. Attendees have already built line following robots with [Adam Fabio], learned lockpicking with [Datagram] and [Jon King]. [Jame Hobson’s] team is building an awesome video game controller. The attendees are currently building LiPo battery chargers. [Todd Black] gave a great presentation on the care and feeding of LiPo batteries. He designed and built a PCB just for this event!

build

Some familiar faces are on hand, such as [Chris Gammell], [Bil Herd], as well as the entire Hackaday editing team!

cbb

Still to come are talks by [Steve Collins], [Quinn Dunki], [Jon McPhalen], and [Thundersqueak].

Want to check out the live view? Click our Hackvision streams!

Building A Retro Computer That Never Existed

Sometimes you come across a build so far along you wish you could go back and enjoy it just a bit at a time. This C65 build is so far along, it’s like binge watching a retro computer build. One that never actually existed.

Okay, that’s admittedly a bit rash. But technically the C65 (successor to the Commodore C64) never saw its way through development. A good place to start looking in on the build is from the second post way back in March. The FPGA-based project is already looking promising with proof-of-concept display tests. Are we the only ones surprised by the 1920 native display resolution?

Checking back in June we see that there is some software working but a bounty of bugs will definitely keep [Paul] busy for a while. Fast forward to the beginning of September and he’s come full through to getting a network connection up and running.

The Wikipedia page on the C65 gives a good idea of how awesome this would have been back in the day had it actually made it to market. We suppose it joins the Commodore lists of would-haves and should-haves with the likes of the C128.

The ESP8266 Becomes A Terrible Browser

The ESP8266 are making their way over from China and onto the benches of tinkerers around the world for astonishing web-enabled blinking LED projects and the like. [TM] thought he could do something cooler with his WiFi to UART module and decided to turn one into a web browser.

There’s no new code running on the ESP8266 – all the HTML is being pushed through an Arduino Mega, requesting data from a server (in this case our fabulous retro edition), and sending the data to the Arduino serial console. The connection is first initiated with a few AT commands to the ESP module, then connecting to the retro server and finally dumping everything received to the console.

It’s not much – HTML tags are still displayed, and images are of course out of the question. The result, however, isn’t that much different from what you would get from Lynx, meaning now the challenge is open for an Arduino port of this ancient browser.

Split Flap Display: If You Can’t Find It, Built It

It’s pretty hard to deny that split-flap displays are incredibly awesome. This one has been a long time coming, and it’s not a refab or surplus build. [Tom] fabricated these beautiful alpha-numeric split flaps from scratch.

Having recently seen an alarm-clock split flap hack just a week or so ago we found ourselves wondering where in the world people manage to find this type of awesome mechanical hardware. If you can’t get it out of grampa’s attic, the next best thing is to build it from the ground up.

This was not a build to be taken lightly. [Tom] started years ago, and part way into the project we looked at some of the control hardware for the installation. Make sure that you dig deep into his blog posts. It’s the only way you’ll put together the whole picture of how he ended up with each belt and stepper motor driven character module.

Continue reading “Split Flap Display: If You Can’t Find It, Built It”

The Teensy Becomes An MPC

A staple of every recording studio today, the Akai MPC began as a simple sampling groove box in the early 90s. The form factor of a few force sensitive pads assignable to different samples should be familiar to anyone with a little bit of MIDI gear, but these are rarely custom-made devices. Now, it runs on a Teensy. [Michele] created his own MPC-style MIDI pad controller with the Teensy 3.0, the Teensy audio adapter board, and an ingenious PCB design that uses replacement MPC pads.

[Michele]’s MPC was first featured in the MIDI hacklet, but back then the only working component was the pads themselves. The velocity sensitive pads are made of two copper traces laid on a single acetate sheet. A bit of Velostat is glued to the back of the pad so when the pad is pressed, it contacts both of the traces. The harder the pad is pressed, the lower the impedance, and with everything sent to an analog pin, each pad becomes a force sensitive resistor.

With the key feature of an MPC taken care of, [Michele] turned his attention to the sampling and software of his device. The new Teensy 3.0 audio adapter board – and a great new library – takes care of everything. [Michele] doesn’t have a proper video of his MPC up yet, but he was able to film a random guy playing his machine at Rome Maker Faire yesterday. You can check that out below.

Continue reading “The Teensy Becomes An MPC”

Raspberry Pi IR camera

Camera Mod Lets This Raspberry Pi Shoot In Different Spectrums

For [Peter Le Roux’] first “real” electronics project, he decided to make a camera based off the venerable Raspberry Pi platform. But he didn’t just want a regular camera, he wanted something that could shoot in near IR wave lengths…

It’s a well-known fact that you can remove the IR blocking filter from most cameras to create a quasi IR camera hack – heck, that hack has been around nearly as long as we have! The problem is even if you let the IR light into the camera’s sensor, you still get all the other light unless you have some kind of filter. There are different ways of doing this, so [Peter] decided to do them all with an adjustable wheel to flip through all the different filters.

He designed the case after the PiBow enclosure – you can see our full Pi Case Roundup here – and had it all laser cut out of wood. Stick around after the break to see a nice explanation of the light spectrum and the various filters [Peter] uses.

Continue reading “Camera Mod Lets This Raspberry Pi Shoot In Different Spectrums”