free 8051 Microcontroller Projects AVR PIC Microcontroller Projects Tutorials Ebooks Libraries, interfacing tutorials, lcd tutorial, stepper motor, dc motor 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems
i think you need to make a good framework for your project.. like divide into segments. e.g.
1. Display 2. Count 3. Blink display
Display has to refresh every fixed interval.. say every 60-100 ms so refresh display may be added in timer routine.. and will be done automatically. so make this part first..
after that is count.. which can be added to your while(1) loop. all you need to do is increment and update the variables thousand, hundred, ten and ones etc. and timer will handle the display.
then is blink.. this is tricky you can use another timer to maintain that blink part (just swap between real values and 0xFF (no display).
if you move step by step you will feel simple and easy to do.
www.rickeyworld.info If you feel satisfied with the user's forum reply please click on the thank button.
Contact Ajay Bhargav by PM or email at contact@8051projects.net
Anonymous | 17 Mar : 12:46
anyone knows who can I get in contact with to get permission to use this http://www.8051projects.net/lcd-interfacing/lcd.png for my senior design report?
Correction... http://www.8051projects.net/lcd-interfacing/lcd-4-bit-programming.php That gave me headaches... Mismatched coding between the 4-bit and 8-bit sections.
8051 Microcontroller Projects 8051 AVR tutorials PIC microcontroller, 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems