I see from previous posts that it is possible to run without the Particle Cloud, and still participate on a local WiFi network.
My setup is a little different in that occasionally my Argon will have full internet access, however, most of the time it does not.
I run the Argon with SYSTEM_THREAD(ENABLED) and SYSTEM_MODE(AUTOMATIC); I don't do any manual WiFi connections (although I do loads of Blue Tooth operations).
The Argon is responsible for measuring 3 x A/D inputs (potentiometers) at 1kHz and based on these measurements for communicating with and controlling 3 x BLE dimming devices. As one can imagine for smooth dimmer operation the Argon needs to be responsive.
Can someone tell me if start with Internet access (I've tested this extensively) if I drop Internet access, will the Argon become less responsive? For example, will it get stuck in trying to connect to the Cloud from time to time and therefore starve the sample and control function? (i.e the background loop; the sampling runs in ISR)
Unfortunately, I can't test this now since I'm no longer close to the installation site. Was hoping someone could tell me and maybe give me some pointers on what to do during times with no connection to the internet.