Electron Signal Strength LED Algorithm

If anyone uses React then you may find this interesting. I’ve started building some React components that work off the particle API data.

My first component is called “RssiSignalStrength” and translates the built in logic into a nice UI. It also shows the signal strength as a RGB value (which you can mirror with a custom RGB LED on the board - it will be useful for remote trouble shooting)

I intend to build more Particle API driven React components as I’m building a admin panel for my project in React, so watch this space.

2 Likes