
Arduino Tutorials


Interfacing digital capacitive touch switch module with evive
In this tutorial we will interface digital capacitive touch switch module with evive and we will display whether sensor is touched or not on TFT display
Interfacing GY-521 module with evive
In this tutorial we will interface the GY-521 module with evive. The GY-521 module contains a 3-axis accelerometer, a 3-axis gyroscope, a temperature sensor, and a digital motion processor. We will display the value of each sensor on the serial monitor.
Interfacing 28-BYJ48 Unipolar stepper motor with evive
In this tutorial we will interface 28-BYJ48 Unipolar stepper motor with evive and we will rotate stepper motor in clockwise and counter-clockwise direction
Interface temperature sensor(LM35) with evive
This tutorial discusses how we can interface LM-35 temperature sensor with evive and display the data on the evive tft display .LET'S BEGIN....
How to interface raindrop sensor with evive?
This tutorial discusses how to interface raindrop sensor, its working and how to interpret the output data?All the answers are given in this tutorial.LET'S EXPLORE....
How to interface Water Flow sensor with evive
In this tutorial, we will discuss how to interface water flow sensor with evive. How water flow rate, current water flowing and output water changes? The water flow rate in liters per hour, current water flowing and output water flowing data flowed since starting is displayed on the screen. All the answers are given in this tutorial.LET'S BEGIN...
Hex Keyboard Interfacing with evive
This tutorial describes how to interface 4X3 Hex keypad with evive
How to interface LDR sensor with evive ?
The tutorial will shows how to interface ldr sensor with evive and controlling the led state using the sensor.How does ldr sensor works? How to control lights using ldr sensor? All the answers are given in this tutorial.Let's begin...
Interfacing Fingerprint Sensor (R307) with evive – Fingerprint Matching
This tutorial will show how to matching fingerprint on the Fingerprint Sensor and displaying the process on evive TFT screen.
Interfacing Fingerprint Sensor R307 with evive – Enrolling Fingerprints
This tutorial will show you how to enroll a fingerprint in Fingerprint R307 Sensor and displaying the process on evive TFT screen.
Interfacing RGB LED module with evive
In this tutorial we will interface KY-009 RGB module with evive and we will produce red ,green and blue color using single led
Making Digital clock using “TM1637 4-digit display”
In this tutorial we will be making digital clock using "TM1637 4-digit display" and "RTC PCF8563" , we will also use slid switch and two potentiometer to set timing and we will display hours and minutes obtained from "RTC PCF8563" on "TM1637" 4 digit display
Interfacing MQ-4 Gas sensor with evive
In this tutorial we will interface MQ-4 Gas sensor module with evive and if Gas concentration exceed specific concentration we will glow led
Interfacing 2-color led module with evive
In this tutorial we will interface 2-color led module with evive and we will produces different color combination's using this led
Interfacing Key Switch Module with evive
The tutorial will show how to interface key switch module with evive and display the state of the switch on TFT Display.
Interfacing KY-003 Hall magnetic sensor with evive
In this tutorial we will interface KY-003 Hall magnetic sensor with evive and we will display whether magnetic field is present or not on TFT display
Interfacing HC-SR04 Ultrasonic sensor with evive
In this tutorial we will interface HC-SR04 Ultrasonic sensor with evive and we will calculate distance between ultrasonic sensor and obstacle form which ultrasound waves are reflected
How to interface 3.3V Digital I/O
This tutorial discusses the use of bidirectional logic shifter as 3.3V digital input and output with the help of an Arduino IDE sketch.
How to interface ESP8266 Wi-Fi Module with evive
The tutorial discusses the ESP8266 Wi-Fi Module, how to connect it to evive, and how to configure it for IoT applications using AT commands by writing an Arduino IDE sketch.
How to use evive’s Real-time Clock
This tutorial discusses what is a real-time clock, and how to use evive's real-time clock to show time, date, and day with the help of an Arduino IDE sketch.
How to use evive’s Interrupt pins
This tutorial discusses what are interrupts, and how to use evive's interrupt pins in Arduino IDE with the help of an Arduino IDE sketch.
How to use evive’s Capacitive Touch Inputs
This tutorial discusses what are capacitive touch sensors, evive's capacitive touch input, and how to control the touch sensors in evive, with the help of an Arduino IDE sketch.
How to control Pin 13 LED using Smartphone via Bluetooth
In this tutorial you will be turning on and off led Pin-13 of evive via smartphone.
How to configure the HC05 Bluetooth Module using AT Commands
This tutorial discusses what is Bluetooth, how does it work, the HC05 Bluetooth module, serial communication, and how to setup the Bluetooth module with the help of an Arduino IDE sketch.
How to control evive’s buzzer in Arduino IDE
This tutorial discusses what is a piezo buzzer, evive's inbuilt buzzer, how to control it in Arduino IDE with the help of an Arduino IDE sketch.
Controlling Servo Angle using Joystick in Arduino IDE
In this tutorial we will control the position of a RC (hobby) servo motor with a Joystick.
Servo Sweep using Arduino IDE
In this tutorial we will sweeps the shaft of a RC servo motor back and forth across 180 degrees using Arduino IDE.
Controlling Servo Motor (Setting Angle) using Arduino IDE
In this tutorial, we will control Servo Angle connected to evive and Arduino using Arduino IDE functions.
How to interface Servo Motor with Arduino IDE
This tutorial discusses what are servo motors, how to control them, and how to interface them with Arduino IDE using motor control units in evive with the help of an Arduino IDE sketch.
How to interface DC motor with Arduino IDE
This tutorial discusses what are DC motors, how to control them, and how to interface them with Arduino IDE using motor control units in evive with the help of an Arduino IDE sketch.
How to use evive’s Joystick (Navigation Key)
This tutorial discusses how to work with evive's 5-way navigation key and how to read its state and display on the TFT screen with the help of an Arduino IDE sketch.
How to generate Analog Output at Digital Pins using PWM
This tutorial discusses what is Pulse Width Modulation (PWM), and how to generate analog output in evive using PWM with the help of an Arduino IDE sketch.
How to read Analog Input at evive’s Analog Pins
This tutorial discusses the analog input pins in evive, what is scaling, potentiometer, and how to read the input at the analog pins with the help of a simple Arduino IDE sketch.
How to use evive’s Slide Switch
This tutorial discusses different types of switches based on their pole and throw, what are slide switches, and a simple Arduino IDE sketch to display the state of evive's slide switch on the TFT screen.
How to use a Tactile Switch with evive
This tutorial discusses what are switches, types of switches, pull-up and pull-down resistors, and how to control the pin 13 LED on evive using a tactile switch with the help of an Arduino IDE sketch.
How to use evive Digital Pins as Input Pins
This tutorial discusses how to configure the digital pins in evive as INPUT in Arduino IDE, with the help of a simple example using evive's tactile switch.
How to use evive’s Digital Pins as Output Pins
This tutorial discusses about the digital pins in evive, how to configure them as OUTPUT in Arduino IDE with the help of a simple example of controlling an LED.
How to Draw Shapes on TFT Display
This tutorial discusses about the functions in the evive TFT screen library in Arduino IDE that help in drawing different shapes on the display with the help of a simple Arduino Sketch.
How to Manipulate Text on TFT Display
This tutorial discusses how to change the colour and size of text on evive's TFT Display using functions from the TFT library in Arduino IDE.
How to display values of variables on evive’s TFT screen line by line
In this tutorial you will learn to display values of variables on TFT screen line by line.
Getting Started with TFT Display
This tutorial discuss evive's TFT Display, the TFT library in Arduino IDE, and how to display text on the TFT screen.
Blink with Firmware on evive
This tutorial explains how we can access evive firmware even when some other code is running on evive.
How to Install a Library in Arduino IDE
This tutorial discusses what are libraries, how to install them and include them in Arduino IDE sketches.
Arduino IDE: while Loop
This tutorial discusses what is a while loop, its general syntax in Arduino IDE, how it different from a for loop, and how it works.
Arduino IDE: for Loop
This tutorial discusses what is loop statement, a for loop, its general syntax in Arduino IDE, and how it works.
Arduino IDE: Increment & Decrement Operator
This tutorial discusses what are increment operator and decrement operator, two of the many arithmetic operators, their two different structures, and how to use them in Arduino IDE.
Arduino IDE: Conditional(if-else-if) Statements
This tutorial discusses what are conditional statements, and their different types in Arduino IDE, such as the if statement, if-else statement, and if-else-if statement.
Arduino IDE: Boolean or Logical Operators
This tutorial discusses what are logic operators and the different types of logic operators in Arduino IDE, such as the AND operator, OR operator, and NOT operator.
Arduino IDE: Comparison or Relational Operator
This tutorial discusses what are relational operators and the different relational operators in Arduino IDE.
Arduino IDE: Arithmetic Operators
This tutorial discusses what are arithmetic operators, and the arithmetic operators in Arduino IDE for addition, subtraction, multiplication, division, and finding out the remainder.
Arduino IDE: Variables
A variable is used in programming to store a value (integer, float, character or string) that may change during the life of the Arduino sketch.
Arduino Sketch: Structure and Flow
This tutorial discusses the basic structure of an Arduino sketch and the top-to-bottom execution of program instructions.
Getting Started with Arduino IDE
This tutorial discusses how to install Arduino IDE in Windows, Mac & Linux, and configure Arduino to upload programs (evive Firmware) in evive.
evive – Plug and Play Part 2
In this tutorial, we’re going to take a look at the inbuilt tools that evive has and that truly makes it versatile and portable electronics lab. They are the pin state monitor, oscilloscope, sensing, and the function generator.
evive – Plug and Play: Part 1
In this tutorial, we are going to give you a hands-on experience of evive’s plug and play interface through activities for controlling a DC motor, a servo motor, understanding the inbuilt touch sensors of evive.