Turning off S2 Lolin mini blue standby led #53
Replies: 6 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Still this behavior is not correct and I cannot explain it from an electrical point of view how this is possible. Something's missing here. However, to me this situation looks very dangerous. Apart from the lack of power (have you checked the 5V lines with a multimeter?), the addressable LEDs will not light up without a command. Sometimes noise can trigger them, but this is rather unusual for SPI, as such an event should occur simultaneously on both CLOCK and DATA lines. Single-line Neopixels are much more sensitive and sometimes the fluctuations during startup (especially on GPIO2 when UART is present on esp32 or esp8266) can turn on some diodes, provided they have power. I haven't used ESP32-s2 mini for a long time, so it may be a dead end, but I think the blue LED is connected to GPIO15 in this model... does this LED turn on again after disconnecting/connecting ESP to USB and restarting the LED driver in HyperHDR? How is the unit to which the ESP is connected powered? |
Beta Was this translation helpful? Give feedback.
-
If you disconnect jack (LED power supply on the diagram) not esp, are they still lit? I'm moving the subject to the discussion. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello @awawa-dev, After a while, I discovered that the blue LED is responsible for the active spi connection to the LED strip, In this draft PR https://github.com/dmytro-frolov/HyperSerialESP32/pull/1/files I close SPI connection to LED once UART connection from the host closed, it's not anything like production-ready solution, but please look at it. It solves voltage drop and the LEDs don't ignite on their own, unfortunately, handshake doesn't work, but I've been using this version for more than a week and everything seems to be fine, and I'm going to stick to it |
Beta Was this translation helpful? Give feedback.
-
Hi,
Setup:
I have ESP32-S2 Lolin mini and apa107/hd107 LED strip, the power goes from a 5v external power supply to buffer SN74AHCT125N connected to a smart socket.
Issue:
Unfortunately, when I power off the power supply the s2 mini still ignites the blue standby led and some LEDs from the strip, I think the SN74AHCT125N passes some current to the strip.
My main question is, can I turn off s2 mini when I don't need it, using API or something? When I connect ESP to USB, the standby led and LEDs don't spark until I turn on the LED device under Remote Control on the dashboard
Beta Was this translation helpful? Give feedback.
All reactions