<?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[Manually using AT commands]]></title><description><![CDATA[<p dir="auto">I’m just starting to learn how to use the LILYGOTTSIM7000G.  Before I get deep into coding I was manually entering AT commands thru Putty and TeraTerm  to get familiar with procedure and syntax.<br />
I want  to send an HTTP Post JSON packet to my webserver and I’ve been successful reaching the server but I can’t figure out how to add the actual payload to post using AT+HTTPDATA.<br />
I get the response “DOWNLOAD” but I can’t type anything in…I tried to do  A COPY AND paste or use Ctrl-V and nothing seems to work.  What is the trick to this?</p>
<p dir="auto">Related…looking at the SIM7000 Series AT Command Manual  I see no HTTPDATA command but I see a AT+HTTP commands that are AT+SG…. None of those seem to work for me.  What am I missing?</p>
<p dir="auto">Here is my example:<br />
OK<br />
AT<br />
OK<br />
AT+CMNB=1<br />
OK<br />
AT+CNMP=38<br />
OK<br />
AT+CSTT="super","",""<br />
OK<br />
AT+CIICR<br />
OK<br />
AT+CIFSR<br />
100.79.21.170<br />
AT+CIPSTATUS<br />
OK</p>
<p dir="auto">STATE: IP STATUS<br />
AT+SAPBR=3,1,"APN","super"<br />
OK<br />
AT+SAPBR=2,1<br />
+SAPBR: 1,3,"0.0.0.0"</p>
<p dir="auto">OK<br />
AT+SAPBR=1,1<br />
OK<br />
AT+HTTPINIT<br />
OK<br />
AT+HTTPPARA="CID",1<br />
OK<br />
AT+HTTPPARA="URL","http://(my sever)"<br />
OK<br />
AT+HTTPPARA= "CONTENT","application/json"<br />
OK<br />
AT+HTTPDATA=266,10000<br />
DOWNLOAD<br />
(how is this data entered?????)<br />
OK<br />
AT+HTTPACTION=1<br />
OK</p>
<p dir="auto">+HTTPACTION: 1,200,1144<br />
(success but no data in fields)</p>
]]></description><link>https://www.community.lilygo.cc/topic/369/manually-using-at-commands</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 20:21:35 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/369.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 May 2023 14:34:23 GMT</pubDate><ttl>60</ttl></channel></rss>