i'm a beginner .i 'm facing a problem in interfacing AVR .i;m using WINAVR for microcontroller programming .After making .exe file when i want to program...
it happens often. please check coonection and groung of ur programing device and power supply sud be same. also check for ur avr chip wether it is faulty or...
... EXE file? i think BIN or HEX file... after compilation using WINAVR, it make BIN or HEX file and you can download this HEX/BIN file into AVR ... to...
Could any one help me to control the Phase of 50Hz AC line I mean, like a phase control by DIAC and TRIAC ckt, where RC time constant is used for control the...
Hello sartaj mohammed, Welcome to our group. Faulty wireing is not always the case of lack of communication between the pc and target microcontroller. Double...
1)which .exe r u taking about...u have to compile a .hex and .eep 2)you could not have powered ur atmega...make sure ground connections r common from Atemega...
Am using a servo for the 1st time and need help for same. The exact problem is dat i hv studied frm datasheets and few online tutorials but there is a...
I myself am fairly new to servo motors. And here is what i can say to you. controlling a servo can be achieved by varying the duty cycle of the pwm. for servo...
well as of now i browsed through the atmega 32 datasheets over and over and for controlling even i hv fair idea dat "ideally" 1 ms for right 2 ms left and 1.5...
Hello Rick. Did you also remember to adjust the project settings to atmega644. And the target device argument when you run avrdude ? :) Kind regards, Mihai...
Hello. See my project involving a LM32 and Display: http://www.mihaigalos.ro/work/Embedded/Advanced/temp2lcd/readOn.html Kind regards, Mihai Galos. ... ...
hi everybody, i am anirudh and i am recently in to robotics . i made a bsd programmer.but the problem is i don't have a desktop for parallel port. so i brought...
u shoud have the proper drivers for ur parallel port. make all does not means adding the programs into the chip. there is another option called program in...
u should have done more research b4 getting urself an USB Parallel cable... they r very less known to work correctly!!! try a parallel port PCI card.. set the...
hi dear the usb to parallel converter is designed for printer. and it needs a printer driver for printer to work. and every programer has some data transfer...
 hi friends ..can anybody send me simple adc program . i m using mega32 actually i have written a program but its not working dont know y?? trying to check...
... usb to parrallal converter do'nt work with programmer;only with printer( and not all) because programmer use "bit mode" of parallal port which is not ...
I am new to avr and want to know the use of pwm in motor control please give a sample code in c. Please tell me wont it be enough to control the ports for a...
Hello Naveen. If you want, check out my project on shifting the brightness of a led: http://www.mihaigalos.ro/work/Embedded/Simple/DimmLed/readOn.html ... ...
Dear all, I'm in a project in which I'll need to interface with an external H/W device. I need to get interrupt from this external H/W through the parallel ...
dear interfacing with parallel port is not a dificult job, it need some understanding, i have done some project on this topic, for data acqsition and control. ...
heylo every1 i was trying to make a line follower robot... but problemssssss... i have connected the inputs to portc and output to portb. Â and made the...