Overview
In this tutorial, you’ll learn how to use Arduino LCD keypad shield with 3 practical projects.
What You Will Learn
How to set up the shield and identify the keys
How to scroll text
How to display special characters
1602 Arduino LCD Keypad Shield Features
Displaying information in electronic projects has always been the most compelling issue. There are...
Overview
In this tutorial, you’ll get to know about liquids level detection with Arduino. First, you’ll see some information about the water level sensor, and then you’ll learn how to use this module with some practical examples.
What You Will Learn
What water level detecting is
How water level sensor works
How to use a water level sensor with Arduino
What Is Water Level Detection?
Liquid level detect...
Overview
In this tutorial, you’ll learn about Raspberry Pi serial communication (UART), and how to connect your Raspberry Pi board to the Arduino boards or PC using serial communication.https://electropeak.com/learn/wp-content/uploads/2019/07/Rpiard-Cover-Video.compressed-2.m4v
What You Will Learn
Serial communication between Raspberry Pi and PC
Serial communication between Raspberry Pi and Arduino
What Is Serial Communication?
Serial communication (UART) is one of the most pop...
Overview
In this tutorial, you’ll learn about the ultrasonic module and find out how it works. In the end, you’ll be able to connect it to the Arduino board and use it as a motion detector to control your monitor with hand gestures.https://electropeak.com/learn/wp-content/uploads/2019/08/Video-Original.compressed-2.m4v
What You Will Learn
What ultrasonic module is and how it works
How to use ultrasonic module with Arduino
...
Overview
Many electronic projects require serial communication to communicate with some sensors or modules, or to connect two microcontrollers together, or even to connect a microcontroller to a computer.In this tutorial, we are going to review the serial protocol in the STM32 microcontroller series. If you are unfamiliar with these microcontrollers, refer to "Getting Started with STM32F103C8T6".
What you will learn
Get to know with serial protocol
...
What Is Reed Switch?
The Reed Switch is a magnetic switch that has two (on and off) switching modes, like a normal switch. The two pins are connected to each other by being in a magnetic field (for example, close to the magnet) and are disconnected by leaving that field.
These switches are used in open/close door detection sensors, seat belt sensors, collision detection sensors, etc.
Tip
Some magnetic switches are Normally Close. That is, when they are not in a magnetic field, the two pins are co...
Overview
Controlling components of the project such as motors is an essential part of many projects in electronics and robotics. There are numerous methods for this such as using computers, smartphones, radio modules, push buttons, joysticks and, so on.
In this article, you will get to know the joystick module and learn how to set it up with Arduino and optimize it.
What You Will Learn
How the joystick module works
How to set up a joystick module...
There are several examples in Arduino IDE to help you get up and running with Arduino boards. In this tutorial, you will learn about each of them.
1. Basics
Analog Read Serial: To read the value of a potentiometer and to display it in the Monitor Serial.
Bare Minimum: To create a simple sketch with the most basic parts of the coding (setup and loop).
Blink: Turns an LED on and off flashing.
Digital Read Serial: Reads the status of a switch and displays it in the Monitor Serial.
Fade: To...
FC-04 Sound Sensor Features
This module consists of a capacitive microphone and an amplifier circuit. The output of this module is analog. This module can be used to measure ambient noise. You can adjust the accuracy of the sensor by using a variable resistor on the device.
FC-04 Sound Module Pinout
FC-04 module has 3 pins:
VCC: Module power supply: 5 V
GND: Ground
OUT: Module output (Analog)
You can see the pinout in the following image.
Required Materials
Hardware C...