Search found 92 matches

by slzatz
Tue Feb 24, 2015 2:10 am
Forum: MicroPython pyboard
Topic: newbie needs help with wifi/wlan
Replies: 13
Views: 13347

Re: newbie needs help with wifi/wlan

After upping the power supply to 5V to the breakout board,

nic = network.CC3K(pyb.SPI(2), pyb.Pin('Y5'), pyb.Pin('Y4'), pyb.Pin('Y3'))

now returns but when I do nic.connect(...), nic.isconnected() is always false no matter how long I wait. Has anyone seen this or have any suggestions?
by slzatz
Sun Feb 22, 2015 3:58 pm
Forum: MicroPython pyboard
Topic: newbie needs help with wifi/wlan
Replies: 13
Views: 13347

Re: newbie needs help with wifi/wlan

I am having trouble getting the cc3000 to init as well. As outlined in the thread, I am pulling the relevant pins low but when I do: nic = network.CC3K(pyb.SPI(2), pyb.Pin('Y5'), pyb.Pin('Y4'), pyb.Pin('Y3')) I am using recent firmware: v1.3.10-67-ge06cf89 at the REPL prompt, it never returns. There...