PINs for Wifi Cyan LED on Photon?

I just want to add an additional LED on the box because I cant see the photon onboard LED the way I have it mounted. Are there PINS that I can solder on to add the RGB LED or easier to emulate through the code?

Thanks.

1 Like

Yes you can solder to the 3 pads at the bottom.

Another way is to add an RGB led (either a purely 3 led analog controlled or WS2812).

This reminds me of @wgbartley!

He used this: https://github.com/wgbartley/word-clock-studiopendous2015/blob/master/word-clock-studiopendous-2015.ino#L103 and https://github.com/wgbartley/word-clock-studiopendous2015/blob/master/word-clock-studiopendous-2015.ino#L228

The docs reference is here with example: https://docs.particle.io/reference/firmware/photon/#onchange-handler-

1 Like

I just wrote this tutorial on using Serial2, but it also explains both options: how to access the pins on the bottom for using an external RGB status LED, and also how to redirect the LED in software to other pins.

1 Like

@kennethlimcp, thanks. I see the connection in your tutorial now.