Affordable WIFI for Pyboard

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
User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

Affordable WIFI for Pyboard

Post by devnull » Mon Jun 04, 2018 3:19 am

https://www.tinyosshop.com/wifi-skin-for-pyboard

I see there is the shield above (and upy code), but has anyone successfully implemented wifi on the pyboard at a reasonable cost ?

The CC3000 option pretty much doubles the cost of the pyboard by adding wifi

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Affordable WIFI for Pyboard

Post by Roberthh » Mon Jun 04, 2018 6:40 am

This shield is just an ESP8266 connected to an UART. You can do the same with any ESP01- module. Both @pythoncode and me (and maybe others) had the idea of using that as WiFi interface. But at least for me the task seems to laborious. Maybe the bew MACRAW interface makes it a little bit easier to handle the data transfer. But still the administration part of the interface has to be done.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Affordable WIFI for Pyboard

Post by pythoncoder » Mon Jun 04, 2018 10:48 am

I implemented a means of using an ESP8266 to bring MQTT to a Pyboard here but I don't think anyone has developed a general solution.
Peter Hinch
Index to my micropython libraries.

Post Reply