The Atmel AVR Atmega32 is a low power CMOS based microcontroller chip manufactured on the AVR advanced RISC architecture. It is featured for carrying out technologically powerful instructions within each […]
Arduino Projects
Microcontroller Basics Explored
One thing is great about microcontroller ICs, these are available almost in all parts of the globe and electronic retailers. Introduction Fundamentally microcontroller devices are popularly used in applications involving […]
Fading an LED ON/OFF – Arduino Basics
In this post I have explained a basic Arduino function where I have explained the process of fading an LED ON/OFF through some basic code implementations. Creating a Fading Effect […]
Converting Analogue to Digital (Analogue Read Serial) – Arduino Basics
In this Arduino basics I have explained the code implementation procedure wherein an external analogue signal is fed to the Arduino analogue input and translated or converted into a correspondingly […]
Monitoring State of a Switch (Digital Read Serial) – Arduino Basics
This Arduino basics discusses the method of implementing a code through which the ON or OFF state of an external push-button could be read or monitored within the Arduino. Digital Read Serial Here I have […]
Blinking an LED with Delay – Arduino Basics
Here I have explained the bare minimum code for compiling an Arduino and also the method of blinking an LED using an Arduino board. Learning the Bare Basics Here we […]