my recent reads..

LEAP#434 Boldport Krell

The Krell is a handheld DSP synthesiser, with Buttons and potentiometers dial up a range of sounds. The Boldport project is a typically beautiful remix of a soldering project by James Hutchby of MadLab.

At the core of the circuit is a Microchip dsPIC33EP128MC202-I/SP. It’s an interesting choice - a digital signal controller that is really designed for precision motor control, now put in service of creating music (or at least weird sounds).

This project also features Snaptron buttons preset on adhesive backing. Instead of soldering, they just stick down as a single array. I can imagine this being a very efficient approach for small batch assembly.

As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image

My first sounds of Krell..


read more and comment..

LEAP#433 0-30V/3A Adjustable Power Supply Kit

The 0-30V/3A Adjustable Power Supply Kit at the heart of this build will no doubt be instantly recognisable to anyone familiar with the usual online electronics market places. It features continuously variable output voltage, and a variable current limit with overcurrent indicator/shutdown.

It appears the curciot design may have originated from SmartKit in Greece, been improved by various people, and at some point the “canonical design” was picked up for mass production (instantly identifiable by the red PCB and tall cap).

As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image


read more and comment..

LEAP#430 Driving Scavenged Linear Steppers

CD/DVD drives are a great source of interesting scavenged components - in particular laser units and stepper motors.

I pulled some of the head control stepper motors some time back. They are small 4-wire bipolar stepper motors with a worm drive for linear motion. Datasheets are non-existent(!), so this is a little project to figure out their specs and demonstrate driving the units with an Arduino and bespoke H Bridge control circuit.

As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image


read more and comment..

LEAP#429 3x7 Pomodoro Timer

Over the years, I’ve become habituated to working in a Pomodoro style - make the day a series of tasks worked on in short blocks of time, with regular breaks. But I’ve never actually used a timer - just relied on my internal clock to work in roughly 1 hour increments.

As I was building the Boldport 3x7, it started to appeal to me as a very nice display to use for a non-distracting Pomodoro timer.

After breadboarding the idea my first thought was to make a PCB … but as there’s been a bit of Mohit Bhoite fandom in the Boldport Club recently, I was drawn into a another copper-wire sculpture. Not very ruggedized, but it does look interesting!

Now for the true test - is it actually useful? Well, I’ve started using it for real and so far so good.

Note: the two left-most digits are minutes, the last digit is tenths of minutes. This is actually why I built my 3x7 with the yellow digit on the right;-)

As always, all notes, schematics and code are in the Little Electronics & Arduino Projects repo on GitHub

hero_image

Here’s a demonstration of a 5 minute countdown. Yes, that’s 5 minutes of your life that is non-refundable!


read more and comment..