A Custom, Workshop Squeezebox

Launched over 10 years ago, the Squeezebox was one of the most popular network streaming devices sold. The idea was simple: put some MP3s on a computer, connect the Squeezebox to a LAN, and stream those tunes. Someone at Logitech had the brilliant idea that MP3s and other audio files should be stored in an online service a while back, something that didn’t sit well with [Richard]. He went out and built his own Squeezebox with a Raspberry Pi, out of an ammo box, no less.

Most of the project is based on another Squeezebox Raspi mashup over at Instructables. This was a wall-mounted project, and not encased that keeps 7.62 ammunition secure during transport. It did, however, provide enough information for [Richard] to use in his project.

To make his Squeezebox look a little more industrial and sturdy, he cut a few holes in a NATO ammo can for speakers, a TFT touchscreen display, and a USB charger port. Inside, a pair of powered speakers, a USB hub, and a powerbank were added, making this a portable streaming solution that can take a beating.

3D Printed Headgear Turns You Into A Sim

Stop what you’re doing and dust off that 3D Printer, you’re going to want this headgear for your next party. [Daniel Harari] has created the perfect start of a phenomenal The Sims costume with this Bluetooth-enabled plumb bob.

The iconic crystalline shape will be familiar to anyone ever exposed to the game. It served as a handle and indicator for each virtual character in the popular life-simulation video game. On a short build deadline (a party), [Daniel] found a model of the shape he wanted on Thingiverse. He printed it in translucent green PLA so that LEDs inside would make it glow.

A headband and an aluminum pipe connect this to the wearer. Inside the printed enclosure is a an intricately packaged set of electronics that include an Arduino pro mini, low-side transistors to control six RGB LEDs, and an HC-05 Bluetooth module to connect to his phone. Batteries were mounted on the side of the pipe but we bet a bit of head scratching could re-imaging the battery type and get it inside the enclosure as well.

[Daniel] muses about adding brainwave sensing to control the LEDs. For this build he didn’t even need to write an app; he was able to get an already available color-picker to work. We’d like to see this combined with sentiment; a concept starting to gain popularity which samples social media and ascertains mood to change the display base what is found.

You realize what’s missing from his writeup? We couldn’t find any pictures of him wearing the thing!

The BB-8 Builds Begin

Yes, the new Star Wars film coming out in December has x-wings, dogfights through the engines of star destroyers, space battles, a dead Jar Jar, and [R2D2]. It will also have the coolest droid yet, [BB-8], the rolling sphere protagonist that will surely be sold as a remote control toy by Christmas 2016.

[James] of XRobots doesn’t want to wait until the [BB-8] toys arrive, so he’s building his own. Right now, it’s just a prototype, but it’s the beginnings of the mechanics and control system of a very, very cool droid.

We’ve seen the first BB-8 droid that was basically putting some magnets on a Sphero robot, but this bot doesn’t exactly have the same functionality of the real-life [BB-8]. The real [BB-8] is actually two parts, a remote control ball-body, and a separate remote-controlled head. [James] is focusing on the head for his prototype, replacing the remote-controlled body with a dummy stand in, a big styrofoam ball.

The head of [James]’ [BB-8] is 3D printed, with some especially clever design features. The electronics are just four DC motors, an Arduino, and some motor drivers. In the future [James] will probably be looking at either steppers or servo motors, but for now his [BB-8] bot can stand up straight and serves as a great platform for testing out control schemes.

All the code and parts are available on Github, with some videos below.

Continue reading “The BB-8 Builds Begin”

Square Bicycle Design

Building A Square Bicycle

Inspired by [Michael Ubbesen Jakobsen’s] BauBike design, [Aaron Seiter] decided to try building his own.

The entire frame was made out of 1″ square steel tubing and welded together in no time at all. Actually intending to ride this bike, he had to make a few changes to the original BauBike design. Most importantly, he raised the seat up to allow for proper leg extension while pedaling.

The funny thing is most people on Reddit thought it wasn’t going to work, so shortly after posting the gallery to imgur, [Aaron] also uploaded a short video to YouTube to prove, yes, he can actually ride it. Stick around after the break to see it in action.

Continue reading “Building A Square Bicycle”

Review: HUZZAH Is The ESP8266 WiFi Setup You Need

A little board that adds WiFi to any project for a few hundreds of pennies has been all the rage for at least half a year. I am referring to the ESP8266 and this product is a marrige of one of those WiFi modules with the support hardware required to get it running. This week I’m reviewing the HUZZAH ESP8266 Breakout by Adafruit Industries.

If you saw the article [cnlohr] woite for us about direct programming this board you will know that a good chunk of that post covered what you need to do just to get the module into programming mode. This required adding a regulated 3.3V source, and a way to pull one of the pins to ground when resetting the power rail. Not only does the HUZZAH take care of that for you, it turns the non-breadboard friendly module into a DIP form factor while breaking out way more pins than the most common module offers. All of this and the price tag is just $9.95. Join me after the break for the complete run-down.

