m5StickC MicroPython curl
-
Hi all
I picked up an M5StickC with an ENV hat and very imrpessed so far! I have no experience programming with Arduino so sticking with UIFlow for now and have got fw 1.4.0 running.Question though, how do I get the MicroPython curl library loaded? Do I have to re-build?
Or is there another library that would allow me to make HTTP POST requests?Cheers
-
You can try to use urequests to make HTTP requests.
-
Perfect!
import urequests
works great!
Thanks for the tip! -
This may be of use to you https://www.hackster.io/lukasmaximus89/m5stack-micropython-simple-web-server-20a4c4
-
@lukasmaximus very nice! That will be useful! Thanks!