Using ArduinoCloud.update() and sending sms - with 12bit analog on

Hello,
I've been spending a huge amount of time trying to debug use of the cloud with sms. My application needs to send/receive sms's, but I'd like to have the cloud for trends/app/ifttt, etc. My "cell only" version works all the time, no issues, its great. Using the cloud with sms (receive only) craps out all the time, randomly. So, I've been debugging all over the place. What I'd like to know is - with analogBits = 12 (vs standard 10 bit a/d), is the cloud app randomly changing it to 10 from 12? In debugging this, my application will crap out with 12 bit a/d setup, but I've just put it back to 10bits, and.... its working. Why would arduinocloud.update() etc do anything with the a/d resolution ?

Update: There might be some oddness with the cloud variable being "CloudElectricPotential" and it being assigned a value from a Float. I've changed the thing parameter to be 'float' instead of the electricpotential and will see if any better.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.