This Is How The Fonz Would Play MP3s

Here at Hackaday, we love to see old hardware treated with respect. A lovingly restored radio or TV that’s part of our electronic heritage is a joy to behold, and while we understand the desire to stream media from a funky retro case, it really grates when someone throws away the original guts to make room for new electronics.

Luckily, this Seeburg jukebox wall remote repurposing is not one of those projects. [Scott M. Baker] seems to have an appreciation for the finer things, and when he scored this classic piece of Mid-Century Americana, he knew just what to do. These remotes were situated around diners and other hangouts in the 50s and 60s and allowed patrons to cue up some music without ever leaving their seats. They were real money makers back in the day, and companies put a lot of effort into making them robust and reliable.

[Scott]’s first video below shows the teardown of this unit; you can practically smell the old transformer and motor windings. His goal in the second video was to use the remote to control his Raspberry Pi jukebox; he wisely decided to leave everything intact and use the original electromechanically generated pulses to make selections. His analysis led to a nicely executed shield for his Pi which conditions the pulses and imitates coin drops; happily, the coin mechanism still works too, so you can still drop a quarter for a tune.

The remote is working well now, but [Scott] still needs to finish up a few odds and ends to bring this one home. But we love the look and the respect for tradition here, as we did when this juke got a Raspberry Pi upgrade to imitate a missing wall remote.

Continue reading “This Is How The Fonz Would Play MP3s”

An Amiga 500 For The 21st Century

There was a period in the late 1980s when the home computer to own did not come with an Apple logo and was not an IBM, Compaq, or any of the other clones, but instead sported a Commodore logo. The Amiga 500 was an all-in-one console-style cased machine that maybe wasn’t quite the computing powerhouse you might have wished it to be, but gave you enough of the capabilities of the more accomplished 16-bit machines of the day to be an object of desire while also having a games catalogue second to none.

A500s have survived in reasonable numbers, but inevitably working A500s haven’t. Fortunately there are decent emulators, and it was for one of these that [intric8] has produced an extremely well-done installation of a Raspberry Pi 3 in an Amiga case. The intention has been throughout to avoid modification or damage to the Amiga case, and eventually to have all Amiga internal peripherals including the floppy drive in a fully working condition.

The result has a Tynemouth Software USB adaptor for the Amiga keyboard, and a set of nicely designed 3D printed backplates to bring the extended Raspberry Pi ports to the back of the case. The floppy isn’t yet interfaced and there isn’t a socket for the quadrature mouse, but otherwise it’s a very tidy build. He might be interested in one of the several USB to quadrature interfaces we’ve featured over the years.

You might ask why so much effort should be put in for an emulation of an A500, and in a sense you’d be right to do so. The Pi will run the emulator from any case or none. But if you happen to have a spare A500 case, why not give this one a go!

3D Printed Raspberry Pi NAS With Dual Drive Bays

While it might not pack the computational punch you’d usually be looking for in a server platform, you can’t beat how cheap the Raspberry Pi is. As such, it’s at the heart of many a home LAN, serving up files as a network attached storage (NAS) device. But the biggest problem with using the Pi in a NAS is that it doesn’t have any onboard hard drive interface, forcing you to use USB. Not only is this much slower, but doesn’t leave you a lot of options for cleanly hooking up your drives.

This 3D printable NAS enclosure designed by [Paul-Louis Ageneau] helps address the issue by integrating two drive bays which can accommodate 2.25 inch laptop hard disk drives and their associated IB-AC6033-U3 USB adapters. The drives simply slide into the “rails” designed into the case without the need for additional hardware. There’s even space in the bottom of the case for a USB hub to connect the drives, and a fan on the top of the case to help keep the whole stack cool. It still isn’t perfect, but it’s compact and doesn’t look half bad.

The design is especially impressive as it doesn’t require any supports, an admirable goal to shoot for whenever designing for 3D printing. As an added bonus, the entire case is designed in OpenSCAD and licensed under the GPL v3; making modification easy if you want to tweak it for your specific purposes.

This certainly isn’t the strongest Raspberry Pi enclosure we’ve ever seen, that title would have to go to the ammo case that does double duty as a media streamer, but looks like it would make a great home for that new 3 B+ you’ve got on order.

A Plywood Laptop For Your Raspberry Pi

[Rory Johnson] writes in to tell us about PlyTop Shell, a Creative Commons licensed design for a laser cut wooden laptop that he’s been working on since 2016. It’s designed to accommodate the Raspberry Pi (or other similarly sized SBCs), and aims to provide the builder with a completely customizable mobile computer. He’s got a limited run of the PlyTop up for sale currently, but if you’ve got the necessary equipment, you can start building yours while you wait for that new Pi 3B+ to arrive.

Originally [Rory] was working on a 3D printed design, but quickly ran into problems. The vast majority of 3D printers don’t have nearly the build volume to print out a laptop case in one shot, so the design needed to be broken up into multiple smaller pieces and then grafted together into the final case. Not only did this take a long time and a lot of material, but the final result had the rather unfortunate appearance of a plastic quilt.

Eventually he got hooked up with a maker collective in Minneapolis that had a laser cutter, and the PlyTop was born. There’s still a 3D printed component in the design that goes in the screen hinge, but the rest of the PlyTop is cut out of a three 2′ x 4′ sheets of 1/8″ Baltic birch plywood. As you might expect, plenty of fasteners are required, but [Rory] has a complete Bill of Materials (complete with purchase links) for everything you’ll need to turn the cut pieces into a fully fledged laptop. He’s considering selling kits in the future, but is still working on the logistics.

