How to create a server with sim800l module?
-
I want to create a web server with my sim card. I search on the internet, but there is no example for sim800l. Most of the example are for WiFi or sim900, etc.
I want to command my M5stack (using SIM800) by sending a data from my computer with a simple website. So my M5Stack + Computer both can be connected to internet and my computer will be knowing the IP address of the Sim card.
Thank you
-
I tried the GSM.h sample code. (https://www.arduino.cc/en/Tutorial/GSMExamplesWebServer)
When I run the code, it output lots of error.
Did anyone try GSM.h before?
Thank you