No CC4k Class in network module

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
jfcaron
Posts: 1
Joined: Wed Nov 05, 2014 11:54 pm

No CC4k Class in network module

Post by jfcaron » Wed Nov 05, 2014 11:57 pm

Hi, I have a PyBoard 1.0 that just came in the mail, and I have a CC3000BOOST that I had previously tried to use in an msp430 project. It looks like I should be able to use the CC3000BOOST simply by connecting the right pins and using the code shown here: http://wiki.micropython.org/cc3k-wlan .

Unfortunately it seems my PyBoard has a different version of the modules, my network module only has one thing in it: a "route" function with no documentation that seems to just return an empty list.

Clearly there's something I missed. Do I have to update the PyBoard firmware? Is there a separate network.py file I can download & put on the pyboard's file system? Who wrote that wiki page and where can I get instructions to make it work?

Thanks,
JF

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: No CC4k Class in network module

Post by dhylands » Thu Nov 06, 2014 8:04 am

To the best of my knowledge the pyboards don't ship with the network firmware.

You need to flash an image from here:
http://micropython.org/download/

Post Reply