From e8e4b056330e1708db37ec83174ea6d8db14ab59 Mon Sep 17 00:00:00 2001 From: ruben Date: Wed, 2 Jul 2025 15:43:29 +0000 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1cb9fb --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# PowerRGB + +This project implements a high-power RGB LED lighting system controlled via WiFi. The lamp uses three 5W LEDs, each regulated by a dedicated LM3404 LED driver and monitored by an INA226 current sensor. An ESP8266 (ESP-12E) microcontroller manages wireless control and power monitoring through a web interface. + +Designed as part of a 2024–2025 power electronics curriculum, the project emphasizes practical hardware design, power regulation, thermal analysis, and embedded software integration. \ No newline at end of file