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
Today, there has been a growing interest in smart devices, automatic component control, and Internet of Things (IoT) applications in general. One of the key electrical components for IoT projects are ESP32 microcontroller-based modules. In this tutorial, we will teach you everything you need to know to get started with ESP32 boards.
What You Will Learn
Getting familiar with different ESP32 based development boards
Getting familiar with ESP32 various features and applications
Getting to know ...
Introduction
Similar to Arduino IDE, Platform-IO is a programming environment for all types of microcontrollers. It provides an easier programming process and is available as an extension for the VS Code software. One notable advantage of Platform-IO IDE over Arduino IDE is that it automatically selects the appropriate port.
In addition, Platform-IO IDE offers code suggestions to help complete and modify your code, and it eliminates errors caused by case sensitivity in Arduino IDE!
Some other attractive fea...
Introduction
Welcome to the world of micro:bit! In this tutorial, you will learn how to code and program micro:bit using either MakeCode or Python. These two programming platforms offer different approaches to programming the micro:bit, catering to a wide range of learners and developers. Whether you prefer a block-based visual programming environment like MakeCode or the flexibility of text-based coding with Python, you will gain the skills to bring your ideas to life and create exciting projects with the ...