WiPy Keeps Restarting?

Questions and discussion about The WiPy 1.0 board and CC3200 boards.
Target audience: Users with a WiPy 1.0 or CC3200 board.
Post Reply
AJWIFI
Posts: 5
Joined: Sun May 29, 2016 5:30 am

WiPy Keeps Restarting?

Post by AJWIFI » Sun Jul 24, 2016 5:41 am

Hi
I believe my WiPy is actually restarting, any tips on how to debug this?

connected via telnet - session drops and I find I lose control with Blynk, need to restart

>>> import os
>>> os.uname().release
'1.2.0'


Connected to 192.168.1.230.
Escape character is '^]'.
MicroPython v1.8 on 2016-05-04; WiPy with CC3200
Login as: micro
Password:
Login succeeded!
Type "help()" for more information.

>>> import BlynkLib
>>> BLYNK_AUTH = 'xxxxxxxxxxxxxxxxxxxxxx'
>>> blynk = BlynkLib.Blynk(BLYNK_AUTH)
>>> blynk.run()
TCP: Connecting to blynk-cloud.com:8442
Blynk connection successful, authenticating...
Access granted, happy Blynking!
Connection closed by foreign host.

Connection closed happens after about 1 mins typically

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: WiPy Keeps Restarting?

Post by pythoncoder » Sun Jul 24, 2016 7:14 am

Peter Hinch
Index to my micropython libraries.

AJWIFI
Posts: 5
Joined: Sun May 29, 2016 5:30 am

Re: WiPy Keeps Restarting?

Post by AJWIFI » Wed Aug 03, 2016 12:56 pm

No timeouts are fine - default 300sec

seems to just randomly restart, and I believe it is a restart and not session drop as I need to log in and re-initiate Blynk

sorry bit of a micropython noob, not sure how to troubleshoot from here?

Post Reply