Stack Overflow when calling Particle.connect

I’m not claiming to understand all of this, however here is something to try. Instead of calling postSOC() from within binaryToCsv() which is within logData(), how about just putting it after the call to logData() within your loop() function. This will allow all that stack from those large functions to unwind, freeing up some stack space for postSOC() to run?

3 Likes