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

Driving OLED Display with .Net nanoFramework on ESP32

Driving OLED Display with .Net nanoFramework on ESP32

This article introduces how to drive an ESP32 OLED display using .Net nanoFramework. We will start from the basics and gradually delve deeper, enabling you to understand and implement the entire process. Whether you are a beginner or an experienced developer, this article will be helpful to you. 1. Hardware Preparation 1.1 ESP32 Development Board … Read more

Getting Started with C# NanoFramework: WIFI Scanning, Connecting, and HttpWebRequest on ESP32

Getting Started with C# NanoFramework: WIFI Scanning, Connecting, and HttpWebRequest on ESP32

Congratulations! The new board has finally arrived, without further ado, let’s get started. The main function of the ESP32 is WIFI. With WIFI, it can directly connect to the home WIFI router and access the internet. At this point, it acts like a small computer or smartphone, making it very convenient to connect to the … Read more

Ultimate Guide to Building an ESP32 E-Paper Weather Display

Ultimate Guide to Building an ESP32 E-Paper Weather Display

Introduction The ESP32 E-Paper Weather Display is an excellent device powered by the ESP32 microcontroller and an e-paper display. It can obtain weather information from the internet and display it on a highly readable e-paper screen, making it easy to view both indoors and outdoors. This guide references the open-source project ESP32-e-Paper-Weather-Display and will guide … Read more

Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

Using ESP_NOW for Inter-device Communication on ESP32 S3 with Arduino

0x00 What is ESP_NOW? ESP-NOW is a wireless communication protocol defined by Espressif that allows for direct, fast, and low-power control of smart devices without a router. It can coexist with Wi-Fi and Bluetooth LE. Currently, it supports multiple series of SoCs such as ESP8266, ESP32, ESP32-S, and ESP32-C. ESP-NOW is widely used in smart … Read more

Build Your Own ESP32 Game Console and Controller – Open Source Project

Build Your Own ESP32 Game Console and Controller - Open Source Project

Project Name: 【Rachel】 Mini Game Console~ Project Author: Forairaaaaa Introduction This is a super easy to replicate game console! Because! Not only are the circuit files and source code open source… Software part explanation is extremely detailed!! Netizens have expressed—“Learning the source code makes programming much easier!” 01 Open Source Project Description ” This is … Read more

Build Your Own Smart Robot with ESP32-CAM

Build Your Own Smart Robot with ESP32-CAM

Introduction The ESP32-CAM is a microcontroller module that integrates Wi-Fi and Bluetooth functionality, along with a camera interface, making it an excellent choice for building smart robots. In this project, I will show you how to construct a simple AI robot using the ESP32-CAM module, which can stream video to an Android device and perform … Read more

Creating a Universal Calculator with ESP32: The Ultimate Tool for Multitasking

Creating a Universal Calculator with ESP32: The Ultimate Tool for Multitasking

Project Name: Multifunctional Mechanical Axis Scientific Calculator Project Author: shaoduan Introduction When you think I’m… using a calculator to do math? Actually, I’m… Playing Mario! Playing COTD! Playing Snake! Oh my, if I had this? Who could tell I’m slacking off? Project Description Back to the point! Thisslacking off toolcalculatoris made using ESP32. It is … Read more