lcd

Measuring motor speed (1)

Measuring motor speed and display result on LCD using ATmega8 microcontroller

For measuring motos speed there can Optical interrupter used like H21A1. This is a device where IR LED and photo-transistor is coupled in to plastic housing. The gap between then allows interrupting signal with opaque material and this way switching the output from ON to OFF. This device can be connected to Microcontrollers ICP pin …

Measuring motor speed and display result on LCD using ATmega8 microcontroller Read More »

Nokia 3310 LCD

NOKIA 3310 LCD interfacing with ATmega8

Using graphic LCD in a project gives it really a good look and flexibility of displaying different characters and shapes. But, the graphic LCDs are quite costly. The NOKIA 3310 LCD provides a really low-cost solution to add a small graphic display into your project and also good for learning purpose. The LCD is SPI bus compatible, saving many pins for other uses. …

NOKIA 3310 LCD interfacing with ATmega8 Read More »

LCD display

4 bit interfacing of a 16X2 LCD display to PIC16F877A, Atmega16/32 & MSP430

16×2 LCDs are most commonly used display units in microcontroller based projects. I got much information about LCD, LCD commands, LCD initialization etc from the below link and I hope, it will be very much helpful for beginners. http://www.dinceraydin.com/lcd/intro.htm Below is my final working code for 4 bit mode LCD with PIC16F877A: (HI-TECH C) #include<pic.h> #define _XTAL_FREQ 20e6 __CONFIG(0x3F3A); …

4 bit interfacing of a 16X2 LCD display to PIC16F877A, Atmega16/32 & MSP430 Read More »

LCD Display

LCD Display On Glass Interface Using AT2313 Using Atmega

Description Liquid Crystal Display on Glass is the newest in LCD technology. The display’s are very compact, it measures 55×27 mm and the height is only 2mm without LED backlight and 5.8mm with LED backlight. The display’s can have different LED background light instead of only the green and blue of the normal LCD modules.There are 5 monochrome colors …

LCD Display On Glass Interface Using AT2313 Using Atmega Read More »

LCD Interface

LCD Interface Board Using ATTiny2313

Description This board can directly connected to the STK 500 board or the ATTiny2313 ISP program board with a 10 pole flatcable on the 10 pin header of the STK500 and the 10 pin header of the LCD/Switch board. The display has 16*2 character positions and is Hitachi HD44780 compatible, and also has a LED backlight that can be switched on/off by a jumper. It uses …

LCD Interface Board Using ATTiny2313 Read More »

Supplies

AVR LCD Namebadge Using ATtiny2313

So, you’re going to a conference/meetup/nerdfest and you want to do something that sets you apart from normal people.  An LCD namebadge powered by an ATtiny2313 is a great way to do that.  This is a general purpose LCD display unit powered by a 9V battery and a simple voltage regulator circuit (the same 7805 circuit you see absolutely everywhere).  It’s no-frills, but …

AVR LCD Namebadge Using ATtiny2313 Read More »

ATmega32 interface

Interfacing ATmega32 with an LCD and a DAC

Hi techies!! This is one more of my circuits, interfacing ATmega32 with an LCD and a DAC. it also includes two general purpose push-buttons and In System Programming connector. The controller is operating with 14.7456 MHz frequency crystal, convenient for generating standard baud rates (for RS422 communication whic i used in my actual project, not …

Interfacing ATmega32 with an LCD and a DAC Read More »