Hi,
I got a new Argon board and flashed a test blink LED test program using Particle Workbench without registering it to Particle cloud, I am observing that my Application is not getting executed.
Does cloud registration of Argon board is a must for test apps ?
Thank you for the support.
regards,
Anil
Hi,
Welcome to the community!
So It’s depends
If you are using the blinking led available on web ide:
it’s not gonna work until cloud connection is not established if you using the example from doc:
Should work without any problems and led should blink almost immediately after flashing
The trick is:
SYSTEM_THREAD(ENABLED);
Make sure that you have it in your sketch.
Best,
Arek
Thank you Arek for the response.
I had a test program and was locally compiled and it had the SYSTEM_THREAD(ENABLED) and still it was not running my app. Still a mystery.
Thanks though.
regards,
Anil