Overview
In this tutorial, you will learn how to create a navigation system by GSM module and Arduino instead of using GPS. At the end
What you will learn
You will learn more about GSM modules and how to use it with Arduino.
You can make a navigation system by GSM.
About Navigation
In navigation system, a radio station regularly sends signals around. These signals include the exact coordinates of that station. It does n...
Introduction
Today, with the occurrence of severe droughts and water shortages, significant changes have taken place in agriculture. One of the important examples in this field is the improvement of irrigation methods for agricultural products. One of the important examples in this field is the improvement of irrigation methods for agricultural products. The purpose of using these methods is to optimize water consumption. In addition, it has a very good effect on the quality of products and the costs of...
Introduction
If you are interested in electronics, you have probably dealt with an oscilloscope. This device is a crucial tool for analyzing circuit performance. Most professional oscilloscopes, however, are often large, heavy, and expensive.
In this tutorial, we will show you a practical and affordable solution for building your own oscilloscope and logic analyzer. All you need is a Raspberry Pi Pico/Pico W and an Android app called Scoppy.
This oscilloscope can connect to an Android device, givi...
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 ...
Overview
In this tutorial, you will learn how to calibrate and use MQ9 gas sensor with an Arduino board.
https://electropeak.com/learn/wp-content/uploads/2019/04/mq9-2.mp4
What You Will Learn
What the gas sensor is and how it works.
Comparison of different gas sensor models
How MQ9 gas sensor works
Using MQ9 gas sensor with Arduino
https://youtu.be/yqr3q-LBEUY?t=22
What Is A Gas Sensor And How Does It Work?
A gas sensor is a device that detect...
Overview
In this tutorial, you will explore the input and output pins of the Raspberry Pi and learn how to control them using the powerful Python 3 programming language. We will focus on two widely used libraries, Gpiozero and Rpi.GPIO, to facilitate GPIO (General Purpose Input/Output) pin control and interaction.
What You Will Learn
introduction to GPIO pins
How to install the Rpi.GPIO and GPIOZero libraries
LED ...
Overview
In order to begin with Raspberry Pi boards, you’ll need to install an operating system on them, depending on your needs. Raspberry Pi boards support a variety of operating systems. One of the most applicable operating systems for Raspberry Pi is Raspbian. In this tutorial, you’ll learn how to install Raspbian on your Raspberry Pi board in two different methods.
What You Will Learn
What the Raspbian operating system is.
How to insta...
Overview
Discover the fundamentals of web scraping with Python on a Raspberry Pi. This tutorial will guide you through the process of automatically extracting desired information from websites. As an illustration, we will extract news headlines from the Tech News page of the Reuters website and send them to a designated email account at specific times.
What You Will Learn
Web scraping basics in Python
Implementation of Web scraping projects on the Raspberry Pi board
H...
Introduction
Are you interested in turning your Raspberry Pi into an Android device? In this tutorial, we will guide you step-by-step on how to install the Android operating system on Raspberry Pi. We will also provide a solution to access the Google Play Store.
Whether you want to explore the endless features of this little board or turn your Raspberry Pi board into a media Center, this tutorial has got you covered. We will explain all the necessary steps, from downloading the required files to conf...
Overview
In some electronics projects, we need to know the geographic location at any moment and do a specific operation accordingly. In this tutorial, you’ll learn how to use the LSM303DLHC GY-511 compass module with Arduino to make a digital compass. First, you’ll learn about this module and how it works, and then you’ll see how to interface the LSM303DLHC GY-511 module with Arduino.
What You Will Learn
What compass module is?
...