A Pair Of Briefcase Boombox Builds

Here are two different briefcase speaker projects. [Dale] built the offering on the right back in high school and the upgraded version 2.0 more recently. He was inspired to send in a tip for the projects after seeing yesterday’s suitcase full of tunes.

The first version uses a pair of speakers pulled out of a car at the junkyard. They’re mounted on some particle board which beefs up the side of the plastic briefcase. The amplifier that drives it is mounted inside the case along with a battery to power the system. [Dale] included a crude storage bracket for the input cable and since the amp can drive four speakers there are connectors on the outside for two more.

Version two has quite a bit more polish. He doesn’t show that one off quite as much, but you can see there is a LED strip on the case that serves as a VU meter, as well as a numeric display which might be battery voltage? He mentions that this blows away any commercially available systems his coworkers have brought to the job site.

Video of both rigs can be found after the break.

Continue reading “A Pair Of Briefcase Boombox Builds”

Wireless Speaker Made Using Arduinos And 2.4 GHz Tranceivers

[Texane] picked up a 2.4 GHz transmitter/receiver pair for transmitting sensor data wirelessly. After using them in a project he wanted to try pushing them a bit to see what the limits are when it comes to higher bandwidths. He ended up building a wireless speaker that transmits audio at about 90 KB/s. That link leads to a subfolder of his git repository. The code for this project is in the RX and TX folders, with images and video in the DOC folder.

The radio hardware that he’s using is a Nordic nRF24L01P chip which is available on a breakout board from Sparkfun. [Texane] mentioned to us that the chip includes error checking, packet ACK, and automatic retransmission. But these add overhead that can slow things down. The chip does offer the option to disable these features to get lower level access to the hardware. That’s exactly what he did and he mentions that the example code he wrote for the transmitter and receiver make every cycle count. This makes us wonder if it’s the speed of the ATmega328 chip that is the bottleneck, or the transceivers themselves?

A Suitcase Full Of Tunes

Take the party with you by building your own boomcase. It’s an amplifier and set of speakers built into luggage. It uses an audio jack to connect to your favorite music player, and with a bit of  added protection — like grills for those speakers — it could still be gently used to transport your wardrobe.

A 1960’s suitcase was mutilated for this build. [Jay] must have already had it on hand because combined with some used parts he claims to have only spent $50 total. After trying out a few different speaker orientations on a piece of cardboard he covered the outside of the case in blue painter’s tape and started cutting holes. The amp he chose has a nice face plate which happens to  fit nicely on the top side of the case. For now he’s powering it with a 10,000 mAh (ie: 10 Ah) portable device recharging battery. But as you can hear in the demo after the break this seems to have no problem supplying the system with enough power.

Continue reading “A Suitcase Full Of Tunes”

Upgrading A Voice Recorder With A Hex Editor

[Alex] just bought a really nice TEAC VR-20 audio recorder, a very capable recorder perfect for recording your thoughts or just making concert bootlegs. This model was recently replaced by the Tascam DR-08 audio recorder. It’s essentially the same thing, but the Tascam unit can record at 96kHz, whereas the TEAC can only record at 48kHz. [Alex] figured out a way to upgrade his less capable but cheaper VR-20 to record at a higher bit rate with just a simple firmware hack.

The mod began by downloading the firmware for both the TEAC VR-20 and the Tascam DR-08. Both of these sets of firmware were exactly the same size, and after downloading a hex editor, [Alex] found a huge difference in the first 20 bytes of the firmware – the portion that tells the microcontrollers what it actually is.

The solution to improving the bitrate for the TEAC VR-20 was as simple as copying the first 20 bytes from the TEAC firmware over to the first 20 bytes of the Tascam firmware. After that, it’s a simple matter of upgrading his TEAC and getting the ability to record at 96kHz.

A very, very simple hack that’s really just flipping a few bits. Not bad for a two-fold improvement in the recording capability of a handheld audio recorder.

Hardsync – DDR Reimagined For The C64

hardsync

For those of you that like to play dance games, but [DDR] for the [PS2] uses too modern hardware for your tastes, [Hardsync] may be for you. Although the chiptune-style music coming out of the [C64] may not appeal to everyone, one would have to imagine that a game like this could have been a huge hit 30 years ago.

As for the hardware itself, it does indeed use one PS2 element, the dance mat. It’s hooked into one of the C64 joystick ports. In this case, the cable was cut, but it would also be possible to make a non-destructive adapter for it so as not to interfere with any future PS2 fun.

The program is made so that fellow retro-dancers can make their own songs. Each song is a discreet file, and can be reconfigured to your own personal mix. Be sure to check out the video after the break of this old-school dance machine in use after the break! Continue reading “Hardsync – DDR Reimagined For The C64”

Arduino MP3 Jukebox

Here’s an inexpensive Arduino-based MP3 Jukebox (translated) which [Jose Daniel Herrera] put together.

He spent some time making sure that it looked great sitting on a shelf with his other audio equipment. This started with a wooden box which is some reused packaging. We’re not familiar with the ‘iNFUSiONES’ product; perhaps it’s tea or tobacco? At any rate, to this he added a custom face plate to host the character LCD, rotary encoder, two buttons, and to act as a grill for the two speakers.

The speakers and their accompanying amplifier circuitry were pulled from a portable speaker set. He combined them with a VS1002d MP3 decoder module, SD card breakout board, and the Arduino itself. In addition to the overview post linked above, there is also a collection of assembly photos, and a post discussing the way he arranged the code for the control systems (translated). See and hear the unit in action in the clip after the break.

Continue reading “Arduino MP3 Jukebox”

Collection Of Nixie Bar Graphs Bump To The Beat

This VU meter uses Nixie tubes as the display. There are a total of fourteen IN-13 bar graph tubes that map out the audio spectrum. The build uses purely hardware for the display; no microcontroller processing, or dedicated VU-meter chips were used.

Input begins with a dual Op-Amp along with a pair of potentiometers which allow the left and right channels to be balanced. Both channels are then each split into seven signals, which explains the layout of tubes seen above. Each signal is then fed through a voltage divider to envelope the output between 0V and 6V. There is also a low-pass filter to handle sudden volume spikes which don’t work well with the nixies. But as shown in the video after the break, all that work has paid off. Thr clip gives us a look at the green protoboards which host all of this filtering hardware. You’ll want to turn the volume down for the first couple of demonstrations which use a sweep to test the system.

Continue reading “Collection Of Nixie Bar Graphs Bump To The Beat”