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

Using Sensors to Determine the Molar Volume of Gases

Using Sensors to Determine the Molar Volume of Gases

Using Sensors to Determine the Molar Volume of Gases Ma Xiongxiong Southwest Weiyu Middle School, Shanghai Abstract: Based on the Arduino platform, a gas volume measurement device has been improved by incorporating a BME 280 (temperature, pressure, humidity) sensor and a mini submersible pump. The enhanced device can not only acquire data on temperature, pressure, … Read more

How to Build W55RP20-EVB-Pico on Arduino

How to Build W55RP20-EVB-Pico on Arduino

How to Build W55RP20-EVB-Pico on Arduino Components Hardware Components WIZnet – W55RP20-EVB-Pico Software Applications and Online Services Arduino – Arduino IDE Project Description This guide provides instructions on how to build W55RP20-EVB-Pico on Arduino. The version of Arduino used is 1.8.19, which can be downloaded from the link below.https://www.arduino.cc/en/software Additionally, this article is based on … Read more

Creating a Portable WiFi Killer with ESP-8266 Module for Penetration Testing

Creating a Portable WiFi Killer with ESP-8266 Module for Penetration Testing

This tutorial is for educational purposes and security testing experiments only. Please do not use it illegally! Background Introduction: The De-authentication Flood Attack, commonly referred to as Deauth Attack, is a form of denial-of-service attack on wireless networks. It aims to change the client’s status to unassociated/unverified by spoofing the de-authentication frames sent from the … Read more

Arduino Quadruped Bionic Robot: Innovations and Applications

Arduino Quadruped Bionic Robot: Innovations and Applications

Editor’s Note Our school’s second “Small Inventions and Innovations Festival” has successfully concluded. The “Millions of People Science and Education Promotion Project” has garnered widespread attention from all sectors of society and major media outlets. This year’s festival gathered 2396 participants, with a total of 757 projects submitted, including 476 physical projects and 281 creative … Read more