Skip to content

{ Category Archives } Uncategorized

Project: USB RGB Color Changer

This is a board designed by Ian Lesnet (of Hackaday fame) that uses a USB-enabled  PIC 18F2550 to control a set of RGB colored lights.  This particular board was a from one of Ian’s Free PCB Sunday giveaways at his Dangerous Prototypes blog, where he gives away boards from one of his prototype runs each [...]

The $7 microcontroller development kit

Seven dollars might buy you a burger at an upscale burger joint, or you can get a complete microcontroller development kit from STMicroelectronics.  Most likely now holding the throne of lowest cost complete development kit (previous holder was TI’s $10 EZ430 USB stick?), the $7 STM8S-Discovery includes a detachable programmer, target board, and prototyping board.   [...]

Teensy 2.0 now available

The Teensy USB development board from PJRC has been upgraded to a new board featuring Atmel’s newer ATmega32U4 device.  With this comes the benefits of the new device, including  A/D channels, extra I/O (including PWM and I2C) and more memory.  By default it operates at 5v, but it can be converted to operate at 3v3, [...]

Repurposing 2: Li-poly power supply for microcontrollers

The repurposable  device featured here is a Digipower Solutions Jumpstart JS1-V3 emergency cell phone charger, which charges and provides power via a pair of male and female mini-A USB connectors.  The device is intended to provide additional capacity for phones equipped with a suitable connector.  The packaging claims that it will provide an hour of [...]

SparkFun AVR Stick

Here are some photos of the SparkFun AVR Stick, which at $9.95 provides a very inexpensive USB solution, based on the ATtiny85.  This board is using a software stack to emulate a USB 1.1 device interface, in particular the V-USB stack (formerly known as AVR-USB) from Objective Development under GPLv2 or under a commercial license.  [...]

Atari Punk Console synth for SparkFun simon

Inspired by the square wave style output of the SparkFun game, I’ve created a version of the Atari Punk Console synthesizer.  This version uses the digital buttons on the Sparkfun simon board instead of potentiometers.  The left two buttons control the period/frequency and the right two buttons control the pulse length.
Features:
- 50Hz to 20kHz frequency [...]

SparkFun simon drum machine v.1

Here’s a new app for the SparkFun simon game platform, simon drum machine.  This is a very minimalistic drum machine, based loosely on the original SparkFun example code.  It works by sequencing through each light at approx. 120 beats per minute.  At powerup the lights are sequencing, but each beat plays no notes.  Pressing the [...]

SparkFun Simon example redux

Here’s my updated version of the SparkFun Simon v21 source code.  Main improvements are:
- Code: code cleanups, more functions and comments
- Build: easily selectable between board revisions (6-25-08 and 4-9-2009 supported, but only the 6-25-08 has been tested.)
- Usability: buttons held down too long are no longer registered as two button presses.
- Code: Simplified psuedo-random [...]

SparkFun Simon surface mount soldering kit

At this year’s Bay Area Maker Faire, the SparkFun booth was host to soldering classes, where aspiring Makers could learn soldering by assembling kits for functional devices.  SparkFun donated the kits and asked for a small donation that went to local charities.  The SparkFun blog mentions that they raised $4970, way to go SparkFun!   There [...]

AVRopendous2-DIP pix

Received the AVRopendous2-DIP from Opendous, Inc. today, and as promised, here are some pictures of the board.  For now I’ve just plugged it in and tested the pre-programmed Keyboard Test demo, which displays the pin name when you ground a pin.  It’s always nice to have a way to verify a development board is working [...]