output

Digital input output

Handling the Digital Input Output in AVR Micro Controllers Using Atmega

I have already discussed about a few chapters necessary to get into AVR programming. Now this is the first article that deals with programming.  Let us start with the basics. Digital input output (I/O) is the basic feature supported by  AVR micro controller. To facilitate digital input output, three registers are associated with each port of …

Handling the Digital Input Output in AVR Micro Controllers Using Atmega Read More »

INFRA-RED-REMOTE-CONTROLLED-ROBOCAR-USING-AVR-ATMEGA32-MCU

INFRA RED REMOTE CONTROLLED ROBOCAR USING AVR (ATMEGA32) MCU

    The present PROJECT describes a design and implementation of an infrared (IR) remote controlled RoboCar which can be used for various automated unmanned control applications. I have designed remote controlled RoboCar(left-right/front-back motion). The entire system is based on microcontroller (Atmega32) that makes the control system smarter and easy to modify for other applications. …

INFRA RED REMOTE CONTROLLED ROBOCAR USING AVR (ATMEGA32) MCU Read More »

USBasp-programmer-for-AVR-microcontrollers

Getting Started with Atmel Studio

Atmel, AVR microcontrollers (MCUs) are very easy to use. All AVR microcontrollers require Integrated Development Environment(IDE) such as Atmel Studio. Using this IDE, we can create, compile, and debug programs on all AVR microcontrollers.   Atmel Studio is available free of charge. To download and install the latest Atmel studio use this link. Note: There are possibly …

Getting Started with Atmel Studio Read More »