Hi I'm new to programming avrs and have a question : I have to write a command in C to set a certain bit of PORT C of an AVR MICROCONTROLLER to 1, leaving...
Dear ssteffi, you can do this as so: DDRC = 0xFF; PORTC = 0b00000001 // put pin 0 into high state. In embedded,it is generally preferred to work with bits...
you can by front line programmer for ATMega32. It will be arround Rs.3000/- .you can search Front line programer address throgh google or EFY magazine...
... At some point you will require the bitwise operators or will need to set the PORTC bit directly. This is how AVR-C associates the PORTC variable with the...
Hey guys, Anybody know of any better ide for winavr than AVRStudio? It's driving me nuts as it cannot go to simbol definitions .. Kind regards, Mihai GALOS...
Dear Mihai, I have another q: I have to read a 4 bit binary input from PORTB of an ATMEGA48p I am instructed to set DDRB = 0x00 and PORTB = 0x00 (this i am...
Hye, i want to know what is your suggestion on microcontroller that have ADC including have port to connect to pc through RS232? is ATmega88 powerful enough to...
To read values from a port, just declare the data direction as input (1= output, 0= input) and access data directly by reading PINCn, where n is the pin...
Define powerful enough.. If you need a lot of floating-point, memory access and complex instruction set, use an intel atom processor and external ram. If you ...
Try the basic one, Atmega8.It has all that you need ... From: MUSTAFFA KAMAL BIN HARUN <magnesium_3@...> Subject: [booksbybibin,www.booksbybibin.tk]...
Hi i am new on Microcontrollers and i just wanted to know if I can programm with C using avr sutdio4. And if you can recommend a beginners guide websiter or...
you can also use atmega 16.it can communicate with serial port and hav ADC features that can control tmp sensor LM135. On Tue, Oct 21, 2008 at 5:38 AM, nitin...
can u provide me some information how to develop an ic tester by interfacing a computer .There was a program related to it but i was not able to understand.plz...
dear all! can any1 help me in using atmega128 regarding serial communication at higher data rates like 1mbps or so. kindly share experience if any1 hav... ...
Hello everyone. I am designing a wireless remote control robot. The goal of the project is to send a wireless signal to a robot which will intern give...
Separate PS are not a bad idea. RF for sure is going to send some interferance. I would suggest a metal shield over the rf part. Inductor and capacitor should...
better to use lp2950 for low power requirement like for wireless module.same can be shared with microcontroller if they hav low power requirement ... -- ...
the first thing you should do is to separate the motor supply.It will consume a lot of power.When i was designing the same but using 434 MHz rf modules...