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

Build Your Own Wearable Device with Open Source Hardware

Build Your Own Wearable Device with Open Source Hardware

“Retro Band” is the second version of an open source Arduino wearable device. For me, it shouldn’t be called a “smart band”; it only has basic functions. In fact, it might be better to call it an activity tracker… but the term “smart band” feels more familiar to me. The important feature of smart bands … Read more

Mastering Parenting with Technology: Build Your Own Rock-Paper-Scissors Glove for $200 Using TensorFlow and Sensors

Mastering Parenting with Technology: Build Your Own Rock-Paper-Scissors Glove for $200 Using TensorFlow and Sensors

Wang Xiaoxin, compiled from Google Cloud Blog | Produced by QbitAI Programmers, even parenting is so tech-savvy… This summer, Kaz Sato, who is responsible for developer relations at Google Cloud, developed a “rock-paper-scissors machine” with his son using some sensors and a simple machine learning linear model that can detect gestures for rock, paper, and … Read more

Arduino Learning Record: Ultrasonic Sensor and Light Alarm

Arduino Learning Record: Ultrasonic Sensor and Light Alarm

Ultrasonic Sensor + Light Alarm /* Ultrasonic Module Distance Measurement http://shop34791330.taobao.com/ // Defy Lai Flagship Store http://qixingchong.tmall.com/ // Qixing Insect Flagship Store http://www.doflye.net // Defy Lai Technology Forum http://www.doflye.net/forum-98-1.html // Defy Lai Forum Arduino Section Ultrasonic Distance Measurement: Trigger Signal Trig: Trigger high level pulse greater than 10us Feedback Signal Echo: The length of the … 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

Download and Install Arduino IDE on Windows System

Download and Install Arduino IDE on Windows System

1. Download. A. Official Website Download. 1. Open the official Arduino website in your browser: https://www.arduino.cc/ (English site, there is an option to switch to Chinese at the end of the page). 2. Go to SOFTWARE—DOWNLOADS. 3. Enter the “DOWNLOADS” page, scroll down the page, and find the download interface for the IDE. (The top … Read more

DIY Self-Balancing Arduino Robot – Microcontroller Tutorial for Makers

DIY Self-Balancing Arduino Robot - Microcontroller Tutorial for Makers

MicrocontrollerCompilation Report | ProjectAuthor:Sandip Total words: 4091, 54 imagesEstimated reading time: 11 minutes This article is about DIY self-balancing robots, and I will show you how to build your own self-balancing robot. This article is about DIY self-balancing robots, and I will show you how to build your own self-balancing robot.I attempted to build the … Read more

Arduino Fun Projects – Measuring Heart Rate with a Pulse Sensor

Arduino Fun Projects - Measuring Heart Rate with a Pulse Sensor

In this article, we will introduce a method to calculate heart rate using the analog signal output from a pulse sensor. This method has been tested and the resulting heart rate values are quite accurate, with high measurement efficiency. First, let’s introduce the pulse sensor used in this article. This sensor measures the intensity of … Read more

Measuring Temperature with the MLX90614 Infrared Sensor Using Arduino IDE

Measuring Temperature with the MLX90614 Infrared Sensor Using Arduino IDE

MLX90614 is a digital infrared temperature sensor developed and produced by Melexis. It can measure the surface temperature of an object without contact, achieving temperature measurement by measuring infrared radiation, making it very suitable for applications that require avoiding contact with the target object or need to measure temperature in high-temperature environments. Here are some … Read more

Getting Started with Arduino: LM35 Temperature Sensor

Getting Started with Arduino: LM35 Temperature Sensor

With the rise of maker culture and geeks, using Arduino and various electronic modules to create interesting projects has become increasingly popular. Today, let’s create a temperature detection project and experience the joy of creation. Principle of Arduino Temperature Detection The basic principle of Arduino temperature detection is to use a temperature sensor to obtain … Read more