hi, i am a new member of this group. i need some help regarding my project which involves making of a robot controlled by a pc which can do simple jobs like...
hi friends, Get ready to face the challenge of a lifetime-the place where the highest intellects meet to compete in all new and innovative events. A must for...
Hi! in winavr when i click "MAKE ALL" after building the make file, it is giving as make.exe: *** No rule to make target `L293D1.CPP', needed by `L293D1.elf'....
Hi grp, i downloaded the book "parallel port 1" from this grp and it was extrememly useful. thx to the author... along with that book i had a c program by the...
mostly u rename the file to .c see the makefile given in avrbook.rar and use it Bibin John www.booksbybibin.tk mailmurali_robo <mailmurali_robo@...>...
That library is made by me. You should put tht bparlib.c file in the same directory of your c program, not in the default library file. For Turbo C put tht...
i am using atmega8515 .though i have saved the as .c i.e l293d.c, in the make file it is cppsrc=$(target).cpp but it should have been src=$(target).c..... as...
Assalamo Allykum ! I have the only option that I can use only AT89C51. I can't use other microcontrollers. Please send me the useful links and the sites about...
u try a sample program from the book avrbook.rar, then you use the same makefile and just change the src and mcu name and try put your doubts in my forum ...
Zeeshan At the moment I am doing a one Master, three slaves project with RS485. 75176 on the serial bus. One line to switch from receiving to transmitting. It...
when u explain something, explain in detail. which version of WinAVR u take one program from the sample program and make. First u do this and tell wht is...
u can add signal digital and analog way. For digital add/sub/mul/div, go for a microcontroller. Convert analog signal to digital using ADC and do processing...
friends i am working for a line following bot.for the sensor part i am relying on TSOP+IR combination,but it seems to work sometime and not other,it seems very...
Hello groupmates! i'm currently working on dc motor speed control with ATMEGA128. my problem now is how to develop and implement C code to change/set PWM duty...
hi!i'm about to running my final yr prjct which i should applied transceiver using single uC rather than use 2 different uC for transmitter & receiver.but what...
hello friends , do anybody hav a C code for interrupt for mega series of mcu? i just need the outlook of it how to initiate it and how to write sub- routines...
There is no standardised Interrupt Service Routine.. it's implementation is compiler dependent. Specify the compiler You intend to use. Nikhil Chandra...
Google from AVR_UIP It is an ethernet controller with a Atmega and it uses an interrupt. Futhermore, on the site www.edtp.com also an ethernetcontroller with...
em okay right now im using 2 different programming for transmitter and receiver using two different uC. but i would like to use transceiver so that i only use...
Assalamo Allykum ! I am working on a project in which I required two UARTs. I am working on the Master Slave Project... I will connect one UART to the all...