Continue reading “Review: HUZZAH Is The ESP8266 WiFi Setup You Need”

Hacklet 45 – Reverse Engineering Projects

Sooner or later, all of us end up putting on our reverse engineering hats and digging in to a device. It might be that you’re trying to keep an old piece of equipment running – the manufacturer is long defunct, and parts are no longer available. It might be that sweet new router with locked down firmware. Or, it might just be that you’re curious. Whatever the reason, reverse engineering is a rewarding endeavor. Some of our favorite reverse engineering projects read like spy novels. Instead of cloak and dagger, it’s encryption and soldering iron. This week’s Hacklet focuses on some of the best reverse engineering projects on Hackday.io!

c02We start with [Henryk Plötz] and Reverse-Engineering a low-cost USB CO₂ monitor. Carbon monoxide detection and measurement devices are household safety items these days, and have become rather cheap. Carbon dioxide measuring devices are less common, and as expected, more expensive. [Henryk] found a device for around 80€ which did what he needed. The included USB connector was supposedly just for power, but when plugging it in, the device enumerated on his Linux box. The accompanying windows software displayed live data from the detector, but there wasn’t much information on the protocol. Time to bust out Ida pro, and go to town on that software! [Henryk] did battle with his CO₂ monitor”s software and was justly rewarded.

mavrickNext up is [Bob Blake] and Reverse Engineering the Maverick ET-732. [Bob] loves barbecue, but hates to babysit his smoker. Thankfully there are wireless temperature sensors out there built just for that purpose, but they have limited range and you can’t have multiple receivers around the house. [Bob] aimed to fix all of that by sending his Maverick wireless thermometer data to the web, so he could check in on his cooking from anywhere. First he had to reverse engineer the protocol used by the sensor. A spectrum analyzer told [Bob] that the sensor transmit frequency was  433.92 MHz, which is common for low-cost transmitters like this. [Bob] actually had some compatible receivers at his office, so he was quickly able to capture some data with his Saleae logic analyzer. The real fun came in figuring out exactly how the data was organized!

hmdA chance Ebay sale netted [Technics] a sweet head mounted magnifier, but no way to control it. Reverse engineering a Life Optics M5 documents [Technics] efforts to get his new headgear working. The Life Optics M5 is actually a re-branded version of the Leica HM500 head mounted zoom microscope. These devices were originally designed for medical use. They provide a stereo view to the surgeon or dentist using them, as well as sending a video feed to be displayed for the rest of the team to use or record. Cracking open the M5’s head-mounted box revealed several modules, but no obvious means of controlling zoom or focus. Scoping out a few of the mystery wires did reveal what looks to be a 9600 baud serial data stream though. This is a brand new project, and we’re waiting for [Technics] next update to see if he gets to do some soldering with his new toy!

 

biosBIOS password protection – it’s the bane of any used laptop buyer’s existence. Sometimes removing these passwords are as easy as popping out the CMOS battery, other times, not so much. [q3k] found themselves in the latter situation with a bundle of Toshiba R100 laptops. and no way to start them up. [q3k] didn’t give up though – they broke out the soldering iron and started Reverse engineering Toshiba R100 BIOS. The R100 is a Pentium M era machine – old but still usable for many hacking purposes. Dumping the ROM BIOS of the laptop didn’t yield the information [q3k] needed, so they moved on to the TLCS-870 controller, and built a really nice board with a Xilinx Spartan6 FPGA to help with the effort. It turns out that the 870 is just used for power management. – [q3k] has now turned their attention to a Renesas microcontroller which might be just the droid they are looking for!

We think that reverse engineering projects are pretty darn cool, so we’ve created a Reverse Engineering List to keep them all organized.

That’s it for this Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

3D Printing An Arcade Controller

A keyboard and mouse simply can’t stand in for games originally meant to be played with a joystick and buttons. We are of course thinking of coin-op here and building your own set of arcade controls is a great project to give back some of the thrill of those classics. But these are not trivial builds and may push your comfort zone when it comes to fabrication. Here’s one alternative to consider: 3D printing an arcade controller housing.

3d-printed-arcade-controller-thumb[Florian] already had experience building these using laser cut acrylic and MDF. This is his first foray into a 3D printing build method for the controller body. The top is too large to easily produce as a single piece on inexpensive printers. He broke it up into sections; eleven in total. When the printing is complete he chemically welds them together using a slurry of acetone and leftover ABS.

We think one possible extension of this technique would be to build a mounting system that would allow you to swap out segments (instead of welding them all) while you dial in the exact placement that you want for each component. You know, like when you decide that rectangular button pattern doesn’t fit your hand. That said, this looks like a beautiful and functional build. At the least it’s a great way to practice your 3D printing skills and you end up with a wicked controller at the end of it.