-
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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
@mmoskal can we update the board description to callout that the LED is not available? |
Beta Was this translation helpful? Give feedback.
-
You can also try to use |
Beta Was this translation helpful? Give feedback.
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.