Looking for interesting projects, ideas, codes, articles? Here’s your chance to get the daily dose of all these with “code2impress”. This website has a variety of projects using atmega microcontroller. Code2impress.com is compilation of several simple articles and tutorials that have been written in simple language and detailed explanation. This website gives a great platform for techno enthusiast to learn more interesting things.
The first post on this website details about creating an AVR project with AVR4
Now, the website has a lot of categories:
Articles
AtMega16
AtMega8
CODE
CSS
DOWNLOAD
How to
jQuery
LineFollower
Project
Among various posts published on the website, the popular one in the recent time is Displaying name is 16X2 LCD Screen.
This Project focuses on how we can write our name in a LCD Screen using ATmega8. A 16X2 LCD means it can display 16 characters per line and there are 2 such lines. In this LCD each character is displayed in 5X7 pixel matrix.
This LCD has two registers, namely, Command and Data.
The command register stores the command instructions given to the LCD. a command is an instruction given to LCD to do a predefined task like initializing it, clearing its screen, setting the cursor position, controlling display etc.
The data register stores the data to be displayed on the LCD. The data is the ASCII value of the character to be displayed on the LCD.
In addition to this project, the recent post on temperature monitoring device using Atmega8 microcontroller and LM35 temperature sensor and a unique fan box for the website.
Filed Under: Reviews
Questions related to this article?
👉Ask and discuss on Electro-Tech-Online.com and EDAboard.com forums.
Tell Us What You Think!!
You must be logged in to post a comment.