diff --git a/platformio.ini b/platformio.ini index 46084ea..f0d7367 100644 --- a/platformio.ini +++ b/platformio.ini @@ -199,7 +199,7 @@ build_flags = -DETH_PHY_MDC=23 -DETH_PHY_MDIO=18 -DETH_PHY_POWER=16 - -DIOTORERO_ETHERNET -DPOWER_RELAY_GPIO=2 -DPOWER_RELAY_INVERT -DETH_CLK_MODE=ETH_CLOCK_GPIO17_OUT + -DIOTORERO_ETHERNET -DPOWER_RELAY_GPIO=2 -DETH_CLK_MODE=ETH_CLOCK_GPIO17_OUT ; ================================================== ; ESP8266 diff --git a/readme.md b/readme.md index 4f7e063..a44e7c9 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Hyperk -Hyperk is a minimalist, high-performance uni-platform WiFi LED driver for ESP8266, ESP32 (S2, S3, C2, C3, C5, C6), Raspberry Pi Pico W (RP2040, RP2350). Designed as a lightweight and streamlined component that avoids unnecessary complexity, it delivers low‑latency performance and integrates smoothly with platforms such as HyperHDR, while offering essential home‑automation capabilities through a clean, modern codebase. +Hyperk is a minimalist, high-performance uni-platform WiFi/Ethernet LED driver for ESP8266, ESP32 (S2, S3, C2, C3, C5, C6), Raspberry Pi Pico W (RP2040, RP2350). Designed as a lightweight and streamlined component that avoids unnecessary complexity, it delivers low‑latency performance and integrates smoothly with platforms such as HyperHDR, while offering essential home‑automation capabilities through a clean, modern codebase. ## Installation @@ -15,11 +15,11 @@ The firmware can be flashed directly from your browser: ## Supported Hardware - **Espressif:** ESP8266, ESP32, ESP32-S2, ESP32-S3, ESP32-C2, ESP32-C3, ESP32-C5, ESP32-C6, WT32-ETH01 - - Initial support for custom boards: GLEDOPTO, DOMRAEM, Athom/IoTorero + - Initial support for custom boards: GLEDOPTO, DOMRAEM, Athom/IoTorero including LAN8720 chipset - **Raspberry Pi Pico W:** RP2040, RP2350 -Support for multi-segment (board-dependent) and power-relay control. +Includes support for multi-segment (board-dependent), power-relay control, and HyperSerial (USB serial port communication). ## Supported LED Types @@ -33,7 +33,8 @@ Support for multi-segment (board-dependent) and power-relay control. ## Integration -- **HyperHDR:** Dedicated Hyperk driver (>v22beta1). Also works via its native `DDP`, `udpraw`, and `WLED` drivers. +- **HyperHDR WiFi:** Dedicated Hyperk driver. Also works via its native `DDP`, `udpraw`, and `WLED` drivers. +- **HyperHDR Serial Port:** HyperHDR Adalight USB serial communication variant (AWA protocol). - **Home Assistant:** Automatic discovery with support for power on/off, color, and brightness control. | HyperHDR | Home Assistant | diff --git a/version b/version index 2e5fb23..bbdeab6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.5-beta.2 +0.0.5