interfacing

Design a Customizable Virtual Keyboard using ATmega32

Introduction It is becoming increasingly difficult for users to interact with the slew of portable gadgets they carry, especially in the area of text entry. Although miniature displays and keyboards make some portable devices, such as cell phones and PDAs, amazingly small, users’ hands do not shrink accordingly. To solve this problem, we proposed a […]

Design a Customizable Virtual Keyboard using ATmega32 Read More »

The Self-Driving Toy Car using ATmega1284 microcontroller

“A car that can track its own location and calculate the direction and distance needed to get to a final destination given by user inputs.” Elevator Pitch For our final project, we built a self-driving car that takes in inputs for a final destination and drives itself from its initial location to the final destination.

The Self-Driving Toy Car using ATmega1284 microcontroller Read More »

RFID Checkout System Design using ATmega644 microcontroller

The Elevator Pitch We successfully implemented a prototype RFID checkout system that will enable consumers to instantly pay for their entire purchase upon arrival at the register, increasing customer satisfaction, reducing retailer costs, and ultimately lowering consumer prices. Summary Shopping in the present day usually involves waiting in line to get your items scanned for

RFID Checkout System Design using ATmega644 microcontroller Read More »

Project Development Board using ATTiny2313 microcontroller

This is my first time using the AVR. I like to learn using the ATTiny 2313, because it is faster than MCS-51, cheap and the circuit is very simple. The chip has only 20 pins. I was interested because I want to build a simple line follower robot controlled by this MCU. Board Construction The

Project Development Board using ATTiny2313 microcontroller Read More »

Data Acquisition System using ATmega8

Introduction We can use a PC for connecting the homemade data acquisition hardware and produce the GUI for user friendly graphical presentation easily. One of the project that uses Visual Basic is the Data Acquisition & Logging System using AT89C51 made by Abbas Raza. In this project we use a PC for GUI display and

Data Acquisition System using ATmega8 Read More »

ATMEL AVR ATMega 8535/16/32 and ATMEL AT89S5x Family Learning Kit

Both Mainboard Features Pin compatible for 40-pin AVR and AT89S5x family Microcontrollers Single sided PCB, header for 4 I/O ports, ISP port and RS-232 port Built in +5V voltage regulator LM7805 with heatsink Built in +5V and +12V (depend on input voltage) with terminal screw connector for further expansion Onboard In System Programmer header Schematic

ATMEL AVR ATMega 8535/16/32 and ATMEL AT89S5x Family Learning Kit Read More »

AVR Programmer using ATTINY2313 microcontroller

INTRODUCTION AVR910 is a very useful programmer. It can program almost complete range of AVR chips. The original version made by Klaus is here, http://www.mikrocontroller-projekte.de/Mikrocontroller/AVR-Prog/AVR-Programmer.html. The programmer uses ISP capability of AVR chips. AVR910 first appeared in AVR910 application note by ATMEL. It is one of the fastest programmers for AVR. We can use AVR

AVR Programmer using ATTINY2313 microcontroller Read More »

4×4 keypad example using AVR-GCC C language

This is as simple routine how to read 4×4 keypad keys using AVR-GCC language. The keypad is connected to AVR microcontroller 8 bit port. In this example it is B port. You can change ports depending on your needs – this is only an example ant it is not the only way to this. Howt

4×4 keypad example using AVR-GCC C language Read More »

Servo motor control using Atmega8 microcontroller

Servo motors are so called “closed feedback” systems. This means that motor comes with control circuit, which senses if motor mechanism is in desired location and if not it continuously corrects an error until motor reaches proper point. Servo motors are widely used in robotics, remote controlled planes, vehicles. So they come in many shapes

Servo motor control using Atmega8 microcontroller Read More »

Scroll to Top