<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to create a server with sim800l module?]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/topic/366/how-to-create-a-server-with-sim800l-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 04:41:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/366.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Oct 2018 09:28:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to create a server with sim800l module? on Tue, 03 Jun 2025 12:06:39 GMT]]></title><description><![CDATA[<p dir="auto">To create a server with SIM800L, use GPRS to get a dynamic IP from your carrier. Enable TCP listening with AT+CIPSERVER=1,80. Forward incoming data to your M5Stack via serial. Since the IP is dynamic, use a DDNS service or periodically send the IP via SMS/email. Alternatively, have the M5Stack poll a cloud server for commands. SIM800L has limited capabilities, so keep the website simple (raw HTTP requests). Check the SIM800L AT command manual for TCP/IP setup details.</p>
]]></description><link>https://community.m5stack.com/post/29194</link><guid isPermaLink="true">https://community.m5stack.com/post/29194</guid><dc:creator><![CDATA[hacxx]]></dc:creator><pubDate>Tue, 03 Jun 2025 12:06:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to create a server with sim800l module? on Thu, 18 Oct 2018 09:40:02 GMT]]></title><description><![CDATA[<p dir="auto">I tried the GSM.h sample code. (<a href="https://www.arduino.cc/en/Tutorial/GSMExamplesWebServer" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.arduino.cc/en/Tutorial/GSMExamplesWebServer</a>)<br />
When I run the code, it output lots of error.<br />
<img src="/assets/uploads/files/1539855516272-b54bdd54-3f63-40fe-bba8-70299d3b0f1e-image-resized.png" alt="0_1539855513695_b54bdd54-3f63-40fe-bba8-70299d3b0f1e-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Did anyone try GSM.h before?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/post/1754</link><guid isPermaLink="true">https://community.m5stack.com/post/1754</guid><dc:creator><![CDATA[ken57093]]></dc:creator><pubDate>Thu, 18 Oct 2018 09:40:02 GMT</pubDate></item></channel></rss>