SPWF04S WiFi Module with micropython

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
SureshVakati
Posts: 42
Joined: Fri Feb 24, 2017 3:52 pm

SPWF04S WiFi Module with micropython

Post by SureshVakati » Thu Aug 31, 2017 4:39 pm

Has anyone tried this Micropython enabled WiFi module?

It has micropython 1.6, is there anyway that I can upgrade it to 1.9? No documentation was found on this.

The module doesn't have easy way to edit and save scripts on file systems, like USB+MSC.

The nice thing about it is rather than using AT commands and parsing the responses, I can use WLAN library module for faster development. I am just testing this module, if anyone has some experience with this board, please reply here.

Thanks!

riklaunim
Posts: 32
Joined: Fri Aug 22, 2014 5:42 pm

Re: SPWF04S WiFi Module with micropython

Post by riklaunim » Fri Sep 01, 2017 9:08 am

Got one board today. I'm planning to check it out - how and if it works. Does it even have any advantages over ESP32?
stm.jpg
stm.jpg (156.03 KiB) Viewed 2927 times

User avatar
SureshVakati
Posts: 42
Joined: Fri Feb 24, 2017 3:52 pm

Re: SPWF04S WiFi Module with micropython

Post by SureshVakati » Wed Sep 06, 2017 4:26 pm

How did your test go?

Post Reply