From d78c7ef532ae6f9dea6b0941f50d9bf1e2a60d59 Mon Sep 17 00:00:00 2001 From: Legolas-2025 Date: Fri, 19 Dec 2025 23:56:55 +0100 Subject: [PATCH] Revise hardware requirements in PROJECT_SUMMARY.md Updated hardware requirements and power configuration details. --- PROJECT_SUMMARY.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PROJECT_SUMMARY.md b/PROJECT_SUMMARY.md index d55be76..67a72a4 100644 --- a/PROJECT_SUMMARY.md +++ b/PROJECT_SUMMARY.md @@ -43,10 +43,11 @@ esp32-energy-meter/ ## 🔧 Technical Specifications ### Hardware Requirements -- **ESP32 Development Board** (any variant) -- **JSY Energy Meter** with Modbus RTU over RS485 +- **ESP32 Wemos D1 Mini** (compact ESP32 development board - recommended) +- **JSY-MK-194G Energy Meter** with Modbus RTU over RS485 - **SSD1306 128x64 OLED Display** (I2C, address 0x3C) - **RS485 to TTL Converter** for Modbus communication +- **Meanwell APV-8-5 5V 8W Power Supply** for system power ### Pin Configuration ``` @@ -59,8 +60,8 @@ I2C (OLED): - SCL: GPIO22 Power: -- 3.3V: OLED, RS485 module -- 5V: ESP32 via USB +- 5V: External power supply to ESP32 +5V pin (main power) +- 3.3V: ESP32 internal regulator powers OLED, RS485 module, and energy meter ``` ### Communication Protocols