Page 1 of 1

How to use 'network' module in pyb?

Posted: Sat Oct 07, 2017 3:29 am
by swanduron
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:

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

Posted: Sat Oct 07, 2017 9:52 am
by shaoziyang
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.