Page 1 of 1

How to use SIM800l connect internet with network.socket?Thanks

Posted: Fri Jan 11, 2019 5:10 pm
by 2776012999@qq.com
How to use SIM800l connect internet with network.socket?Thanks

Re: How to use SIM800l connect internet with network.socket?Thanks

Posted: Sat Jan 12, 2019 8:15 am
by loboris
There is a gsm module in my MicroPython port which makes it possible to use any network related function with GSM the same way as with WiFi.

Re: How to use SIM800l connect internet with network.socket?Thanks

Posted: Sat Jan 12, 2019 9:01 pm
by 2776012999@qq.com
I see. Thank loboris!

Re: How to use SIM800l connect internet with network.socket?Thanks

Posted: Thu Feb 13, 2020 3:09 pm
by sarusso
Not sure if this is off-topic, but here is a pure-MicroPython driver ready to use for http GET and POST (not socket, uses AT commands): https://github.com/pythings/Drivers/blo ... SIM800L.py

I was looking at using SIM800L with network.socket because I could not find any decent driver allowing me to do GETs and POSTs, so I wrote this one. Maybe can be of use to someone. :)