Other

philips_rgbic_floor_lamp_wled_mod

🇩🇪 · AFRA · afra_rootcat (afra_rootcat@undisclosed.example.com)

@@ -1,9 +1,9 @@ ====== WIP - Philips RGBIC Floor Lamp WLED Mod ====== ===== Overview ===== - This project describes how to convert a Philips RGBIC Ambient Floor Lamp into a fully controllable WLED device using an ESP32-C3. The original controller inside the lamp is replacable to contoul with wled direct the LED strip. The lamp can be purchased @Action here is the Link: https://www.action.com/de-de/p/3219917/philips-stehlampe/ + This project describes how to convert a Philips RGBIC Ambient Floor Lamp into a fully controllable WLED device using an ESP32-C3 or an S3 for Sound Reactive. The original controller inside the lamp is replaceable to control the LED strip with WLED direct. The lamp can be purchased @Action here is the Link: https://www.action.com/de-de/p/3219917/philips-stehlampe/ Price is : ~14€ – 19€ depending on availability, i bought two units 2025 during the Christmas season for experimentation. @@ -17,12 +17,12 @@ ===== Cost Estimate ===== Approximate cost for modification: - * ESP32-C3 Mini: ~2$ + * ESP32-C3 Mini: ~2$ (with out sound reactive) / in the end it was an ESP32-S3 Mini (with sound reactive) ˜7$ * Step-Down Converter: ~1$ * Microphone (optional): ~2$ - * Resistors, wiring: available in AFRA + * Resistors, wiring: maybe 2/3$ whatever was available in AFRA Total: ~17/25$ Most components are easily available. @@ -36,13 +36,14 @@ * 330–470Ω resistor (data line) Optional: * [[https://de.aliexpress.com/item/1005006317323517.html?spm=a2g0o.productlist.main.1.2363WfARWfARd6&algo_pvid=17d3f436-6c8e-4f35-8c04-2b08df55bf0c&algo_exp_id=17d3f436-6c8e-4f35-8c04-2b08df55bf0c-0&pdp_ext_f=%7B%22order%22%3A%221526%22%2C%22spu_best_type%22%3A%22price%22%2C%22eval%22%3A%221%22%2C%22fromPage%22%3A%22search%22%7D&pdp_npi=6%40dis%21EUR%211.69%211.69%21%21%2113.23%2113.23%21%40211b61bb17766883566243029e256c%2112000036737351755%21sea%21DE%21753378716%21X%211%210%21n_tag%3A-29919%3Bd%3A28754d8a%3Bm03_new_user%3A-29895&curPageLogUid=K3elG7LONeGr&utparam-url=scene%3Asearch%7Cquery_from%3A%7Cx_object_id%3A1005006317323517%7C_p_origin_prod%3A| INMP441 microphone]] - * BC547 transistor - * [[https://de.aliexpress.com/item/1005007496189056.html?spm=a2g0o.order_list.order_list_main.752.3cfb5c5fAq3czV&gatewayAdapt=glo2deu| BMP280 only if it stays stable]] - * 220µF / 470µF capacitor + * BC558C transistor + * Electrolytic Capacitors: 470uF 10V && 470uF 16V + * Capacitors: 220Ω / 330Ω / 470Ω / 4.7kΩ / 110kΩ - ===== Lamp Internals ===== + + ===== LED Internals ===== Inside the lamp: * Red → 12V * Black → GND @@ -71,9 +72,9 @@ ===== Data Line ===== <code> - ESP GPIO(TBD) → 330–470Ω → LED DATA + ESP GPIO(TBD) → 470Ω → LED DATA </code> Note: No level shifter (short cable distance) @@ -86,9 +87,9 @@ INMP441: VCC → 3.3V - GND → BC547 → GND + GND → BC558C → GND </code>