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

How to Install Arduino IDE: A Step-by-Step Guide

How to Install Arduino IDE: A Step-by-Step Guide

Software Introduction Arduino is an open-source electronic prototyping platform. In terms of hardware, there are various development boards, such as Uno, Mega, etc. The development boards have rich interfaces, including power interface, digital and analog pins, which can connect sensors and actuators. On the software side, it mainly uses C/C++ programming, and the Arduino IDE … Read more

Creating an Indoor Thermometer with Arduino in Xi’an Snow

Creating an Indoor Thermometer with Arduino in Xi'an Snow

Summary: Recently, it has been snowing in many places, including Hunan, Hubei, and Xi’an. Students who raise tropical plants and pets need to pay more attention to the indoor temperature. Below is a practical and easy-to-make thermometer. It is built using the DS18B20 temperature sensor and OLED module, with the development board being Arduino. The … Read more