I am trying to get the official ThingsSpeak library running on my Core but I’m getting a SOS hard fault. It actually shows to sequences of SOS + single flash.
I’ve added extra debug statements to isolate the point of failure but it’s not quite the same every time. I’ve also added an 10 s delay at the beginning of the loop to allow connections to Particle cloud to be established. The code runs to the top of the connectThingSpeak() method and seems to fail around a trivial statement. This and some reading of posts on other users’ SOS problems might suggest a time out or something happening with connections in the background. But I have no idea to resolve the issue. I thought previous known SOS problems had been remedied…
Hi. I’ve gotten it running on Photons and Electrons, though I have to admit that I haven’t tried any of the recent versions on the core. Can you post your code? I’ll warm up the cores I have an double check that I haven’t broken them.