-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any idea how to check if leds are working? #48
Comments
noone? |
It is challenging to assess whether something is defective or not functioning correctly from a distance. Check the connections and settings, especially the GPIO. If possible, please provide photos of the connections and screenshots of your settings. The LEDs need to be controlled, and there is no way to test them without proper control signals. If you suspect that a board is defective, disconnect the cables connected to it and try the next board. While the LEDs may not behave entirely correctly, there should be some illumination at the very least. |
I try and add some "init" code that blinks all LEDs on startup. When I was hacking my lamp I would have needed something like this as well since my GPIO wasn't working properly but I was unsure whether it was software or hardware related. I might come back with a PR soon. |
Et voila. |
I'm not using this project for my setup but my experience was that when Vcc is +5V and the ESP32 GPIOs have a potential of +3.3V, it's just on the edge to communicate to the SCT2024. I also had a setup running for some time, which then showed random LED. Traced with a logic analyzer I could verify that the SCTs weren't working as expected. Having the communication lines at slightly below Vcc, everything works as expected. So you could try to manually communicate to the device on a higher level than 3.3V. |
https://gifyu.com/image/SRsyt As I mentioned in the first post, everything was working fine and hanging on my wall for 2 days and suddenly stopped working. |
@grzegorztomasiak I have the same problem. Obegraensad was working fine for about a month and suddenly stopped working. After connecting USB cable, some leds flash for split of a second and they are gone. Unfortunately, I don't have found a solution. |
I successfully wired all connections to the Obegraensad and was working fine for 2 days. I had set clock to display.
And today I saw that LED hung on minutes (hours were already gone, not lit). So I restarted ESP32 and software is running fine under my ip address but no leds are lit.
I tried to re-program esp32 but still no luck with LEDs. I suspect something burned inside, like those chip controllers on each led board. Anyone has an idea what's going on?
The gif shows that after connecting usb cable, some leds flash for split of a second and they are gone. It happens even when esp32 is completely disconnected from the panel.
EDIT: new link
https://gifyu.com/image/SRsyt
The text was updated successfully, but these errors were encountered: