Assembly

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 »

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 »

Barker Code-Locked Loop Synchronous Demodulator using ATtiny2313 microcontroller

A simple, low component count phase locked loop that locks onto and detects the amplitude of an incoming baseband 7 bit Barker code using a switched resistor demodulator that is driven directly by a microcontroller’s output pins. Balanced modulators using resistors and a microcontroller’s output pins. Locking into oncoming Pseudo-noise (PN) stream. Microcontroller modulates its

Barker Code-Locked Loop Synchronous Demodulator using ATtiny2313 microcontroller Read More »

BUILD A SIMPLE SERIAL PROGRAMMER FOR AVR DEVICES using ATtiny2313 Microcontroller

Atmel described a simple programmer based on the AT90S1200 (NOT the AT90S1200A) controller in their application note. AVR910 (a modification to use the AT90S2313 is also given below). The circuit is so small and simple. I was able to put two of them together without using a printed circuit board. Taking only about an hour

BUILD A SIMPLE SERIAL PROGRAMMER FOR AVR DEVICES using ATtiny2313 Microcontroller Read More »

Arduino VGA via Interrupts using AVR Microcontroller

Arduino VGA via Interrupts using AVR Microcontroller

Part 1: Introduction For some people, interrupts are a mystical thing that they think they will never understand. To that I say non-sense! And to that effect and to help us also better understand VGA, let’s see if we can’t output some basic VGA signals like we’ve done before, but this time using some interrupts!

Arduino VGA via Interrupts using AVR Microcontroller Read More »

How to drive 595 shift registers with AVR hardware SPI using ATmega168 microcontroller

Driving a shift register using an AVR chip’s built-in hardware is really quite easy. Most of their offerings have an SPI module, or Serial Peripheral Interface. A shift register is exactly that, a peripheral device that communicates via a serial line. All we need to do is hook up our connections and use a few

How to drive 595 shift registers with AVR hardware SPI using ATmega168 microcontroller Read More »

3 channel 8 bit EEPROM DAC with DS interface using ATtiny12 microcontroller

3 channel, 8 bit EEPROM DAC with DS interface using ATtiny12 microcontroller

Low power. EEPROM memory for autonomous operation, 16 bytes available for general purpose use. Low cost. This device provides three channels of 8 bit pulse-width modulation. Output pulse duty cycle ranges from 0 to 255/256 in 255 steps. DACs may be loaded by the DS interface. DAC values may also be copied into the on-chip

3 channel, 8 bit EEPROM DAC with DS interface using ATtiny12 microcontroller Read More »

DS interface test tool using ATtiny2313 microcontroller

The DS protocol was designed to provide firmware-based bidirectional host-to-slave inter processor communications for situations in which no hardware solution is available and the host and/or the slave in incapable of tending the interface in real time. The only specialized hardware required is two bidirectional I/O ports on each chip (alternatively two input ports and

DS interface test tool using ATtiny2313 microcontroller Read More »

Scroll to Top