AVR Archives - electroSome https://electrosome.com/tag/avr/ You Inspire.....We Create..... Fri, 27 Mar 2020 13:34:33 +0000 en-US hourly 1 https://wordpress.org/?v=6.1.1 What is a Microcontroller ? https://electrosome.com/microcontroller/ https://electrosome.com/microcontroller/#respond Fri, 27 Mar 2020 12:01:37 +0000 https://electrosome.com/?p=16064 A microcontroller is an integrated circuit (IC) which is small, low cost and self contained computer designed to handle a specific task in embedded systems. In simple words, a microcontroller (MCU or Microcontroller Unit) is a small computer integrated in to a single chip. We can also explain it as programmable silicon chip which is […]

The post What is a Microcontroller ? appeared first on electroSome.

]]>
https://electrosome.com/microcontroller/feed/ 0
Interfacing DC Motor with Atmega32 Microcontroller https://electrosome.com/interfacing-dc-motor-atmega32-l293d/ https://electrosome.com/interfacing-dc-motor-atmega32-l293d/#respond Fri, 24 May 2013 14:01:20 +0000 https://electrosome.com/?p=6419 In some of your electronic projects you may want to control a DC Motor with Atmega32 Microcontroller. We can’t connect a DC Motor directly to a microcontroller due to following reasons. A microcontroller can’t supply the current required for the working of DC Motor. ATmega32 Microcontroller can source or sink currents up to 40mA but a DC Motor needs […]

The post Interfacing DC Motor with Atmega32 Microcontroller appeared first on electroSome.

]]>
https://electrosome.com/interfacing-dc-motor-atmega32-l293d/feed/ 0
Interfacing LCD with Atmega32 Microcontroller using Atmel Studio https://electrosome.com/interfacing-lcd-atmega32-microcontroller-atmel-studio/ https://electrosome.com/interfacing-lcd-atmega32-microcontroller-atmel-studio/#comments Mon, 20 May 2013 15:56:13 +0000 https://electrosome.com/?p=6105 As we all know LCD (Liquid Crystal Display) is an electronic display which is commonly used nowadays in applications such as calculators, laptops, tablets, mobile phones etc. 16×2 character LCD module is a very basic module which is commonly used by electronic hobbyists and is used in many electronic devices and project. It can display 2 lines […]

The post Interfacing LCD with Atmega32 Microcontroller using Atmel Studio appeared first on electroSome.

]]>
https://electrosome.com/interfacing-lcd-atmega32-microcontroller-atmel-studio/feed/ 75
Using Push Button Switch with Atmega32 and Atmel Studio https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/ https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments Sun, 12 May 2013 20:13:59 +0000 https://electrosome.com/?p=6016 This tutorial is meant for beginners in the field of Atmel AVR programming. I hope that you already read my first tutorial Blinking LED using Atmega32 and Atmel Studio. In most of the embedded electronic projects you may want to use a push button switch to give user inputs to the microcontroller. To use a […]

The post Using Push Button Switch with Atmega32 and Atmel Studio appeared first on electroSome.

]]>
https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/feed/ 36
Blinking LED using Atmega32 Microcontroller and Atmel Studio https://electrosome.com/blinking-led-atmega32-avr-microcontroller/ https://electrosome.com/blinking-led-atmega32-avr-microcontroller/#comments Wed, 08 May 2013 12:32:34 +0000 https://electrosome.com/?p=5704 Similar to printing ‘Hello World’ in C or C++, the very first step towards programming a microcontroller is Blinking a LED with a delay. Atmega32 is a very popular high performance 8 bit AVR Microcontroller. For this example project we need to use two registers DDR and PORT. DDR stands for Data Direction Register, it […]

The post Blinking LED using Atmega32 Microcontroller and Atmel Studio appeared first on electroSome.

]]>
https://electrosome.com/blinking-led-atmega32-avr-microcontroller/feed/ 18