Electronics The King of Hobbies!
Pages
(Move to ...)
HOME
VIDEO CHANNEL
CODE REPO
FEATURED IN HACKADAY (15)
ABOUT ME
▼
Implementing Discrete Fourier Transform in Atmega32 to make an audio spectrum analyzer
›
"All waveforms, no matter what you scribble or observe in the universe, are actually just the sum of simple sinusoids of differ...
66 comments:
Generating AUDIO ECHO using Atmega32 microcontroller
›
(video demo of echo generation using atmega32) Introduction: Hi, While I was studying at 10th standard, I used to play with small e...
44 comments:
An attempt to mount an SD/MMC connected at parallel port of PC (a linux device driver)
›
Introduction : Hi, for the last few days, I was engaged on a mad project, ie I was trying to access as SD card directly via parallel por...
9 comments:
Running PYTHON (pymite-09) on an Arduino MEGA 2560
›
Hi, I got a new toy from farnell. It is an Arduino mega 2560 board . in.element14.com/atmel Now it is the first time I am ...
11 comments:
Drawing geometric figures on a PAL TV using ATmega32 (128x64 resolution)
›
Photos of my TV screen: Introduction: I am interested to draw lines, square, rectangle, circle etc on my TV screen. At first I wa...
69 comments:
AVR based monochrome signal generation for a PAL TV
›
Introduction: I have learned some thing about TV in one of my B.tech semester but I forgot most of them. Now I refreshed a few basi...
8 comments:
An attempt to show grayscale images on an LED dot matrix display with software PWM
›
Introduction: This is just a time pass hobby project, I am trying to display some pictures (JPEG/PNG/BMP etc) on my 8x8 led dotmatrix...
5 comments:
Multitasking in AVR (A demo to run 7 tasks on an atmega32)
›
Hi, Here I am introducing a simple task switching on an AVR as a demo... I did this just to get familiarized with the AVR assembly langua...
6 comments:
TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32
›
(updated the complete source code + makefile + hex + asm + .out files on bitbucket repository) link is provided below the source co...
51 comments:
LINUX DEVICE DRIVER FOR A 16x2 LCD MODULE CONNECTED AT PARALLEL PORT
›
This is a small parallel port char driver for printing text on a 16x2 lcd module connected at parallel port of a PC. I did this as a part of...
13 comments:
My own AVR ISP programmer using PIC16f877a and python!
›
Introduction: (don't skip to read the note below) I recently purchased few AVR microcontrollers. I don't know much about AVR sin...
44 comments:
Python maps mouse movements to an led matrix display controlled by a PIC
›
Introduction: This is a small "toy paint" on an LED dot matrix display which is controlled by a mouse connected to a PC... We ha...
6 comments:
MULTITASKING IN MSP430
›
Task switching is one of the main function of an operating system. We could 'feel' a computer is doing multiple tasks at a time. The...
1 comment:
DS89C430 development with linux (SDCC compiler and pyserial based hex loader )
›
I got an 8051 mini board containing DS89C430 mcu from a junk.. Then I started collecting some information about it's development in linu...
3 comments:
Bulk file name encoder using python
›
Python is really an interesting and user friendly scripting language. It is easy to write codes in python compared to C and some other high...
3 comments:
MSP430 assembly language programs
›
I got a simple and user friendly msp430 assembler for linux. It is the "naken430asm", developed by Michael Khon. It is free to ...
5 comments:
C and corresponding Assembly (MSP430G2231)
›
Microcontroller programming become much simple if we use high level language like C. But it doesn't means that we could ignore the as...
MSP430 launchpad development with linux
›
1 comment:
MMC WAV PLAYER USING PIC16F877A
›
Video of my PIC16F877A based MMC wav player ( video updated on 06/09/2011 ( improved audio quality ) ) : Later i tried to access...
14 comments:
Python-Basic Operators
›
Python language supports following type of operations: [ Arithematic , Comparison , Logical , Assignment , Conditional ] Arithematic...
1 comment:
‹
›
Home
View web version