How to use 'network' module in pyb?

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
swanduron
Posts: 10
Joined: Mon Mar 13, 2017 9:03 am

How to use 'network' module in pyb?

Post by swanduron » Sat Oct 07, 2017 3:29 am

I seen that the network module has been merged in recent release of micropython, but the pyb has no wifi hardware module, anyone who can give me a hand to clear how to take the pyb works with network module?

aka.... ESP8266 has wifi adapter but I try to use threading in my project. :oops:

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: How to use 'network' module in pyb?

Post by shaoziyang » Sat Oct 07, 2017 9:52 am

swanduron wrote:I seen that the network module has been merged in recent release of micropython, but the pyb has no wifi hardware module, anyone who can give me a hand to clear how to take the pyb works with network module?

aka.... ESP8266 has wifi adapter but I try to use threading in my project. :oops:
Pyboard has not wifi module, you need a external CC3000 module.

ESP8266 doesn't support thread, ESP32 does.

Post Reply