Technology and Development
How to interface the keyboard with the AVR micr...
Keyboard is the most widely used input device to provide information from the external world to the microcontroller. The keyboard makes the application more interactive for users. The conc...
How to interface the keyboard with the AVR micr...
Keyboard is the most widely used input device to provide information from the external world to the microcontroller. The keyboard makes the application more interactive for users. The conc...
How to interface the LED with the AVR microcont...
ATmega16 has 32 I/O pins for communicating with external devices. Before interfacing with external devices, these pins must be configured as input or output pins. It's...
How to interface the LED with the AVR microcont...
ATmega16 has 32 I/O pins for communicating with external devices. Before interfacing with external devices, these pins must be configured as input or output pins. It's...
How to interface the servo motor with the AVR m...
Servo Motors find great applications in industries in the area of automation, control and robotics. Servo motors are well known for their precise control and work on the principle of...
How to interface the servo motor with the AVR m...
Servo Motors find great applications in industries in the area of automation, control and robotics. Servo motors are well known for their precise control and work on the principle of...
How to make ADC0831 serial interface with AVR m...
ADC is an electronic device that converts analog signals into digital numbers proportional to the magnitude of the voltage. ADC chips like ADC0804, ADC0809 etc. provide 8-bit digital output....
How to make ADC0831 serial interface with AVR m...
ADC is an electronic device that converts analog signals into digital numbers proportional to the magnitude of the voltage. ADC chips like ADC0804, ADC0809 etc. provide 8-bit digital output....
How to use SPM to load applications from EEPROM...
In any microcontroller, Boot-Loader is the first code executed before the application code. The main function of the Boot-Loader is to load the application code into the computer's flash memory...
How to use SPM to load applications from EEPROM...
In any microcontroller, Boot-Loader is the first code executed before the application code. The main function of the Boot-Loader is to load the application code into the computer's flash memory...
How to use SPM for Flash to Flash programming –...
Self-Programming Mode (SPM) is a feature that allows a microcontroller to program its own flash memory. Using SPM, a microcontroller can program itself with an SPM code. SPM is co...
How to use SPM for Flash to Flash programming –...
Self-Programming Mode (SPM) is a feature that allows a microcontroller to program its own flash memory. Using SPM, a microcontroller can program itself with an SPM code. SPM is co...