avr-microcontroller

Arduino Uno powering Adafruit Trellis LED keypad

Adafruit Trellis Shield Latching Keyboard Test using ATmega328P with Proteus Simulation

Introduction This project demonstrates an Adafruit Trellis Shield latching keyboard test using the ATmega328P controller in a Proteus simulation environment. It is a simple but useful microcontroller project for learning how a keypad-style LED button matrix works with an Arduino-compatible AVR controller. The system reads button presses from the Trellis keypad and toggles the matching […]

Adafruit Trellis Shield Latching Keyboard Test using ATmega328P with Proteus Simulation Read More »

ATmega128 connected to LCD on breadboard

ATmega128 LCD Driver using ATmega128 with Proteus Simulation

Introduction This microcontroller project demonstrates how to directly drive a 2-digit 7-segment LCD using the powerful ATmega128 microcontroller without any dedicated LCD driver IC. Based on the well-known AVR241 application note, this project shows how general I/O pins can be used to control LCD segments efficiently. Using Proteus simulation, this setup helps visualize real-time LCD

ATmega128 LCD Driver using ATmega128 with Proteus Simulation Read More »

ATmega16 TLC5615 DAC breadboard SPI analog output

AVR DAC using TLC5615 with ATmega16 using Proteus Simulation

Introduction This project demonstrates an AVR DAC using TLC5615 ATmega16, where a microcontroller generates analog output using SPI communication. It is a simple and practical example of a microcontroller project implemented in Proteus simulation. The system converts digital values into analog voltage, making it useful for learning embedded systems and practical electronics. Such designs are

AVR DAC using TLC5615 with ATmega16 using Proteus Simulation Read More »

ATmega16 DS18B20 temperature display prototype setup

Temperature Meter using ATmega16 with Proteus Simulation

Introduction This microcontroller project demonstrates a digital temperature measurement system using the DS18B20 sensor and an ATmega16 microcontroller. The system reads temperature data and displays it on a dual 7-segment display in real time. Built and tested in a Proteus simulation environment, this project is a great example of embedded systems and practical electronics. It

Temperature Meter using ATmega16 with Proteus Simulation Read More »

Dual thermometer prototype with LCD display

Dual Thermometer using ATmega8515 with Proteus Simulation

Introduction This microcontroller project shows how to build a dual digital thermometer using an ATmega8515 and two DS18B20 temperature sensors in Proteus simulation. The system reads temperature from both sensors, displays the live values on a 16×2 LCD, and also keeps track of minimum and maximum readings. It is a practical example of embedded systems

Dual Thermometer using ATmega8515 with Proteus Simulation Read More »

Interfacing RTC & serial EEPROM using i2c bus, with ATmega128 uC

Hi friends, here is my experiment with i2c bus for interfacing serial EEPROM (24C256) and RTC (DS1307) using AVR microcontroller ATmega128. The circuit is also provided with an RS232 port for connecting with PC to send commands for reading/writing EEPROM or setting date/time in RTC (Click on images to enlarge them). Communication with PC is

Interfacing RTC & serial EEPROM using i2c bus, with ATmega128 uC Read More »

A protective case for the Atmel AVR Dragon using AVR

This instructable will show you how to easily modify a readily available plastic case to hold and protect your AVR Dragon PCB. Atmel promotes their AVR Dragon as a low cost development product tool for use with their AVR microcrontollers. While the product does come in a fancy red cardboard box, unlike all the other

A protective case for the Atmel AVR Dragon using AVR Read More »

16-key Keypad Decoding with an AVR MCU

This instructable will show you how to interface a 16-key keypad to your AVR microcontroller and read the key when a key is pressed. I’ll introduce the keypad first, then the 74HC922 16-key decoder IC as a pin-saving mechanism, then finally how to take the data and massage it so that you get the correct

16-key Keypad Decoding with an AVR MCU Read More »

Scroll to Top