Overview
Have you ever been sitting in your room, and want to turn things like light bulbs or fans on and off, but you don’t feel like doing it? Or you want to turn the cooling system on before arriving home, so it would be pleasantly cool by the time you’ve arrived?
So, if you like controlling electrical devices of your home remotely through your cell phone, this tutorial can be so useful for you.
There is an application called “Google Assistant” installed on most smartphones. You can use Google ...
Introduction
In this tutorial you will learn how to communicate and send data with Bluetooth using Bluetooth HC05 Module and arduino board.
What You Will Learn
General information about Bluetooth protocol
How to send data using Bluetooth
How to send AT-Command to HC05
A Brief Introduction to Bluetooth Communication and Protocol
There are several ways for...
Overview
In many electronic projects it is necessary to run an operation according to the time or date And the calculation of the time and date shouldn’t stop when the system shuts down. For this purpose, Real Time Clock (RTC) modules are used. In this tutorial, you will learn how to use RTC DS1 with Arduino to make a reminder.
What You Will Learn
What RTC is
Introduction to DS1307 module
How to use DS1307 with Ar...
Overview
Discover the fascinating world of controllers and their applications, from remote control cars to game consoles. In this tutorial, you will learn how to connect and utilize a PS2 game console controller with Arduino. Enhance your understanding of PS2 controllers' features and harness their potential in your projects.
What You Will Learn
PS2 controllers features
How to connect a PS2 controller to Arduino
How to use a PS2 controller with Arduino
PS2 ...
Overview
In this tutorial, you’ll get to know how to use the rotary encoder. First, you’ll see some information about the rotational encoder, and then you’ll learn how to use a rotary encoder with three practical examples.
What You Will Learn
What the rotary encoder is and how it works.
Displaying encoder position
Controlling a LED light using a rotary encoder
Controlling a DC moto...
Overview
Storing data is one of the most important parts of every project. There are several ways to store data according to the data type and size. SD and micro SD cards are one of the most practical ones among the storage devices, which are used in devices such as mobile phones, minicomputers and etc.
In this tutorial, you’ll learn how to use SD and micro SD cards with Arduino.
In the end, as a simple project, you will measure the environment temperature every hour and store it on the SD card.
What Yo...
Overview
In this tutorial, you’ll learn about IR protocol and how to use the IR receiver Module. First, you’ll see how the IR protocol works, and then you will learn to use an IR remote control kit with Arduino. Some practical examples are also provided to help you learn it better.https://electropeak.com/learn/wp-content/uploads/2019/06/super-mario-optimized.mp4
What You Will Learn
What IR is and how it works
Introduction of...
Overview
Which feature of RGB LEDs has made them an attractive and practical component in Electronics and Lighting Industry?Answer: Their unique feature of regulating the ratio of the three primary colors (red, green, and blue) to generate a desired color with one LED. An RGB LED has a common pin as well as three pins for red, green, and blue colors. We can combine these primary colors to generate countless colors by controlling these pins with a PWM pulse signal. (The number of colors changes depending...
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
Communicating in a coded way, besides being so fascinating, has many applications in various fields. One of the most common methods of code communicating is Morse code. In this tutorial, you’ll learn how to make an interpreter to send and receive Morse code with Arduino.https://electropeak.com/learn/wp-content/uploads/2019/07/morse-cover-video.compressed.mp4
What You Will Learn
What Morse code is.
Why we need Morse code.
...