Search results for: 'e in arduino'
Page
Show
per page
-
Overview Learn how to install Arduino IDE on Raspberry Pi and easily write and upload code to your Arduino board without the need for a PC or laptop. Follow these simple steps to get started. What You Will Learn How to install Arduino IDE on Raspberry Pi Required Materials Hardware Components Raspberry Pi 3 B or B+ × 1 Arduino UNO R3 × 1 Software Apps Arduino IDE How to install Arduino IDE on Raspberry Pi ? Follow these steps to install Arduino IDE: Ste...
-
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 Most people reading this article are probably familiar with Arduino or at least have heard the name. In this article, we try to introduce this platform in more details and study it from a critical point of view. Furthermore, we will point out the features we have come to discover in our experiences that have not been appropriately addressed. In the first section of the article, we discuss Arduino’s past, why and how it came to life and then study its components. In the second section, we b...
-
Overview In this article, we will dive into the exciting world of ESP32 BLE on the Arduino IDE, exploring how to easily connect your Arduino with other BLE devices. Whether you want to create a wireless sensor network, control your smart home devices, or build a mobile app that interacts with your Arduino, the ESP32 BLE module has got you covered. The ESP32 BLE module is a versatile and powerful Bluetooth solution that allows for fast and efficient communication between devices. With its low energy consumpt...
-
-
Overview The multimeter is an indispensable tool for any electronics project, as it helps overcome countless challenges during project completion. This article will demonstrate how to create a cost-effective digital multimeter using an Arduino board and an OLED display. This multimeter is capable of measuring voltage, current, resistance, and capacitance. Upon completing the project, you will have your own multimeter at the lowest possible cost. What You Will Learn Underst...
-
Overview Thousands of cars are being stolen every day around the globe. So it is really important to protect and secure your car. In this tutorial we will use the SIM808 module to build a GPS car tracker. If you are not willing to use a GPS read this article to find out how to detect location by GSM modules: (Using GSM with Arduino as an alternative for GPS). What You Will Learn Get to know with the concept of GPS Get to know with the sim808 module Build a GPS car tr...
-
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...