DIY Smoke Alarm with Arduino: A Step-by-Step Guide

DIY Smoke Alarm with Arduino: A Step-by-Step Guide

Smoke “110” When I walked down the street, besides a large number of friends dressed in winter clothes, there were all kinds of Christmas decorations, and suddenly I realized that Christmas had arrived. Christmas NEW ARRIVAL Christmas has arrived, the streets are decorated with lights, Christmas trees, reindeer models, and other decorations fill the shop … Read more

DIY Robot: The Most Romantic Gift of 2016

DIY Robot: The Most Romantic Gift of 2016

Advertisement Facebook CEO Mark Zuckerberg wrote on his personal Facebook page over the weekend, announcing a significant goal for 2016: to develop artificial intelligence technology that can control the home environment. Here is the full text of Zuckerberg’s article: Every year, I take on personal challenges, learning new things and growing outside of my work … Read more

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