< Browse > Home / Archive: March 2009

| Archive | RSS

Water level detector with PIC12F683

Do you have a big water tank in your house, where you mostly use it to fill the tap water? If you did, then you must be very pissed off, when you forgot to turn off the tap and the water spill out from the water tank occasionally… Source: bobhobby

Download eprom Sony KV2167MT

Download eprom: sony-kv2167mt

GSM SMS Alarm

SMS alarm is a very simple device. To send SMS it uses Siemens gsm phone and it has 5 inputs – it means that it can send 5 different SMS messages. For each sensor input we write SMS text that we wish to receive when alarm condition happens. Programing is done via PC and proper [...]

PICkit 2

Why PICkit2? In addition of the above PICkit2 uses USB interface to communicate with the computer, so there’s no more pain to use it with modern PCs or laptops with no COM or LPT ports at all. Because Microchip has published the whole schematics and the firmware running in the device we have the chance [...]

Digital Thermometer with PIC16F84

This project uses a standard (PDIP) PIC16F684 as well as a standard thermistor. It will tell the temperature between 0 and 140 farenheit. The temperature is displayed on a 3 digit, 7 segment display. This project is actually quite easy to build; the hardest part is calibrating the thermistor… Source: Jason’s PIC Projects Page