Search found 5 matches

by AJWIFI
Wed Aug 03, 2016 12:56 pm
Forum: WiPy and CC3200 boards
Topic: WiPy Keeps Restarting?
Replies: 2
Views: 3808

Re: WiPy Keeps Restarting?

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?
by AJWIFI
Sun Jul 24, 2016 5:41 am
Forum: WiPy and CC3200 boards
Topic: WiPy Keeps Restarting?
Replies: 2
Views: 3808

WiPy Keeps Restarting?

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; Wi...
by AJWIFI
Sat Jul 23, 2016 2:39 pm
Forum: WiPy and CC3200 boards
Topic: Controlling a led, pull up resistor value
Replies: 12
Views: 13390

Re: Controlling a led, pull up resistor value

If using a Blue LED I have measured Vf at 2.7Volts (quite a bit higher than the Red/Orange/Yellow) and I believe white are similar to blue. For Blue LED (3.3-2.7)/0.005 = 120ohms min R required to draw max GPIO current That said using a 330ohm with Blue LED which in this case would draw 1.8mA to me ...
by AJWIFI
Mon May 30, 2016 2:47 pm
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 14455

Re: Blynk example not working

I did find it works with the full path [code]>>> execfile('/flash/lib/01_simple.py')[/code] perhaps I need to set some env variables (sorry new to python) still be keen to know how to change file permissions or if they even matter in this context? [code]os.chmod("/flash/lib/01_simple.py", 0777) [/co...
by AJWIFI
Sun May 29, 2016 5:41 am
Forum: WiPy and CC3200 boards
Topic: Blynk example not working
Replies: 9
Views: 14455

Re: Blynk example not working

Hi *Different Error* got my shiny new WiPy - great looking board and super easy so far I have connected it to the home WiFi fine and uploaded all Blynk library files to /flash/lib trying to run the example too but I get this error [code]>>> execfile('01_simple.py') Traceback (most recent call last):...