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

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

Building an IoT System Using Alibaba Cloud: A Step-by-Step Guide

Building an IoT System Using Alibaba Cloud: A Step-by-Step Guide

1 Registering and Authenticating Your Alibaba Cloud Account 2 Building an IoT System Using Alibaba Cloud IoT Platform 2.1 Creating an IoT Product 2.2 Connecting ESP8266 NodeMCU Device to Alibaba Cloud 2.2.1 Library Installation 2.2.2 Example Program 2.3 Remote Development Example on IoT Platform – Remote Control of Light 2.3.1 Introduction to MQTT Protocol 2.3.2 … Read more

DIY Arduino Hamster Speedometer

DIY Arduino Hamster Speedometer

Click the “Microcontroller” above, then click the top right corner… select “Pin/Star“Public Account to receive the latest articles! About three years ago, my nephew got their first pet, a hamster named Nugget. Curiosity about Nugget’s exercise program sparked a project that lasted for Nugget (RIP). This guide outlines a functional fitness wheel optical speedometer. The … 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

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

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

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