S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
MQTT ping packet:
[0xC0], [0x00],
Client sendPacket returned: 2
Read data: [0xD0],
Packet Type: [0xD0],
Read data: [0x00],
Packet Length: 0
PING!
MQTT ping packet:
[0xC0], [0x00],
Client sendPacket returned: 2
Read data: [0xD0],
Packet Type: [0xD0],
Read data: [0x00],
Packet Length: 0
PING!
MQTT ping packet:
[0xC0], [0x00],
Client sendPacket returned: 2
Read data: [0xD0],
Packet Type: [0xD0],
Read data: [0x00],
Packet Length: 0
PING!
MQTT ping packet:
[0xC0], [0x00],
Client sendPacket returned: 2
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
Connecting to: io.adafruit.com
Connect result: 0
ERROR: Unable to connect to Adafruit.IO
Re: S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
MQTT ping packet:
[0xC0], [0x00],
Client sendPacket returned: 2
Read data: [0xD0],
Packet Type: [0xD0],
Read data: [0x00],
Packet Length: 0
PING!
Re: S2 Boards Going Offline Since Beta.19
Are you looking for stuff near the board starting or something else?
Re: S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
Re: S2 Boards Going Offline Since Beta.19
Jdfry wrote:Has there been any resolution on this yet? I have a PyPortal that is behaving the same way, in that from a few minutes to several hours (~18+) the board will disconnect from Adafruit.IO. I'm running CircuitPython and have modified the code with additional timeout time of 5 seconds via io.loop(5) in the try statement, with an except statement of wifi.reset(), wifi.connect(), and another indented try with io.reconnect() and except statement of io.connect(). I thought I had solved the issue by including wifi.connect() after the example code's wifi.reset(), but then still crashed after about 18 hours.