USB and serial enabled LCD backpack back in stock

USB and serial enabled LCD backpack is back in stock at Seeed Studio. This board connects HD44780-compatible character LCD screens to your USB port. It works with apps like LCD Smartie to show news, system stats, and more on an external LCD. Get USB and serial enabled LCD backpack for $16.95.

Open guitar pedal

The pedalSHIELD Arduino guitar pedal by Electrosmash: The shield has three parts: The Input Stage or Preamp: Amplifies the guitar input signal and sends it to the Arduino microcontroller to be processed. Arduino Board: It does all the Digital Signal Processing (DSP) modifying the signal and adding the effect (delay, echo, distortion, volume…). The Output Stage: […]

App note: Temperature measurement using thermistors

Another temperature sensitive device, introducing the thermistor. From its name you could guess that its a temperature dependent resistor which varies its resistance as the temperature changes. See Cypress’ application note on using these devices. A thermistor is a temperature-sensitive resistor in which resistance varies with temperature. There are two types of thermistors: positive temperature […]

App note: Temperature sensing using diode

Last time we covered using watchdog timer as temperature dependent component of a microcontroller to do temperature sensing. Now lets take a diode to do the same thing, they are pretty much accurate and cheap, see Cypress’ application note about its implementation. There are various sensors available for measuring temperature such as Thermistor, Thermocouple, resistance […]

App note: Tone Generation and Melody Player

Two application guides (Tone generation and Melody player) from Microchip to get you started on tone generation basics, these might help create musical greeting cards to give to your fellow geeks this coming holidays. A general purpose resonator routine is implemented using a PIC17C42. This routine is used to generate multiple tones. A tone signal […]

High resolution capacitance meter project

Puretus has been working on  a high resolution capacitance meter: One day I was looking for methods to measure capacitances of cap components. Even though it is pretty trivial now with my new Brymen  multimeter, I ran into this design by Roman Black which turned out to be very well explained and in terms of […]

Arduino and SIM900 GSM Modules tutorial

John Boxall over at Tronixstuff has a series of Arduino tutorials.  This chapter fifty-five of a series will show you how to use the SIM900 GSM modules with Arduino: The goal of this tutorial is to illustrate various methods of interaction between an Arduino Uno (or compatible) and the GSM cellular network using a SIM900 GSM […]

Home built bench power supply

Ian Johnston wrote a post on his blog detailing his bench power supply build: My workshop has a couple of bench power supply’s, one is an old Farnell TOPS 3D 3-rail tracking job, and the other is a 3-rail CSI CSI3005XIII with Constant Current functions. The farnell is all analogue but has no constant current control, it has […]