Microcontroller

Working with External Interrupts in AVR micro controller

Working with External Interrupts in AVR micro controller

Introduction to Interrupts Although micro controllers can accept inputs from Digital I/O Ports,interrupts are preferred for accepting inputs generated by external events. This is mainly because of the less attention required for an interrupt based program. An Interrupt Event directs the flow of program execution to a totally independent piece of code, known as “Interrupt […]

Working with External Interrupts in AVR micro controller Read More »

wifi microcontroller

wifi Interfacing with microcontroller: Wifi is a popular technology that allows an electronic device to exchange data wirelessly (using radio waves) over a computer network, including high-speed Internet connections. The Wi-Fi Alliance defines Wi-Fi as any “wireless local area network (WLAN) products that are based on (IEEE) 802.11 standards”. However, since most modern WLANs are

wifi microcontroller Read More »

Scroll to Top