Search results for: 'with module'
Show
per page
-
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 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 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? ...
-
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 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...
-
Introduction Would you like to add audio capabilities to your projects? Well, you’ve come to the right place!In this tutorial, we will learn how to interface the DY-SV17F mp3 player module with Arduino. Whether you are a beginner in electronics or a professional developer, this tutorial will help you easily get the DY-SV17F module up and running and play your audio files. What You Will Learn How to establish UART communication with ArduinoIntroduction to the DY...
-
Buzzer Features A buzzer is a device used to produce sound. There are two types of buzzer: active and passive. In the active model, buzzer starts playing sound only if connected to a power supply, but in the passive model, we need to send a pulse from the microcontroller to play sounds. The supply voltage of the buzzer is 3 volts, 5 volts and 12 volts. You can download the passive buzzer datasheet here. [wpdm_package id='16469'] Passive Buzzer Module Pinout Buzzer has 2 pins: DATA and GND but t...
-
ACS712 Current Module Features ACS712 chip is used to measuer DC/AC current based on the Hall effect. This chip is produced in 3 models with different maximum currents. Different models and output sensitivity of each model are shown in the table below: Sensor sensitivity means that, for example, if you use 5 amp model, as input current increase 1 amp, the output voltage of the sensor increases about 185 mV. Note When input is not connected to something and th...
-
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...