Boron cell connection light

hi i have a box for the boron so i cant see if its connected to cell service

is there a way to code an io pin to go high and hook it to a led outside of box to be on when boron connects?

thanks

You could either mirror the RGB LED to an external one: mirrorTo() - RGB | Reference | Particle

Or you could poll for Particle.connected() and toggle an LED.

2 Likes

Hi @cal39

This works really well, I use it often.

Regards
Friedl

Thanks!

Thanks
I ordered a rgb led and will try code soon

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.