Hey there @fundamol - do the devices connect to the Cloud when running rc.26 and the out-of-box “Tinker” firmware? It would be good to check that first to rule out network connectivity issues.
If they are stable running Tinker than the issue may be with your code. Can you try upgrading all devices to rc.26 running Tinker and let us know whether your Xenons are still unable to connect?
@will The boron connects to the Cloud. The Xenons obviously do not. I have made my code the simple loop to only print on serial and delay for a 1 second. I have also tried flashing the rc. 26 hybrid firmware and the tinker firmware, but it keeps blinking fast green.
You could put your Serial.begin() call in STARTUP() and also use SYSTEM_THREAD(ENABLED).
In default SYSTEM_MODE(AUTOMATIC) your own code won't run till the connection got established. Both suggestions above should help circumvent that problem.
A bit of rest and some patience solved it for me. The key was resetting everything and flashing Tinker on all of them to get through the setup process. Now they are all breathing cyan and connected to the cloud.
That’s great news! I’m sorry you had to spin your wheels to get it working in the first place. We’re continuing to work on both improving the stability of subsequent firmware releases as well as the ease in which they can be applied to devices.