Programming using AVR Studio AVR studio is an Integrated Development Environment (IDE) developed by ATMEL for developing different embedded applications based on…
embedded c
-
-
Pulse Width Modulation in AVR Microcontroller Pulse Width Modulation (PWM) is a square wave with varying low and high amplitude signal. A…
-
AVR Registers AVR is 8 bit microcontroller therefore all its ports are 8 bit wide. Every port has 3 registers associated with…
-
AVR UART/Serial Communication In AVR microcontroller, the following sets of registers are used for communicate over UART: UCSRA: In this registers flags…
-
Serial Peripheral Interface (SPI) in AVR Microcontroller AVR microcontroller support wired communication protocols. Most of the microcontroller comes with internal modules that…
-
Embedded Systems Tutorial Embedded Systems tutorial provides basic and advanced concepts of Embedded System. Our Embedded System tutorial is designed for beginners…
-
Embedded System I/O Programming In 8051 Microcontroller, I/O operations are performed by using four ports and 40 pins. I/O operation port uses…
-
Microprocessor A central processing unit built into a single VLSI chip is called a microprocessor. It is a general purpose device and…
-
Interrupts in 8051 Microcontroller It is a sub-routine calls that given by the microcontroller when some other program with high priority is…
-
Keypad Programming Using 8051 Microcontroller Keypad is an analog switching device which is generally available in matrix structure. It is used in…