The post discusses a basic Arduino function where we learn the process of fading an LED ON/OFF through some basic code implementations. Creating a Fading Effect We see how to […]
Converting Analogue to Digital (Analogue Read Serial) – Arduino Basics
In this Arduino basics we try to understand the code implementation procedure wherein an external analogue signal is fed to the Arduino analogue input and translated or converted into a […]
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 we learn […]
Blinking an LED with Delay – Arduino Basics
Here we learn 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 discus […]
PIC Tutorial- From Registers to Interrupts
Before getting into the minute details of PIC programming, it would be first important to learn a few good programming methods. Understanding Registers To begin with suppose you type a […]