top of page
Search


Arduino I2C
Introduction to I2C I2C (Inter-Integrated Circuit) is a serial bus interface connection protocol. It is also called a TWI (two wire...
Â
Â


Watchdog Timer in Arduino
The Arduino UNO board has ATmega328P chip as its controlling unit. The ATmega328P has a Watchdog Timer which is a useful feature to help...
Â
Â


PWM in Arduino
Introduction to PWM Pulse Width Modulation (PWM)Â is a technique by which width of a pulse is varied while keeping the frequency of the...
Â
Â


ADC in Arduino
Introduction to ADC When we interface sensors to the microcontroller, the output of the sensor many of the times is analog in nature. But...
Â
Â


USART in Arduino Uno
What is USART? USART (Universal Serial Asynchronous Receiver Transmitter) is a serial communication protocol used to transmit/receive...
Â
Â


Digital GPIO of Arduino
Introduction to GPIO General-Purpose Input Output (GPIO) is a digital pin of an IC. It can be used as input or output for interfacing...
Â
Â


Arduino UNO R3 Board
The Arduino UNO board is one of the most popular Arduino boards and is a good starting point if it is your first Arduino. The Arduino UNO...
Â
Â


Using Arduino IDE
The Arduino IDE is very simple and easy to use. Let’s see how to use it with the help of the Blink example that comes in the Built-In...
Â
Â


Getting Started With Arduino Board
A wide range of boards are manufactured by Arduino. These have different sizes, different microcontrollers, and different processing...
Â
Â


Introduction to Arduino
What is Arduino? Arduino platform offers open source hardware and software that is easy to use and is used widely for hobby projects and...
Â
Â
bottom of page