Creating Fireflies with Arduino: A Beginner’s Guide

Creating Fireflies with Arduino: A Beginner's Guide

Click the blue text above to follow “Innovation Forest Maker Space” for more information. Hands-on I Science I Fun Make creativity a habit for children. @Innovation Forest Maker Space If you are interested in technology education, you must be familiar with Arduino! So, let’s first learn about Arduino. What is Arduino? Arduino is a convenient, … Read more

Mastering Microcontroller Programming: A Practical Guide for Beginners

Mastering Microcontroller Programming: A Practical Guide for Beginners

Many microcontroller learners struggle to grasp the essentials, going from high enthusiasm at the start of their studies to frustration and giving up, leading to a love-hate relationship with microcontrollers. Among discussions with classmates at work and school, the most common phrase heard is, “Microcontrollers are too difficult.” In fact, it’s not that microcontrollers are … Read more

Arduino IDE: A Powerful Programming Tool for the Electronic World

Arduino IDE: A Powerful Programming Tool for the Electronic World

Introduction: Arduino IDE is a powerful integrated development environment (IDE) designed specifically for Arduino boards. It provides a user-friendly interface that simplifies the programming process, enabling electronics enthusiasts and makers to easily build various electronic projects. This article will provide a detailed introduction to the Arduino IDE, including its features, usage methods, and some common … Read more

The Evolution of Arduino Pro IDE: A New Era for Developers

The Evolution of Arduino Pro IDE: A New Era for Developers

Author: Xiaoyu, Layout: Xiaoyu WeChat Official Account: Chip Home (ID: chiphome-dy) Arduino is undoubtedly one of the most popular IDEs in the world. It is portable, flexible, and incredibly easy to get started with. It comes with standard and rich peripherals and interfaces, allowing anyone with a basic understanding of C language to develop simple … 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

CFD Calculations on Raspberry Pi: A Comprehensive Guide

CFD Calculations on Raspberry Pi: A Comprehensive Guide

I love finding project inspiration anywhere. While many ideas are fleeting, generally lasting no more than a day or two, there are always some ideas that linger in my mind and eventually materialize into interesting projects. Let me introduce one of those ideas: Performing CFD calculations on my handheld device. Back in October, I got … Read more

Getting Started with MicroPython on BPI-UNO32

Getting Started with MicroPython on BPI-UNO32

MicroPython is a well-known lightweight version of Python designed specifically for embedded modules. It allows you to execute necessary functions with simple commands. To use MicroPython on embedded modules, you need to download the MicroPython firmware. Only with the firmware installed can the chip parse Python statements. Currently, chips that support MicroPython firmware include ESP32, … Read more

Getting Started with Arduino IDE: A Comprehensive Guide

Getting Started with Arduino IDE: A Comprehensive Guide

Hardware 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 Space) 1KB⑥ Crystal Oscillator 16MHzSimulation Online Simulation: https://wokwi.com/ 1. What is Arduino IDE? Arduino IDE is a cross-platform software used for writing, compiling, and uploading code to Arduino development boards … Read more

Arduino Uno External Interrupt Tutorial with Exercises

Arduino Uno External Interrupt Tutorial with Exercises

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 Save Space): 1KB⑥ Crystal Oscillator: 16MHz Online Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Installing Arduino IDE Arduino Uno Tutorial ②: Development Board and LED Test Arduino Uno Tutorial ③: Button Control LED, … Read more

×