breadboard

Interfacing 16x2 LCD

Interfacing 16×2 LCD with Atmega16 AVR Microcontroller in 4-Bit Mode

Display is the necessary part of any machine whether it is any home appliance or industrial machines. Display not only shows the control options to operate the machine but also shows the status and output of the task performed by that machine. There are many types of displays used in electronics like 7-segment display, 16×2 LCD display, TFT …

Interfacing 16×2 LCD with Atmega16 AVR Microcontroller in 4-Bit Mode Read More »

Multi mode LED Matrix Clock (1)

ATTiny2313 Multi-mode LED Matrix Clock Using Atmega

This is a mutli-mode clock project based on attiny2313. it employs a 8×8 led matrix as display. with the limited resolution, this 12 hour clock shows time in 6 different modes. The circuit employs row and column multiplexing to drive the leds, one row at a time, this gives a 12.5% duty cycle when “sets” of leds (8 of them …

ATTiny2313 Multi-mode LED Matrix Clock Using Atmega Read More »

Wireless Doorbell Transmitter

Wireless Doorbell Transmitter Using Arduino

This project describes the first part of the following two projects: A wireless doorbell transmitter as described in this Instructable A wireless doorbell receiver to be described in the Wireless Doorbell Receiver Instructable When I am sitting in the backyard of my house I cannot hear it when somebody is ringing the doorbell at the front door. …

Wireless Doorbell Transmitter Using Arduino Read More »

Arduino Online Thermometer Project

Arduino Online Thermometer Project

I have been researching a project which will help me with my understanding of electronics, networking, and programming.  I decided to build an online thermometer which could be used in applications that need temperature monitoring.  I currently work in a lab environment where I test, troubleshoot, and calibrate equipment which is installed in nuclear power plants …

Arduino Online Thermometer Project Read More »

Wire Digital Temperature Sensor DS18B20

Arduino – One Wire Digital Temperature Sensor – DS18B20

The one wire Digital Temperature Sensor – DS18B20 from Maxim (formerly Dallas) is a great chip for measuring temperature in your projects. Luckily, there is a Dallas Temperature library for the arduino which makes using this sensor very easy. The most recent version of this library can be found at http://www.milesburton.com/?title=Dallas_Temperature_Control_Library We used version 3.6.0 …

Arduino – One Wire Digital Temperature Sensor – DS18B20 Read More »