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...
hello guys, I have a problem in the fuse low byte configuration, i already lock my avr when i was configuring it, actually my programmer programs the avr fuse...
Sorry Forgot to attach the snap Hello guys, I have a problem in the fuse low byte configuration, i already lock my avr when i was configuring it, actually my...
hi everybody i am basically new to AVR and have just started using ATmega8. I have been using the 1 Mhz internal RC clock for my projects. I would like to use...
Dear : ENG hossam to learn pic u can use the compiler mikro C ,it is easy to use http://www.mikroe.com/zip/mikroc/mikroc_8200_setup.zip u can download...
hi find the attachment. i think its very useful for u. its having a basic pic controller programming details Thanks & Regards.. K.Manikandan Software...
you need to have an external crystal oscillator of 8 MHz connected to pin 8 and 9 of Atmega8. you also have to connect both pins of osc to ground through 2...
 Hi,     Can you tell me which avr you are using. Regards Muhammad Sadiq Asgher Hi, Can you tell me which avr you are using. Regards Muhammad Sadiq...
Hello everybody, i m preparing a project autonomous robocar using avr & its position control by awireless remote here i need 2 give 2 yams of position(x,y) of...
hi meena if u kno 8051, u can learn any controller.... so clr the basics,,,thats it... still u can follow the 18f or 16f or wateve datasheet along with the...
hi everyone i have an avr16 with only 3external interrupts and i wish to interface it with two quadrature encoders which requires 4 external encoders. is there...
hi everyone...... i have to design the line following robot for my final year project.... i need help..... i also a beginner in line following robot.... so who...
Hey guys. Does anybody know of a command line tool for generatig WinAVR Makefiles? (I've seen MFile but it's a TCL Script with Tk Gui deployment, I want to be...
Dear all, I have written a perl script for the generation of WinAVR Makefile, in case any of you would like to use an external IDE, other than AVRStudio. It is...
Hi. Just uncheck the CKOPT fuse bit, also use this configuration 0100 for CKSEL3:1 and SUT1:0 as 10 and leave all the bits of Fuse low Byte unchecked. Note: ...
Hi. Just uncheck the CKOPT fuse bit, also use this configuration 0100 for CKSEL3:1 and SUT1:0 as 10 and leave all the bits of Fuse low Byte unchecked. Note: ...
Dear all, If anybody has worked with accelerometers with sensitivity around 2g and has sensor readings in digital format, please send them to me. Thank you. ...
what kind of language do you use? assembly or high level...? try use C or BASIC for high level language, it's really easy to solve your problems... ... -- ...
actually i plan to used c languange......so can help and give the example for line following code using c language.........or the webside that show about the...
Hi I have written couple of function that I want to modularized and manage in my main program . I am using AVR Studio and Winavr C complier . Any idea how...