Roland 808 Synced To MIDI

Reading this week’s ATtiny-themed builds, [Thomas] was reminded one of his coolest builds. His midi808 project used an ATtiny2313 to sync a vintage Roland 808 drum machine to his Logic workstation.

Even though MIDI had been around for a few years when 808s were being made, the CPU in the 808 isn’t exactly up to the task of handling MIDI. Instead, the 808 used an interface known as DIN Sync that was designed to keep 808s, 707s, and 303s in time with each other. MIDI to DIN Sync boxes do did exist, but even the auxiliary equipment to use an 808 is getting hard to find.

The build takes a MIDI signal and passes it through an opto-isolator per the MIDI spec. The microcontroller reads the MIDI signal and passes it out through the DIN Sync port. The DIN Sync protocol is only 24 pulses per quarter note output with TTL voltages, and the project code is easy enough to follow. It’s a nice build for one of the greatest drum machines ever made. Listen to a track [Thomas] made with his new setup after the break.

Continue reading “Roland 808 Synced To MIDI”

3D-printable Laser Cutter

[peter] send in a reprappable laser cutter that he’s been working on. Even though he’s still having some problems with the accuracy of the beam over the entire square meter bed, it’s still an amazing build.

The build started off with a bunch of t-slot aluminum extrusions. After taking delivery of an absurdly large package containing a CO2 laser tube, [peter] started working on attaching motors to the axes. The optics travel the solid rods on pillow block bearings driven by the age-old stepper motor & timing belt drive.

The 1-square-meter of cut area on this machine is enormous for a homebrew laser cutter. [peter] discovered that once the necessary components are in place, it’s really how much aluminum you’d like to buy that becomes the limiting factor for the cut area. [peter] put the files for the 3D-printed carriages, brackets and mounts up on Thingiverse in the hopes his design can be improved by others.

[Dino] Builds A Simple Non-contact Voltage Detector

homemade_voltage_detector

[Dino] is back with another installment of his Hack a Week series, and in this episode he is taking on what he promises will be the last transistor-based project – at least for a little while.

In the video embedded below, he shows off a homemade voltage detector circuit that he constructed using a trio of BC547 NPN transistors. The circuit is pretty simple though very useful all the same. At one end, the device has a small copper strip, which is connected to the base of the first transistor. The emitter of that transistor is daisy chained to the base of the second transistor and so on, until reaching the indicator LED.

As noted by one of [Dino’s] viewers, the circuit functions as follows:

“The front end copper strip forms one side of a capacitor, and then when you bring it near a voltage potential a super tiny current flows between air dielectric of the “cap”. This is mega amplified with the high gain BC547′s and viola, the LED lights up.”

Since the small bit of current is amplified many times over, the LED lights up even when very small voltages are present. While we might not necessarily trust our lives to [Dino’s] voltage detector, we’re sure it would come in handy now and again.

Continue reading “[Dino] Builds A Simple Non-contact Voltage Detector”

Lxardoscope Is A Linux+Arduino Oscilloscope

[Privatier] wrote in to let us know about lxardoscope, his project that lets you use an Arduino as hardware input for a Linux-based oscilloscope display. This implementation offers two channels with about 3000 samples per second from each. He touts some of the GUI options like vertical resolution between 2mV and 10V per division. That part kind of stumps us because we don’t see how a measurement of 10V (or more) can be taken using the schematic included. But you’re comprehension may surpass ours so do take a look yourself.

He is using an Arduino Uno for his testing. But to get around some issues he’s experienced with other USB-based solutions he implemented a serial port connection instead. You’ll need to remove the ATmega chip from the Arduino board after flashing the code to it, and then build a circuit around it which includes a power source where -2.5V is ground and 2.5V is VCC. All in all, you’ll need a 16 Mhz crystal, HEF4069 hex inverter, ATmega8-family microcontroller, and a few passive components to build this on a breadboard.

PIC LC Meter Improvements Add Li-Ion Battery And Charging Circuitry

[Trax] needed an LC meter and decided to use a tried-and-true design to build his own. The only problem was that he didn’t want to be tied to a bench supply or power outlet, which meant a bit of auxiliary design was in order. What he came up with is the battery-powered LC meter you see above.

The core of the original [Phil Rice] design remains the same, with slight modifications to drive a different model of character LCD. The code is mostly unchanged, but some calibration routines became necessary after [Marko] noticed bugs in the behavior after power cycling. Now the device will perform what amounts to a hardware reset about 700ms after powering on or changing between inductance and capacitance measuring functions. The project box is quite small, and to get everything to fit [Marko] sourced the Lithium Ion battery from a Bluetooth headset. He needs 5V for the LCD screen so he used a TPS61222 boost converter. To top off the battery he’s included a MAX1811 single-cell Li-ion charger, which has a couple of status LEDs visible through the case as seen above.

[Thanks Marko]

Laser Light Show Comes To Life From The Junk Bin

In a project that only spanned about three weeks [Lars] built this laser light show projector using parts scavenged from his junk bin. We’ve seen the concept many times before, all you need is a laser source and two mirrors mounted on a spinning bases. The laser diode for this project was pulled from a recordable DVD player. That beam passes through the optics from a laser printer to give it the focus necessary to get a good projected image.

[Lars] played around with the mirror angles until he achieved just the right look. The first mirror is mounted about 4 degrees from being flat with its motorized base; the second is off by about 6 degrees. This introduces slight oscillation in the beam direction when the motors are spinning. By adjusting the speed of each motor you get different patterns. Adjustments are happening completely at random thanks to the BasicStamp2 microcontroller which hadn’t been used in years. Fifteen lines of code were all it took.

Want a laser that’s not controlled at random? Check out this addressable galvanometer-based show.

Adding An External Audio Input To The Sansa Clip+

adding_external_mic_input_sansa_clip

Workshop 88 member [Jim] got his hands on a couple of SanDisk Sansa Clip+ MP3 recorder/players from Woot, and was anxious to see what he could do with them.

The first order of business was to install RockBox, an open source hardware package built for a wide range of MP3 players. He was impressed with how robust the firmware was, though he thought the Sansa’s built-in microphone could use a bit of upgrading. Acting on a tip from a fellow square dance enthusiast, he disassembled one to see how he might add an external audio input.

He pried the existing mic apart, and desoldered it from the motherboard, installing a small capacitor and resistor in its place. He extended some wires through the case, then powered up the unit to make sure it was still alive and well. Since things still looked good, [Jim] put some audio on the Sansa’s new inputs and sure enough it recorded the audio without a hitch.

He says that his initial guesses for the capacitor and resistor values were pretty decent, though with a bit of tweaking he should be able to get exactly the recording levels he was looking for. Not bad for a $20 audio recorder!