Building Dreams with Technology | Arduino Open Hardware Course: From Zero to Maker, Igniting Innovation

Building Dreams with Technology | Arduino Open Hardware Course: From Zero to Maker, Igniting Innovation

Click on the above“Zhongbei Middle School West District Experimental School” to join us in caring for children’s growth. In 2017, the State Council issued the “New Generation Artificial Intelligence Development Plan,” which clearly stated the need to “set up artificial intelligence-related courses in primary and secondary schools and gradually promote programming education,” laying a solid … Read more

Getting Started with ESP32S3: A Comprehensive Video Guide for Beginners

Getting Started with ESP32S3: A Comprehensive Video Guide for Beginners

▲ For more exciting content, please click the blue text above to follow us! This course is designed specifically for beginners, covering the basics of Arduino, C/C++ programming, ESP-IDF, and MicroPython development comprehensively. The course guides students from setting up the development environment, LED experiments, in-depth learning of the ESP-IDF framework, to building the MicroPython … Read more

Getting Started with ESP8266: A Comprehensive Guide

Getting Started with ESP8266: A Comprehensive Guide

<span>esp8266</span> is primarily used for IoT development and can work with various sensors to meet our needs. In this article, let’s explore the world of <span>esp8266</span> together! ESP8266 Development Routes Route One: DIY Approach You need to write the relevant sensor code yourself and solve various dependency issues. You need to purchase a public network … Read more

Understanding Arduino: Differences from Microcontrollers and Beginner’s Guide

Understanding Arduino: Differences from Microcontrollers and Beginner's Guide

Q: How can I see articles like this every day? A: Just search for the public account “51 Microcontroller Learning Network” and follow it for free Readers who work with microcontrollers should have heard of Arduino or even used it, but many friends are still unclear about what Arduino actually is. Today, I will briefly … Read more

DIY Ultrasonic Radar with Arduino

DIY Ultrasonic Radar with Arduino

Dear friends! Previously, we introduced “War Equipment: DIY Ultrasonic Radar with Intel Edison,” and this time we will bring you a similar function using the Arduino you have at hand, achieving the same functionality at a lower cost. It’s simple to learn and offers great value. Here’s the video for you. Click here for the … Read more

Arduino Uno Tutorial: Displaying Chinese Characters and Images on a 0.96 Inch OLED Screen

Arduino Uno Tutorial: Displaying Chinese Characters and Images on a 0.96 Inch OLED Screen

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 ⑥ Oscillator: 16MHz Online Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Install Arduino IDE Arduino Uno Tutorial ②: Development Board and LED Test Arduino Uno Tutorial ③: … Read more

Comprehensive Guide to Using 0.96 Inch OLED Display with Arduino UNO

Comprehensive Guide to Using 0.96 Inch OLED Display with Arduino UNO

Performance Parameters① Main Control Chip: ATmega328P② Digital I/O Pins: 14③ PWM Pins: 6④ Storage (Code Space): 32KB⑤ RAM (Runtime Storage): 2KB; EEPROM (Power-Off Storage): 1KB⑥ Oscillator: 16MHzOnline Simulation: https://wokwi.com/ Arduino UNO Tutorial①: Install Arduino IDE Arduino UNO Tutorial②: Development Board and LED TestingArduino UNO Tutorial③: Button Control of LED, with ExercisesArduino UNO Tutorial④: Analog Quantity, … Read more

Understanding ADC: Discussion on Connection Methods Between Sensors and ADC

Understanding ADC: Discussion on Connection Methods Between Sensors and ADC

Introduction This article covers the following topics: What is the difference between Single-Ended Input and Differential Input? What are Fully Differential, True Differential, and Floating Differential? What are Reference Voltage (Vref) and Common Mode Voltage (Vcm)? Single-Ended Input The simplest connection between a sensor and an ADC is the Single-Ended Input. In this connection, the … Read more

How to Create an LED Scrolling Display with Arduino

How to Create an LED Scrolling Display with Arduino

MAKER:diyperspective/ Translated by: Fun Endless Scrolling text displays are widely used in various occasions such as billboards, train stations, bank counters, toys, and even wearable electronic badges… Have you considered DIYing this feature? It is quite simple for Arduino, as you can use the existing Arduino libraries to display letters from A-Z, which is quite … Read more