Blynk via GSM SIM800 Reconnects every push

Hello Guys,

i have a Problem.
My Arduino Mega is connected via Sim800 to Blynk.
That works:


/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v0.4.3 on Arduino Mega

[3153] Modem init…
[3276] Connecting to network…
[3289] Network: O2 (Germany)
[3289] Connecting to pinternet.interkom.de
[3394] Connected to GPRS
[5007] Connecting to blynk-cloud.com:8442
[5940] Ready (ping: 517ms).

For Example: Blynk.virtualWrite(V5, Temp1); i got a System Offline Message, then directly online and my Push?!

[58885] Connecting to blynk-cloud.com:8442
[63912] Connecting to blynk-cloud.com:8442
[65880] Ready (ping: 565ms).
[70888] Connecting to blynk-cloud.com:8442
[71771] Ready (ping: 459ms).
[72759] Connecting to blynk-cloud.com:8442
[77788] Connecting to blynk-cloud.com:8442
[79705] Ready (ping: 495ms).

Can Someone Help me?

Greetings

I have started Debugging over Serial and there was an Packet too big Failure.

[34597] Packet too big: 293
[34598] Connecting to blynk-cloud.com:8442
[39627] Connecting to blynk-cloud.com:8442

I had downloaded then The Library Version 0.4.4 for Arduino.
Now this Error seems solved.

Greetings

1 Like