Search found 3 matches

by pmr1
Sat Sep 01, 2018 9:54 am
Forum: WiPy and CC3200 boards
Topic: Recovering Wipy
Replies: 0
Views: 2887

Recovering Wipy

I have two wipy 1.3 boards using the CC3200 for which I cannot access via wifi. On power on the LED flashes rapidly. On reset using pin 28 pull up the flash rate remains rapid and does not seem to resort to factory reset. No wifi signal is emitted from these boards. ( as seen with Android wifi analy...
by pmr1
Tue Dec 01, 2015 8:56 pm
Forum: WiPy and CC3200 boards
Topic: sleep and deepsleep
Replies: 4
Views: 7723

Re: sleep and deepsleep

You should put your code inside [ code] Put code here [ /code] tags (remove the space after the opening square bracket. Then your code retains its indentation, like this: while True: pass import machine from machine import RTC import wipy rtc = machine.RTC() # init with default time and date rtc = ...
by pmr1
Sun Nov 29, 2015 2:10 pm
Forum: WiPy and CC3200 boards
Topic: sleep and deepsleep
Replies: 4
Views: 7723

sleep and deepsleep

I have trouble getting a wipy to repeated go to sleep after executing some housekeeping and eventually reading some sensor. However the code below sleeps only once. I am using MicroPython v1.5-1-ge954604 on 2015-10-21; WiPy with CC3200 # code begin import machine from machine import RTC import wipy ...