Just got my cores, excited to start using them, but I am trying to understand the connectivity stuff first!
I am able to connect, load my arduino code and everything works fine. But if I try to use the core without wifi network, or disconnect wifi while/after its running the arduino code seems to stop running. Does this mean the code is actually in the cloud and not flashed to the device?
Is this normal? Is there anyway to have the code run regardless of wifi connectivity?
The user app is only run when the Core successfully establishes a connection to the cloud. In the future we plan to make the user app independent.
For now, there is a workaround this: you simply disable the WiFi module as discussed in this thread:
But unfortunately we haven’t been able to get to this feature yet.