LED Projects

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. It enables

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

Using a Quadrature Encoder With an ATtiny 2313 and an OLED Display

Using a Quadrature Encoder With an ATtiny 2313 and an OLED Display

In this instructable you’ll learn how to use a rotary encoder (see http://en.wikipedia.org/wiki/Rotary_encoder ) with a microcontroller and how to display the numeric value as a bar and a numeric value on an OLED display. See the video below for the project in action. The right upper corner of the OLED display shows a small

Using a Quadrature Encoder With an ATtiny 2313 and an OLED Display Read More »

Writing Program and Compile the Hex File Using the Atmel Studio

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program.

In this case we will create simple program in C code and burn it into the memory of the microcontroller. We will write our own program and compile the hex file, using the Atmel Studio as the integrated development platform. We will configure fuse bits and upload hex file into the memory of the AVR ATMega328P microcontroller, using our

AVR Microcontroller Fuse Bits Configuration. Creating and Uploading in the Flash Memory of Microcontroller the LED Blinking Program. Read More »

Step 1 Writing and Building AVR Microcontroller Application in C Code Using the Integrated Development Platform Atmel Studio 7

AVR Microcontroller. Toggle LED’s Using a Push Button Switch. Push Button Debouncing.

In this section, we will learn How to make program C code for ATMega328PU to toggle the status of the three LED’s according to the input from a button switch. Also, we have explored a solutions to the problem of is ‘Switch Bounce‘. As usually, we will assemble the electrical circuit on base of the

AVR Microcontroller. Toggle LED’s Using a Push Button Switch. Push Button Debouncing. Read More »

Scroll to Top