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

Arduino-Based Microwave Sensor Human Detection System

Arduino-Based Microwave Sensor Human Detection System

This project uses a digital microwave sensor and an Arduino control board to create a human detection system that can detect moving objects behind walls. Compared to infrared sensors, ultrasonic sensors, PIR proximity sensors, and TOF time-of-flight sensors, this project is sensitive to various objects, and the sensor’s data is not affected by indoor temperature. … Read more

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Daily Learning! Application of LM35D Temperature Sensor in Arduino

Click on the arrow and the “blue text” to follow us! Sensor 2 – LM35D Temperature Sensor 1. Physical Diagram of the Sensor Physical Diagram 1 Introduction: LM35 is a temperature sensor produced by National Semiconductor, with an output voltage based on the Celsius scale. LM35 is a widely used temperature sensor. Due to its … Read more