Using Atmega

Simple calculator1

Simple calculator using avr microcontroller Atmega16

Here’s a simple calculator with the Atmega16 microcontroller. It have an LCD display and a 4×4 keypad. You can also download the proteus simulation file on the downloads Bascom Code $regfile = “m16def.dat” $crystal = 1000000 Config Kbd = Portd , Debounce = 30   Config Lcd = 16 * 2 Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 …

Simple calculator using avr microcontroller Atmega16 Read More »

Control 16 inputs (1)

LED Binary Calculator using Microcontroller ATtiny2313

You can’t calculate binary values “as is” on most handheld calculators and using the windows one is just a pain, so i decided to make my very own (binary only) calculator. This calculator supports all the basic functions like : NOT,OR,AND,XOR, addition,subtraction,multiplication,division and modulo. So join me as we are going to enter the world of ones and zeros …

LED Binary Calculator using Microcontroller ATtiny2313 Read More »

Prime Calculator2

Prime Calculator is Complete using ATMega8 Microcontroller

My microcontroller-powered prime number generator/calculator is virtually complete! Although I’m planning on improving the software (better menus, the addition of sound, and implementation of a more efficient algorithm) and hardware (a better enclosure would be nice, battery/DC wall power, and a few LEDs on the bottom row are incorrectly wired), this device is currently functional …

Prime Calculator is Complete using ATMega8 Microcontroller Read More »

Graphing calculator

Graphing calculator Using Atmel Mega32

Introduction A perfect tool for high school students that will pursue a career in engineering, the graphing and statistics calculator combines the functionality of a scientific calculator with graphing capabilities as well as being able to compute simple statistics. The purpose of this calculator is to compete in the graphing calculator market with the common …

Graphing calculator Using Atmel Mega32 Read More »

CalcParser

CalcParser Using Atmel Mega32

Introduction CalcParser is a command line calculator. Controlled by a serial connection, CalcParser parses and evaluates an arithmetic expression and has the capabilities to perform symbolic polynomial differentiation with respect to a user-defined variable. It can also evaluate the differentiated expression at a given constant value of the user-defined variable. High Level Design Rationale and …

CalcParser Using Atmel Mega32 Read More »

Networked Biometric Authentication

Networked Biometric Authentication Using Atmega32

Introduction: Due to the increasing need for securing data and places, the biometric authentication industry is seeing large market growth.  We decided to build a scalable, small, and efficient device that can be used to secure doorways throughout a complex.  We use a FingerPrint Cards capacitance based fingerprint scanner as our capturing device.  This data …

Networked Biometric Authentication Using Atmega32 Read More »

pic1

PowerBox: The Safe AC Power Meter Using Atmega32

Introduction We designed a device that measures and graphs various aspects of AC power and acts as a computer-controlled remote switch. With the recent push for green energy and environmental friendliness, more and more people are concerned about their personal daily power usage. We developed a microcontroller-based device to measure AC power. The user will …

PowerBox: The Safe AC Power Meter Using Atmega32 Read More »

TI Calculator Wireless Chat

TI Calculator Wireless Chat Using Atmega644

INTRODUCTION: Our project is a wireless communication link which interfaces to the serial ports on the TI-83 and TI-84 calculators. SUMMARY: Our group created a wireless communication system for the widely popular TI 83/84 calculators. The system interfaces to each calculator through their 2.5mm serial ports. Using an instant messaging chat program written in TI …

TI Calculator Wireless Chat Using Atmega644 Read More »