All posts in the 'How to' Category

Interfacing SD card read and write with Arduino

Interfacing SD card read and write with Arduino
If you are a fan of Arduino here is a nice project about how to interfacing data storage such SD card.This project posted in the Arduino ’s forum. There is also some sample code to get you up and running fast. [more]

Posted in : Arduino projects | Data Storage projects | How to

Make an Easy Dub Siren from a Circuit Bent Keychain

Easy Dub Siren from a Circuit Bent Keychain
GetLoFi demonstrate how to make an Easy Dub Siren from a Circuit Bent Keychain.This is very simple DIY project.First you need the parts:8 Sound Keychain, Rotary Switch, 1 Mega Ohm Linear Potentiometer, 2 Momentary Push Button Switches, AA or AAA Battery holder , Plastic Enclosure,Output Jack and some accessories.[more]

Posted in : DIY projects | How to | Sound related projects

How to : Interfacing Nokia 6100 LCD (color LCD)

Nokia 6100 LCD
The Nokia 6100 display is able to display 130 by 130 pixels with 8-bit or 12-bit color (4096 colors) and it has a LED backlight. It is controlled with Serial Peripheral Interface Bus (SPI). That means it needs only 3 wires for controlling it : Serial data(SDATA) ,Serial clock(SCLK) ,Chip select (CS).[more]

Posted in : AVR projects | Display projects | How to

How to use PROTEUS VSM simulate PIC microcontroller circuits.

PROTEUS VSM
In this website you will see several examples how to simulate PIC microcontroller circuit using PROTEUS VSM such as interfacing c,7-segment,switchs etc.[more]

Posted in : How to | PIC projects

Interfacing Your Computer to an ADC via the Parallel Port

Interfacing Your Computer to an ADC via the Parallel Port
Interfacing an Analog-to-Digital Converter (ADC) with Linux via the parallel port is fairly simple. There two major areas that need to be addressed - hardware and software. The hardware consists of the parallel port, an ADC, and an analog signal source. The software programmed in ‘C’ language.[more]

Posted in : How to | PC projects

Next Page »