In keeping with the idea of complete flexibility, there’s no defined layout for the internals of the PlyTop. Rather, there’s an array of star-shaped openings on the bottom plate that allow the builder to connect hardware components up in whatever way works for them. [Rory] actually suggests just holding everything down with zip ties to allow for ease of tinkering.

He’s also come up with a list of suggested hardware for the keyboard, touchpad, and display; but those are really just suggestions. The design is open enough that it shouldn’t take much work to adapt to whatever gear you’ve got laying around.

Of course, this isn’t the first open source laptop we’ve seen here at Hackaday. It isn’t even the first wooden one. But we love the lines of the PlyTop and the focus on complete customization.

Continue reading “A Plywood Laptop For Your Raspberry Pi”

Programming Linux Devices With Arduino And The Cloud

Back in the olden days, when the Wire library still sucked, the Arduino was just a microcontroller. Now, we have single board computers and cheap microcontrollers with WiFi built in. As always, there’s a need to make programming and embedded development more accessible and more widely supported among the hundreds of devices available today.

At the Embedded Linux Conference this week, [Massimo Banzi] announced the beginning of what will be Arduino’s answer to the cloud, online IDEs, and a vast ecosystem of connected devices. It’s Arduino Create, an online IDE that allows anyone to develop embedded projects and manage them remotely.

As demonstrated in [Massimo]’s keynote, the core idea of Arduino Create is to put a connected device on the Internet and allow over-the-air updates and development. As this is Arduino, the volumes of libraries available for hundreds of different platforms are leveraged to make this possible. Right now, a wide variety of boards are supported, including the Raspberry Pi, BeagleBone, and several Intel IoT boards.

The focus of this development is platform-agnostic and focuses nearly entirely on ease of use and interoperability. This is a marked change from the Arduino of five years ago; there was a time when the Arduino was an ATmega328p, and that’s about it. A few years later, you could put Arduino sketches on an ATtiny85. A lot has changed since then. We got the Raspberry Pi, we got Intel stepping into the waters of IoT devices, we got a million boards based on smartphone SoCs, and Intel got out of the IoT market.

While others companies and organizations have already made inroads into an online IDE for Raspberry Pis and other single board computers, namely the Adafruit webIDE and Codebender, this is a welcome change that already has the support of the Arduino organization.

You can check out [Massimo]’s keynote below.

Continue reading “Programming Linux Devices With Arduino And The Cloud”

Friday Hack Chat: Everything Raspberry Pi

The Raspberry Pi is six years old now, and in that time it’s become the most popular single board computer. Over these last few years, the Pi has improved from a relatively anemic board based on a smartphone SoC to a surprisingly fast board that’s loaded up with some of the best software and the best community support we’ve ever seen. There’s an awful lot you can do with a Pi, and the continued support of the Raspberry Pi Foundation has enabled millions of people to get their hands on a cheap computer that runs Linux. It’s great.

Now it’s your turn to ask the engineers behind this tiny little computer what’s going on in the world of Pi. We’re having a Hack Chat this Friday, and you’re invited.

Our guest for this week’s Hack Chat will be [Roger Thornton], principal hardware engineer for the Raspberry Pi, where he oversees design, test, compliance, and production for Raspberry Pi products. Previously, [Roger]’s work for Broadcom included being part of the team that characterized and tested numerous SoCs including the BCM2835/6/7 found in various Pis. He also has experience in the smart home and IoT fields from working in a consultancy where be helped bring chips to market.

[Roger]’s most recent work was announced today; the Raspberry Pi 3 Model B+ is the latest in a long line of Pis, and while it’s not the octocore ARM monster with SATA and PCIe and Gigabit networking and 4G that the power-hungry have been clamoring for, it is more capable than its predecessor and still only costs less than forty bucks.

This is also the second time [Roger] has been a guest on our Hack Chats. You can check out the transcript of the 2017 chat here.

During this chat, we’re going to be discussing the future of Raspberry Pi products, Pi events around the world, and a question on the minds of many: where you can buy Pi Zeros in quantity. You are, of course, encouraged to add your own questions to the Hack Chat. You can do that by leaving the questions as a comment on this Hack Chat’s event page.

join-hack-chat

Our Hack Chats are live community events on the Hackaday.io Hack Chat group messaging. This week it’s going down at the usual time, on noon, Pacific, Friday, March 16th  Want to know what time this is happening in your neck of the woods? Have a countdown timer!

Click that speech bubble to the right, and you’ll be taken directly to the Hack Chat group on Hackaday.io.

You don’t have to wait until Friday; join whenever you want and you can see what the community is talking about.

Raspberry Pi Gets Faster CPU And Better Networking In The New Model 3 B+

While the Raspberry Pi’s birthday (and the traditional release date for the newest and best Pi) was a few weeks ago, Pi Day is a fitting enough date for the introduction of the best Pi to date. The Raspberry Pi 3 Model B+ is the latest from the Raspberry Pi foundation. It’s faster, it has better networking, and most interestingly, the Pi 3 Model B+ comes with modular compliance certification, allowing anyone to put the Pi into a product with vastly reduced compliance testing.

Continue reading “Raspberry Pi Gets Faster CPU And Better Networking In The New Model 3 B+”