Does Particle.connected() mean connected to the cell network or connected to particle cloud?

Hi All,

Just wondering about the function Particle.connected(). From the reference guide: Returns true when connected to the Cloud, and false when disconnected from the Cloud.

When they say “the cloud” does that mean that the electron is connected to the cellular network or does that mean it is connected to the particle cloud?

Thanks,
Peatear

It means it’s connected to the Particle Cloud.

2 Likes

That would be this one: https://docs.particle.io/reference/device-os/firmware/electron/#ready-

1 Like

That’s great! thanks for that. Cellular.ready() is what I’m looking for thanks!