CPLD motor control

fpga-motor-controller

[Chris] continues cranking out the tutorials, this time around he's showing how to use a CPLD for simple motor control. The demo hardware is pretty basic, he built his own FPGA/CPLD demo board a few years back which used a PLCC socket for easy interfacing. You should be able to use just about any gear you have on hand. Of course the thing about these chips is that you're working with hardware … [Read more...]

Electric bike (earplugs not included)

electric-bike

It's obvious this bike has some extra parts. But look closely and you'll see the chainring has no chain connecting to it. Pedaling will get you nowhere since [PJ Allen] rerouted the chain in order to drive this bicycle using an electric motor. He's got beefy motor which pulls 350 Watts at 24 Volts. For speed control he opted to use an Arduino, pumping out PWM signals to some MOSFETs. This … [Read more...]

Adding the Apple ‘breathing LED’ to a motorcycle

bike

[spiralbrain] has a beautiful KTM Duke 200 motorcycle, but he's found the factory configuration is a little bit plain. Wanting to add his own unique touch to his bike, he decided to add a 'breathing LED' to the parking light that slowly changes its brightness much like the LED on recent Macs. From the factory, [spiralbrain]'s bike uses extremely inefficient (and somewhat ugly) T10 lamps for … [Read more...]

Stair accent lights made from cheap LED strips

led-strips-for-your-stairs

We really like [Geert's] take on accent lighting for his stairs. He built his own LED channels which mount under the bullnose of each step. The LED strips that he used are actually quite inexpensive. They are RGB versions, but the pixels are not individually addressable. This means that instead of having drivers integrated into the strip (usually those use SPI for color data) this strip just has a … [Read more...]

Floppy drive as an audio sampler

floppy-drive-audio-synthesizer

Here's a floppy drive which is being used as an audio sampler. At first glance we thought this was another offering which drives the stepper motor at a specific frequency to generate that characteristic sound at a target pitch. But that's not what's happening at all. The floppy is actually being used as a storage device (go figure). From what we can tell, it's being used almost like an 8-track … [Read more...]

Repair a misbehaving motor controller board

blown-resistor-on-lathe-motor-controller

It can be a real drag to fix a circuit board which has stopped working as intended, especially if you don't have any reference material for the product. That's the position that [Todd Harrison] found himself in when the controller for his mini-lathe gave up the ghost. He undertook and hefty repair process and eventually mapped out and repaired the driver board. First off, we're happy to report … [Read more...]

Building a LED strip the minimal way

LED

For his first big build with an MSP430, [Javon] decided to an RGB LED fader. Having worked with Arduinos in the past, he figured that his MSP430 would have a few PWM channels. After being proved wrong by the data sheet, [Javon] needed to figure out a way to switch a bunch of RGB LEDs with only one PWM channel on his microcontroller. Because there was only one PWM pin on [Javon]'s micro, he … [Read more...]