Skip to main content
TK Brown - Blog

Particle Connectivity Agent Library

Particle's default connectivity agent is great for rapid benchtop protos, though becomes problematic for scenarios which require long-term connectivity and non-blocking operation.

Due to these issues, I built my own class to manage connectivity with the Particle Cloud. Basic usage is simple: set the system mode to manual, instantiate the class, and call Process() during loops.

Check it out on GitHub - https://github.com/TKBrown/Particle-Connectivity-Agent

Install via Particle CLI particle library install Particle-Connectivity-Agent