WLANWiPy for esp8266

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Tom_123
Posts: 3
Joined: Tue Oct 30, 2018 2:34 pm

WLANWiPy for esp8266

Post by Tom_123 » Wed Jun 24, 2020 9:49 am

Hello,

1. i notice that for the wipy there is a specific module: WLANWiPy :
https://micropython.org/resources/docs/ ... k.WLANWiPy

this module enable special methods on the wifi processor,

does the esp8266 firmware have also similar module ?

2. i looked at the Espressif documentation:
https://www.espressif.com/en/support/do ... -documents

and i found that there there is API that enable special commands for the esp8266:
https://www.espressif.com/sites/default ... nce_en.pdf

does there is a way to run those API comands from the micropython firmware ?

regards,
Tom

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: WLANWiPy for esp8266

Post by jimmo » Mon Jun 29, 2020 6:37 am

Tom_123 wrote:
Wed Jun 24, 2020 9:49 am
does the esp8266 firmware have also similar module ?
The ESP8266 port uses the WLAN class (see http://docs.micropython.org/en/latest/l ... le-network)

Examples at http://docs.micropython.org/en/latest/e ... networking

Post Reply