ESP8266 Module Development – Based on Arduino IDE

ESP8266 Module Development - Based on Arduino IDE

1. Introduction to the Wildfire ESP8266 Module   The ESP8266 features a high-performance wireless SOC, bringing good news to mobile platform designers. It offers maximum utility at the lowest cost, providing endless possibilities for embedding WiFi functionality into other systems. The ESP8266 is a complete and self-contained WiFi network solution that can operate independently or serve … Read more

Understanding ESP32/8266 Interfaces: Your Key to Building Smart Home IoT Projects

Understanding ESP32/8266 Interfaces: Your Key to Building Smart Home IoT Projects

Introduction The ESP32 and ESP8266 are among the most popular IoT development boards on the market today, featuring powerful WiFi and Bluetooth capabilities, along with a rich set of interfaces to meet various IoT application needs. This article will detail the interfaces available on the ESP32/8266 and what they can be used for. GPIO Interface … Read more

Introduction to WiFi Development with Arduino for ESP8266

Introduction to WiFi Development with Arduino for ESP8266

To help first-year students quickly master WiFi development technology, student Guo Tianxiang from the Information Communication department wrote two WiFi learning examples based on ESP8266 during afternoon tea. 1. WiFi Home Lighting Control System Build a server using the built-in processor of the WiFi module, support access via common mobile browsers, and control the indoor … Read more

Creating a Smart Home Device to Annoy Your Neighbors

Creating a Smart Home Device to Annoy Your Neighbors

Follow the official account “GitHub Dictionary” Set as “Starred”, bringing you to explore GitHub every day! From Quantum Bit In the dead of night, when your neighbors are arguing, partying, or children are crying, how do you deal with it? Knock on the door? Use earplugs? Silently endure until you’re on the verge of a … Read more

OTA Online Upgrade for Arduino

OTA Online Upgrade for Arduino

1. Introduction to OTA OTA stands for Over-the-Air, which refers to the technology for remote management of SIM card data and applications through mobile communication (GSM or CDMA) over the air interface. The air interface can utilize WAP, GPRS, CDMA1X, and SMS technologies. The application of OTA technology allows mobile communications to not only provide … Read more

PS5 Jailbreak Major Update: etaHEN 1.7B, Offline Flashing Guide for ESP8266 and ESP32

PS5 Jailbreak Major Update: etaHEN 1.7B, Offline Flashing Guide for ESP8266 and ESP32

1. Offline Jailbreak Hello everyone, the great LM recently updated etaHEN 1.7B, mainly supporting direct installation of PKG, now PS4 games and PS5 folder formats are supported. Since we have already updated the online flashing guide before, the upgrade method is quite similar, so today we will focus on the offline flashing method for ESP8266 … Read more

NodeMCU Firmware: An Open Source Solution for ESP8266 Development

NodeMCU Firmware: An Open Source Solution for ESP8266 Development

In the rapid development of the Internet of Things, the ESP8266, as a powerful Wi-Fi system chip, is widely popular among developers. The NodeMCU Firmware provides great convenience for building projects based on the ESP8266. This article will delve into the features, programming model, usage methods, and community support of NodeMCU Firmware to help you … Read more