This repository was archived by the owner on Dec 8, 2025. It is now read-only.
|
I don't see a way to turn on the internal light on the pico w with the startLightBulb command. I searched the issues a lot and the docs. Sorry if this was explained elsewhere. |
Answered by
pelikhan
May 25, 2023
Replies: 4 comments 5 replies
|
You are right, looks like we haven't updated the hardware configuration with led info https://microsoft.github.io/devicescript/devices/rp2040/pico-w |
0 replies
|
It looks like the LED is connected to the wireless chip, not the RP2040, on the pico-w so we cannot control it with the startLightbulb function. |
1 reply
Answer selected by
pelikhan
|
@mmoskal can we update the board description to callout that the LED is not available? |
0 replies
|
You can also try to use |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like the LED is connected to the wireless chip, not the RP2040, on the pico-w so we cannot control it with the startLightbulb function.