Search found 7 matches
- Sun May 01, 2016 1:48 pm
- Forum: WiPy and CC3200 boards
- Topic: Connect the Wipy to a wlan
- Replies: 2
- Views: 7959
Re: Connect the Wipy to a wlan
Hi Daniel, thanks for your response. I connect via telnet and ftp to the wipy. For the test i tried to extend your code to write the available ssids to a file. from network import WLAN wlan = WLAN(mode=WLAN.STA) nets = wlan.scan() dat = open("/flash/wlan.info","w") for net in nets: dat.write(net) da...
- Sun May 01, 2016 11:54 am
- Forum: WiPy and CC3200 boards
- Topic: Connect the Wipy to a wlan
- Replies: 2
- Views: 7959
Connect the Wipy to a wlan
Hi, i try to connect my wipy to my wireless home network. From the docs i copied and modified the following code to boot.py: from network import WLAN wlan = WLAN(mode=WLAN.STA) nets = wlan.scan() for net in nets: if net.ssid == 'MYSSID': print('Network found!') wlan.connect(net.ssid, auth=(net.sec, ...
- Sat Nov 14, 2015 4:44 pm
- Forum: WiPy and CC3200 boards
- Topic: wipy ignores firmware update and boot.py
- Replies: 8
- Views: 8184
Re: wipy ignores firmware update and boot.py
Hi Sebastian,
i do have an expansion board!
Have done a modification like that?
Since i have no experience with c and compiling c stuff i'm pretty shure it would take a huge amount of time to handle that.
i do have an expansion board!
Have done a modification like that?
Since i have no experience with c and compiling c stuff i'm pretty shure it would take a huge amount of time to handle that.
- Sat Oct 31, 2015 3:17 pm
- Forum: WiPy and CC3200 boards
- Topic: wipy ignores firmware update and boot.py
- Replies: 8
- Views: 8184
Re: wipy ignores firmware update and boot.py
No problem here. I can delete/ modify it via FTP. I just thought that the boot.py would be reseted in safe boot and that this would be a sign for another problem instead of the permanent safe boot... Next time i need to be more patient when putting test circuits together. Maybe there happened the mi...
- Sat Oct 31, 2015 2:38 pm
- Forum: WiPy and CC3200 boards
- Topic: wipy ignores firmware update and boot.py
- Replies: 8
- Views: 8184
Re: wipy ignores firmware update and boot.py
Alright, so my last hope is gone...
Oh no!! And they are out of stock again. Damn...
Twice time unlucky.
Do you have any information when new wipys can be ordered?
Oh no!! And they are out of stock again. Damn...
Twice time unlucky.
Do you have any information when new wipys can be ordered?
- Sat Oct 31, 2015 2:17 pm
- Forum: WiPy and CC3200 boards
- Topic: wipy ignores firmware update and boot.py
- Replies: 8
- Views: 8184
Re: wipy ignores firmware update and boot.py
Unlucky me...
If it reboots in safeboot, shouldn't the boot.py be deleted everytime it boots again?
If it reboots in safeboot, shouldn't the boot.py be deleted everytime it boots again?
- Sat Oct 31, 2015 10:08 am
- Forum: WiPy and CC3200 boards
- Topic: wipy ignores firmware update and boot.py
- Replies: 8
- Views: 8184
wipy ignores firmware update and boot.py
Hi, when my wipy arrived, i've updated the firmware and tried to connect it to my router. I failed to connect it and needed to reset the wypi several times. Now i'm back on firmware 1.0.0. When i try to update the firmware again or try to connect to my router nothing happens. Both, the boot.py and t...