Hi Everyone,
I have an Electron which is programmed to run some code (takes about 10 seconds to process) and then go to Deep Sleep for 5 minutes. I would like to have the option of uploading new code to it OTA, and I found that the best way to do this is to create a Product and, to that Product, add firmware through the Product dashboard.
Now, the problem is that, when I try to push the new firmware to the device, it doesn’t actually do it. The Electron goes to sleep, wakes up, but then it doesn’t get the new firmware updated to it. I think perhaps I need a delay or something in there maybe?
Below is a screenshot of the issue. It keeps saying that the device is pending a firmware update which will automatically get pushed to the device when it comes online next. It keeps coming online but the firmware isn’t getting uploaded! What am I doing wrong! Thanks in advance for any pointers!