I am running a code where I put the device in sleep mode and wake it up with Real Time Clock every 2 minutes. (Int jumper and PD5 power bee jumper welded in Stalker)
When I wake it up I send through GPRS temperature to Ubidots. I am having some problems with serial communication and connecting to Ubidots.
I guess that there is a problem between libraries SoftwareSerial and Wire. Code and error!
That error is because you begin to communicate without good connection to the ubidots server. When you use AT+CIPSTART=“tcp”,“things.ubidots.com”,“80” you’ll need to wait until you CONNECT OK reply.
Then you need more delay.