Overview
In this tutorial, you will learn how to upload and download data to/from a Firebase database with Arduino UNO and ESP8266 module.Storing data (like sensors data) to a database that can be accessed from anywhere by the internet may be very useful. Firebase makes storing and retrieving data easy.
What You Will Learn
How to make a database in Firebase
How to upload (download) data to (from) Firebase
...
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 this tutorial you will learn about Node Red and how to control Raspberry Pi board using its GUI.
What You Will Learn
Introduction to Node RED and how to install it
How to control LED in a graphic environment with Node RED
Monitor the status of a button using Node RED
What is Node RED?
Node-Red is a programming tool for connecting hardware, APIs and onl...
Overview
The Raspberry Pi boards include a CSI port to connect a camera. In this tutorial, you’ll learn how to use and connect a camera to Raspberry Pi boards.For this tutorial, you need to install the Raspbian operating system on your board.
What You Will Learn
How to connect a camera to Raspberry Pi board
Controlling the camera using a python script
Taking pictures with Raspberry Pi camera
...
Overview
In this tutorial, you will learn how to use NodeMCU on Arduino IDE.
What You Will Learn
General information about NodeMCU
How to install ESP8266 based boards on Arduino IDE
How to program NodeMCU on Arduino IDE
Introducing boards that can be used instead of NodeMCU
What Is NodeMCU?
Today, IOT applications are on the rise, and connecting objects are getting more and more important. There are several ways to connect objects such as ...
Overview
In addition to familiar Arduino boards, there are other options for use in electronic projects. One of these options is STM microcontroller. STM microcontrollers are based on ARM structure, and they are available at affordable prices. In this tutorial, you’ll learn how to use the STM32F103C8T6 board.
What You Will Learn
Introduction of ST microcontrollers and ARM structure
Introduction of STM32F103C8T6 board
The required softw...
Overview
In this tutorial, you’ll get to know the ESP32 Wi–Fi and Bluetooth module and how to set it up. https://electropeak.com/learn/wp-content/uploads/2019/07/ESP32-cover-video.mp4
What You Will Learn
Introduction to the ESP32 and its applications
Installing the ESP32 on Arduino IDE
https://www.youtube.com/watch?v=XHOmBV4js_E
What is ESP32?
One of the most popular and practical modules of the past few ye...
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
In electronic projects, performing operations at a specific time or showing the time to the user has always been one of the challenges ahead. The first common solution to this challenge is to use RTC ICs such as DS1307, Which are not usually accurate (for more information, see "How to Use DS1307 RTC Module with Arduino & Make a Remider?"). A newer and more accurate solution is to receive the time and date from a central server via the Internet.
What You Will Learn
...