Arduino just announced its first certification program in Arduino Fundamentals. With the help of this certificate, get official recognition for…
Arduino has just launched the Arduino MKR WAN 1310 Development board. This board offers LoRa connectivity, more Flash memory and…
The Arduino hardware has built-in support for serial communication on pins 0 and 1. The native serial support happens via…
What is Arduino UNO WiFi board? Arduino UNO WiFi Rev2 is powered by brand new 8-bitĀ ATMEGA4809. The board contains 14…
What is the Arduino Nano Board? Arduino Nano Board is an open-source microcontroller board based on ATmega328p chip. It offers…
Learn using I2C in Arduino. I2C (Inter-Integrated Circuit) is a serial protocol for a two-wire interface to connect to low-speed…
Learn using SPI in Arduino. SPI (Serial Peripheral Interface), establishes communication between multiple peripheral devices or microcontrollers. The SPI interface…
Learn using EEPROM in Arduino to store data. Electronically Erasable and Programmable ROM (EEPROM) is a type of ROM used…
Learn interfacing servo motor with Arduino. Servo motors have a great feature as they can turn to the desired position.…
Pulse Width Modulation, or PWM, is a technique for getting analog results with digital means. It creates the square waves…