8051

3*3*3 LED Cube

Make a 3*3*3 LED Cube. Follow the steps(of video). Required components 8051 MCU 27 LEDs Registers 330 ohm Jumpers Circuit diagram The common anode of the top layer of the cube is connected to P2.5, the Common anode of the middle layer of the cube is connected to P2.6 and the Common anode of the

3*3*3 LED Cube Read More »

Password authentication

Implement password authentication by 8051 using LCD and keypad. Description 16×2 LCD is used to see the output. 4*4 keypad is used for input. Required components 8051 MCU 16×2 LCD 4*4 Keypad Jumpers Circuit diagram 4*4 keypad is connected to port2. The LCD data port is connected to port0. Code Header files required:- delay.h, keypad.h

Password authentication Read More »

Simple Calculator on 16×2 LCD

Implement a simple 2 digit input calculator for basic arithmetic operations, show the operation on an LCD. Description 16×2 LCD is used to see the output. 4*4 keypad is used for input. Required components 8051 MCU 16×2 LCD 4*4 Keypad Jumpers Circuit diagram 4*4 keypad is connected to port2. The LCD data port is connected

Simple Calculator on 16×2 LCD Read More »

LCD text scrolling infinitely

Display and circularly Scroll the string “DCD Junkie”, towards the right, on Line 1 of LCD infinitely on the screen. Required components 8051 MCU 16×2 LCD Jumpers Circuit diagram Code Header files required:- delay.h and lcd8bit.h Download it from here Download Proteus Circuit and Hex File Video Thank you for reading…

LCD text scrolling infinitely Read More »

LCD text scrolling till disappear

Display and Scroll the string “DCD Junkie”, towards the right , on Line 1 of LCD until it disappears from the screen. Required components 8051 MCU 16×2 LCD Jumpers Circuit diagram Code Header files required:- delay.h and lcd8bit.h Download it from here Download Proteus Circuit and Hex File Video Thank you for reading…

LCD text scrolling till disappear Read More »

Float Number on 7 Segment Display

Display on 4 digits at 1-second delay per display the consecutively values 1.234,12.34,123.4 infinitely. Description Here we need to connect a 7 segment display at one of the port pins. It should display values 1.234,12.34,123.4 infinitely. Required components 8051 MCU Common cathode 7 segment display Registers 330 ohm Jumpers Circuit diagram A 7 Segment display

Float Number on 7 Segment Display Read More »