Launch ESP8266 WIFI module with Micropyton

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
Maryama
Posts: 1
Joined: Sat Aug 01, 2020 6:53 am
Location: Sweden

Launch ESP8266 WIFI module with Micropyton

Post by Maryama » Tue Nov 10, 2020 12:07 pm

Hello friends
I want to run Micro Python on esp8266. But I do not know how to do this?
Thank you for your help.

matt42
Posts: 7
Joined: Sat Apr 25, 2020 4:10 am

Re: Launch ESP8266 WIFI module with Micropyton

Post by matt42 » Tue Nov 10, 2020 2:36 pm

You can follow these instructions and ask if there is something you do not understand.

http://docs.micropython.org/en/latest/e ... html#intro

Here you can configure wifi after Micropython is installed.

http://docs.micropython.org/en/latest/e ... asics.html

Post Reply