Replies: 2 comments 2 replies
-
So, from code I see that there's two use-cases. One is via the API (0x0A) so sending a message can turn it on/off it seems. The other use cases is that the LED is toggled when Joining of the network is permitted (and timed out). Anyway is this assumtion true? anybody know? @Koenkk? When I use |
Beta Was this translation helpful? Give feedback.
1 reply
-
Illvdouble check what CONFIG_LED_GREEN maps too, but the silkscreen has it as IO7. Also by default it doest. I soldered it o.. pic tomorrow :p
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I noticed in the coordinator patches, that code was added for the 'green led' or the led connected to IO7.
I've soldered the LED (Only had an 0805, so soldered that) and a 1k 0603. With my multimeter, that has an integrated LED tester (e.g. the led lights up) when I connect my MM to the IO7 pad at the bottom, and to ground, I see that my soldering skills have worked and the led lights up.
However, I don't see it doing anything in software. I figured the firmware doesn't care, it just assumes IO7 is either fitted with a LED or not, so it's always enabled.
Does anybody have a device with IO7 that has an LED and what is expected to happen?
I tried zigpy-cli only so far, and restored my json and performed an energyscan. Also BSL flashing doesn't produce anything on the LED. I checked whether it was simply to dimm/overshadowed by the RED led, but that doesn't seem to be the case either.
I know it'll end up within the metal case, so I won't ever see it. But still curious what the LED was for, and if it was supposed to work ...
Beta Was this translation helpful? Give feedback.
All reactions