-
Recent Posts
Recent Comments
- Daniel Garcia on Speeding up LPD8806 show() without hardware SPI
- Daniel Garcia on Speeding up LPD8806 show() without hardware SPI
- Daniel Garcia on Speeding up LPD8806 show() without hardware SPI
- Marc on Speeding up LPD8806 show() without hardware SPI
- Daniel Garcia on Speeding up LPD8806 show() without hardware SPI
Categories
Archives
- January 2013
- November 2012
- July 2012
- January 2012
- December 2011
- October 2011
- September 2011
- April 2011
- March 2011
- January 2011
- September 2010
- July 2010
- February 2010
- January 2010
- September 2009
- July 2009
- February 2009
- July 2008
- May 2008
- November 2007
- March 2006
- January 2006
- December 2005
- May 2005
- April 2005
- February 2005
- October 2004
- June 2004
- April 2004
- December 2003
- October 2003
- August 2003
- June 2003
- April 2003
- November 2002
- June 2002
- February 2002
- October 2001
- September 2001
- July 2001
- May 2001
- March 2001
- April 1999
Meta
Category Archives: Electronics
Multi-turret water cannon
I’ve been holding off on posting about this until I got some time to finish it up, but now seems like a good time since it was mentioned in a community blog post. I didn’t capture a proper video of … Continue reading
Speeding up LPD8806 show() without hardware SPI
If you’re using LPD8806 LED strips and you can’t use the hardware SPI port (e.g., when using an Ethernet board), there are two other options in the Adafruit library: the default mode and ‘slowmo’ mode. The default mode is decent, … Continue reading
Reducing code size on Arduino Ethernet boards
The Ethernet library grew in size several KB from 0022 to 1.0, which is a big deal when you only have 32 KB to play with. You can save about 2 KB by compiling out DNS support: Wrap the following … Continue reading
Faster Arduino development
I’ve been using Arduino boards for a bunch of random projects lately. They may not be as inexpensive or as small as throwing together a microcontroller and a resonator on a piece of perf board, but they’re a lot faster … Continue reading
Robotender Mk3
Finished Robotender Mk3 just in time for my halloween party (with literally minutes to spare). This one is a pretty radical departure from the previous designs, using a robotic arm instead of pressurized dispensing. I managed to pick up a … Continue reading
Posted in Electronics, Projects, Robots
Leave a comment
Infected Omen Light Box
I pulled an all-nighter and designed/fabricated a LED edge lighting box plus etched plate in advance of the Gears 3 launch. The original plan was to slide an unused junk android tablet in and show some numbers from the stats … Continue reading
555 compo results
I took 3rd place in the minimalist category of the 555 timer compo for my persistence of vision display. I’d also like to thank Allerta and CafeLogic for sponsoring the compo and the cool prizes (an iPulse watch and a … Continue reading
Glitchovision 3000
This is an audiovisual instrument that I created for the 555 timer contest. The Glitchovision 3000 is a 4 step sequencer controlling an ‘Atari Punk‘ synth with a greyscale NTSC video visualization of the output audio, built using two 558 … Continue reading
Persistence of vision display using only 555 timers
I created this display for the 555 timer contest, a compact art piece that cries out in appreciation of the venerable 555 timer. It’s a persistence of vision display formed by 7 blue leds and 3 NE555 timers, which spells … Continue reading
Robotender Mk. 1
Robotender is a robotic bartender. It can mix any quantity of 9 different liquids together to make a wide range of drinks. The touch screen allows a recipe and drink size to be selected and it will then be poured. … Continue reading
Posted in Electronics, Projects
Leave a comment