<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>iot — ELECROW - FORUM</title>
        <link>https://forum.elecrow.com/index.php?p=/</link>
        <pubDate>Wed, 10 Jun 2026 18:08:28 +0000</pubDate>
        <language>en</language>
            <description>iot — ELECROW - FORUM</description>
    <atom:link href="https://forum.elecrow.com/index.php?p=/discussions/tagged/iot/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>No response from AT commands on Leonardo GPRS GSM IOT Board-V1.2</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/770/no-response-from-at-commands-on-leonardo-gprs-gsm-iot-board-v1-2</link>
        <pubDate>Wed, 19 Jun 2024 10:38:22 +0000</pubDate>
        <category>Arduino &amp; Crowduino</category>
        <dc:creator>Conan</dc:creator>
        <guid isPermaLink="false">770@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello everyone! I have a problem: every AT command I execute does not give me any response. Maybe I should update firmware? If yes, how I can update that? (I have found no information on official site of Elecrow)</p>

<p>code:<br />
`#define DEBUG 1</p>

<h1>define CHECK Serial.println("✓");</h1>

<p>void setup()<br />
{<br />
  //GSM.begin(9600);<br />
  Serial.begin(11520);<br />
  Serial1.begin(11520);<br />
  while(!Serial);<br />
  Serial.println(" -- Program start -- ");<br />
  Serial.println("Serial initialization... ✓");<br />
  Serial.print("Serial1 initialization... ");<br />
  while(!Serial1.availableForWrite());<br />
  CHECK<br />
  Serial.println("AT commands initialization... ");<br />
  sendData("AT",2000);<br />
  delay(3000);<br />
  Serial.println("HTTP initialization... ");<br />
  sendData("AT+HTTPINIT",2000);<br />
  Serial.println("HTTP parameters setting... ");<br />
  sendData("AT+HTTPPARA=\"CID\", 1",2000);<br />
  sendData("AT+HTTPPARA=\"URL\", \"<a href="http://www.iforce2d.net/test.php/\" rel="nofollow">http://www.iforce2d.net/test.php/\</a>"",2000);<br />
  sendData("AT+HTTPPARA?",2000);</p>

<p>Serial.println(" -- Get start -- ");<br />
  sendData("AT+HTTPACTION=0",2000);<br />
  sendData("AT+HTTPACTION=0",2000);<br />
  sendData("AT+HTTPACTION=0",2000);<br />
}</p>

<p>void loop() {</p>

<p>}</p>

<p>void sendData(String command, const int timeout)  //Send command function<br />
{<br />
    String response = "";<br />
    Serial1.println(command); <br />
    long int time = millis();<br />
    while( (time+timeout) &gt; millis()){<br />
      while(Serial1.available()){<br />
        response += (char)Serial1.read(); <br />
      }<br />
    }<br />
    if(DEBUG){<br />
      Serial.println();<br />
      Serial.print(response);<br />
      CHECK<br />
      Serial.println();<br />
    }<br />
}`</p>

<p>Result:<br />
<a href="https://drive.google.com/file/d/11NSHc2rh2g88NbX3J7AfxqycwbjimwdP/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/11NSHc2rh2g88NbX3J7AfxqycwbjimwdP/view?usp=sharing</a></p>
]]>
        </description>
    </item>
    <item>
        <title>SD card format about 5&quot; ESP32 TFT device.</title>
        <link>https://forum.elecrow.com/index.php?p=/discussion/730/sd-card-format-about-5-esp32-tft-device</link>
        <pubDate>Fri, 17 May 2024 00:57:25 +0000</pubDate>
        <category>General Discussion</category>
        <dc:creator>letscode</dc:creator>
        <guid isPermaLink="false">730@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Can you confirm the correct SD card for a 5" ESP32 TFT device. I believe it should be formatted as FAT32 but unsure about size. I have one that is 2GB and its not working with device but fine in Windows???</p>
]]>
        </description>
    </item>
   </channel>
</rss>
