avr-microcontroller

Web based AVR Interface

Web-based AVR Interface

Introduction To align with the current trend of incorporating networking capabilities into everyday devices, our project incorporates a webpage interface for the Atmel AVR microcontroller. Initially, one of our main objectives was to develop a low-level network interface for the Atmel device, which involved controlling an ISA network card (as seen in the eAVR Project) […]

Web-based AVR Interface 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 »

Guia para programar uC AVR – Dark Side Electronics using AVR microcontroller

La forma más sencilla y rápida de programar un micro-controlador (uC) de la familia AVR, usando el programador USBasp, es utilizado el programa eXtreme Burner – AVR de Extreme Electronics. En esta guía te detallaremos como programar tu propio uC. Para esto necesitarás lo siguiente: – Programador USBasp – Driver de fischl.de/usbasp (solo Windows) – eXtreme Burner

Guia para programar uC AVR – Dark Side Electronics using AVR microcontroller Read More »

Real Time Clock PCF8583 Using AVR microcontroller

Real Time Clock PCF8583 Using AVR microcontroller

Description The PCF8583 is a clock/calendar circuit based on a 2048-bit static CMOS RAM organized as 256 words by 8 bits. Addresses and data are transferred serially via the two-line bidirectional I2C-bus. The built-in word address register is incremented automatically after each written or read data byte. Address pin A0 is used for programming the

Real Time Clock PCF8583 Using AVR microcontroller Read More »

LCD Thermometer TCN77 Using AVR Microcontroller

Description The TC77 is a digital temperature sensor with a Serial Peripheral Interface. Temperature data is converted from the internal thermal sensing element and made available at anytime as a 13-bit two’s compliment digital word. Communication with the TC77 is accomplished via a SPI and MICROWIRE compatible interface. It has a 12-bit plus sign temperature

LCD Thermometer TCN77 Using AVR Microcontroller Read More »

Scroll to Top