DIY Arduino Bluetooth Controlled Car

DIY Arduino Bluetooth Controlled Car

Click on the “Microcontroller” above, then click the top right corner… select “Pin/Star“Public Account to receive the latest articles! Hello friend! My name is Nikolas, I am 15 years old, living in Athens, Greece. Today, I will show you how to use Arduino Nano, a 3D printer, and some simple electronic components to create a … Read more

Voice Control LED Indicator Light Using Arduino and Bluetooth

Voice Control LED Indicator Light Using Arduino and Bluetooth

Controlling the LED indicator light with voice commands may seem like a challenging feature, but in reality, it is quite easy to implement. We can quickly achieve this by using an Arduino UNO development board in serial communication with the HC-06 Bluetooth module and a smartphone to send voice commands to the HC-06 Bluetooth module. … Read more

ESP32 Keyboard Simulation: A Comprehensive Guide

ESP32 Keyboard Simulation: A Comprehensive Guide

Keyboard simulation is one of the commonly used features in development.Today, I used the ESP32 microcontroller in conjunction with the ESP32-BLE-Keyboard library to conduct a test and successfully implemented this feature.Now, I will organize and share my testing process with everyone, hoping it will be helpful. 1. Development IDE I used Arduino IDE. 2. Development … Read more

Arduino Self-Balancing Robot: A Complete Guide

Arduino Self-Balancing Robot: A Complete Guide

This is a self-balancing robot that can be controlled via Bluetooth using a smartphone. There are many design resources available online for self-balancing robots. We at Taiji Makers introduce this self-balancing robot because all its materials are easily accessible. (Unlike many similar robots online that require purchasing special frames or even 3D printing.) First, this … Read more

Configuring WiFi via Bluetooth using NanoFramework on Microcontrollers

Configuring WiFi via Bluetooth using NanoFramework on Microcontrollers

Configuring WiFi via Bluetooth using NanoFramework on Microcontrollers Using Nanoframework to configure the WiFi name and password via Bluetooth Here are the basic tools needed One ESP32 device that needs to support Bluetooth and WiFi. Generally, ESP32 supports both WiFi and Bluetooth. The ESP32 interface used in this tutorial is Type-C. Here is the physical … Read more

Using ESP32 to Control ADX-S: A Comprehensive Guide

Using ESP32 to Control ADX-S: A Comprehensive Guide

JE1RAV has released a design for a conversion board on GitHub, replacing the Arduino Nano module with ESP32. The software functionality completely replicates the existing features of ADX-S, while utilizing the Bluetooth capabilities of ESP32 for wireless audio transmission. BY Ham Radio indicates that with Bluetooth audio, it can be done with just the module. … Read more

Using .NET nanoFramework for Bluetooth Provisioning with ESP32

Using .NET nanoFramework for Bluetooth Provisioning with ESP32

Through the previous introduction, we have learned how to use .NET nanoFramework to connect ESP32 devices to the Wi-Fi network. However, in actual IoT environments, we often need a more convenient method to meet provisioning requirements. This article will take you through some common provisioning solutions and, using ESP32 as an example, introduce how to … Read more

Sipeed Maix M0P: A Competitive Alternative to ESP32

Sipeed Maix M0P: A Competitive Alternative to ESP32

Many people may be quite familiar with ESP32, which still holds a dominant position in its field. However, recently a brand of chips has been frequently challenging the ESP32, namely the chips from Bouliu Intelligent Technology, which can be said to be highly overlapping with Espressif’s chips. This time I found a Sipeed M0P module … Read more

Bluetooth Command Settings for Embedded Systems

Bluetooth Command Settings for Embedded Systems

3.3.1 Bluetooth Command Settings Knowledge The embedded Bluetooth serial communication module allows us to break free from the constraints of cables and achieve wireless serial communication within a limited range, with two working modes: command response mode and automatic connection mode. In automatic connection mode, the module can be divided into three roles: Master, Slave, … Read more