CC3000 wlan.connect()

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
dhester
Posts: 1
Joined: Sat Jan 31, 2015 10:23 am

CC3000 wlan.connect()

Post by dhester » Sat Jan 31, 2015 11:34 am

I have just got my pyboard and reflashed it with the dfu that includes network (30-1-15 version) and have tried following the example given in the video for update 13 on kickstarter but I get the error;

">>>wlan.connect()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'wlan' is not defined"

I have the CC3000 connected, can anyone point me in the right direction to get the pyboard and adafruit CC3000 module working together.

Post Reply