Lampduino 8×8 RGB matrix floor lamp

Lincomatic documented his Lampduino, an 8×8 RGB Matrix Floor lamp build. This past weekend, I finally finished building my 8×8 RGB matrix floor lamp.  I call it Lampduino.  A Processing sketch running on a host computer controls Lampduino via a USB connection.  When turned on without a computer, it automatically displays a soothing plasma simulation. […]

Serial EEPROM bitbang Launchpad interface

Rob from the 43oh blog has posted his method to interface a 24LC32A serial EEPROM interface to the Launchpad. The 24LC32A is a 32Kb PROM with a 2 wire serial interface or I2C compatible, and since it can be clocked @400kHz @3.6V bit banging seemed like it would be easy. External pull up should be […]

DIY piezoelectric materials

Make has a video on DIY piezoelectric materials: Piezoelectric materials are about as close to magic as you can get. They turn physical pressure into electricity and can even turn electricity into physical pressure – an amazing sort of bidirectional converter for mechanical and electrical energies. Perhaps even more amazing is the fact that you […]

Arduino varies LCD contrast using PWM

We’ve seen a number of tutorials explaining the use of LCD displays with Arduino. In most the display contrast is varied by use of a potentionmeter. Here’s a tutorial from Hobbytronics which varies the contrast using PWM. A 100uF capacitor is connected between the PWM output and ground to smooth the signal. Using this technique […]

Display custom characters on 16×2 LCDs

Chris from PyroElectro informs us of his tutorial on designing custom characters for display on a 16×2 HD44780 compatible LCD. This tutorial shows how to use the advanced functionality of HD44780 16×2 LCD’s where you can create your own characters instead of using the built-in character set, and includes a simple demonstration of animation on […]

RULAV treehouse with microcontrollers, PCBs, and more

The RULAV isn’t just an ordinary treehouse: Rarely does building a treehouse require welding, grinding, painting, riveting, bending, crimping, plumbing, brazing, laser cutting, sound design, printed circuit board fabrication, thousands of lines of C code, distributed network protocols, sewing and embroidery. Thanks Jeremy! Via the contact form.

Model rocket GPS altimeter using Picaxe 18X

For his USC Rocket Propulsion Lab, Chris Fenton designed this project using a Picaxe 18X microcontroller which accepts a GPS NMEA data stream, pulls out the altitude and logs it to a 24LC512 external EEPROM. Upon recovery the data is then read from the EEPROM. Source code for the Picaxe and hand drawn schematic for […]

Arduino and TFT LCD tutorial

LCD displays of the 2×16 variety are a good way of getting feedback from your Arduino project. If you want a more enhanced visual experience, a thin-film transistor (TFT) LCD is the superior way to go. This tutorial by Tronixstuff describes a way use the the 4D Systems 1.44″ TFT serial interface LCD with Arduino. […]

Arduino magnetic levitation project

mekonik has published complete details on his Arduino magnetic levitation project. Not content to settle for a typical “hello world” LED blinker as his first project, he supplemented the Arduino with an electromagnet, Honeywell SS19 Hall effect sensor, MC3401P op amp, NPN transistor and 1N4001 rectifier. The circuit essentially uses the small Hall effect sensor […]

PIC 12F675 battery monitor using a diode/LED and resistor

Here’s a circuit by Joe Desbonnet’s Random Tech Stuff that’s designed to monitor battery voltage. It uses one resistor, one diode (or LED), one microcontroller ADC input and one digital output. A practical application using a PIC 12F675 is presented. This allows you to monitor battery voltage under load, allowing sufficient time to replace the […]