Arduino: Ignite Your Creative World from Scratch!

Arduino: Ignite Your Creative World from Scratch!

Accidental Club Arduino Training – Ignite the Spark of Creativity with Arduino – Introduction 🌟💡 Imagine that what you hold in your hand is not just a cold circuit board, but a magical cube that can turn every brilliant idea in your mind into reality – this is Arduino!🌟✨ 1. What is Arduino? By definition, … Read more

Controlling LED Lights with Buttons Using Arduino Uno

Controlling LED Lights with Buttons Using Arduino Uno

Performance Parametersâ‘  Main control chip: ATmega328Pâ‘¡ Digital input/output pins: 14â‘¢ PWM pins: 6â‘£ Storage (code space) 32KB⑤ RAM (runtime memory) 2KB; EEPROM (power-off storage) 1KBâ‘¥ Crystal oscillator 16MHz Online Simulation: https://wokwi.com/ Arduino Uno Tutorial â‘ : Install Arduino IDE Arduino Uno Tutorial â‘¡: Development Board and Light Test Arduino Uno Tutorial â‘¢: Button Control LED Light, … Read more

Arduino Uno ADC Tutorial: Measuring Voltage with Analog Signals

Arduino Uno ADC Tutorial: Measuring Voltage with Analog Signals

Performance Parametersâ‘  Main control chip: ATmega328Pâ‘¡ Digital input/output pins: 14â‘¢ PWM pins: 6â‘£ Storage (code space): 32KB⑤ RAM (runtime storage): 2KB; EEPROM (power-off storage): 1KBâ‘¥ Crystal oscillator: 16MHzOnline Simulation: https://wokwi.com/ Arduino Uno Tutorial â‘ : Installing Arduino IDE Arduino Uno Tutorial â‘¡: Development Board and LED Test Arduino Uno Tutorial â‘¢: Button Control LED, with Exercises … Read more

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