medium

Drawing geometric figures on a PAL TV using ATmega32 (128×64 resolution)

Introduction: I am interested to draw lines, square, rectangle, circle etc on my TV screen. At first I was confused where to start. While thinking about it, a pencil and an eraser came to my mind. If we have a good pencil, eraser and a paper, then we can draw on it according to our […]

Drawing geometric figures on a PAL TV using ATmega32 (128×64 resolution) Read More »

Running PYTHON pymite 09 on an Arduino MEGA 2560 using atmega16 micrcontroller

Running PYTHON (pymite-09) on an Arduino MEGA 2560 using atmega16 micrcontroller

Now it is the first time I am using an arduino board. Arduino mega 2560 is really a great product. The chip got a flash of 256KB, RAM of 8KB and EEPROM of 4KB. Also, the data sheet of Atmega2560 says that we can extend the RAM (by external) upto 64KB. Another most important feature

Running PYTHON (pymite-09) on an Arduino MEGA 2560 using atmega16 micrcontroller Read More »

Generating AUDIO ECHO using Atmega32 microcontroller

Generating AUDIO ECHO using Atmega32 microcontroller

Introduction: But now I can do this very easily by a simple digital signal processing using a microcontroller. It’s concept is very simple, ie we need to apply a proper delayed feedback in digital samples with in a circular buffer. I did this using an atmega32 microcontroller and it worked fine. This is simple but

Generating AUDIO ECHO using Atmega32 microcontroller Read More »

Scroll to Top