Page 1 of 1

Send http get via AT+HTTPCLIENT command

Posted: Tue Jul 30, 2024 12:55 am
by hoavinh108
Hi All
I have ESP01S ( 1MB), upgrade firmware successfully to esp_01s_1MB_v2

AT version:2.2.2.0-dev(b65f53f - ESP8266 - Jul 5 2024 06:59:26)
SDK version:v3.4-84-ge19ff9af
compile time(c4d6f32):Jul 5 2024 11:13:30
Bin version:2.2.1(ESP8266_1MB)

I want to use it for MQTT and update google sheet
MQTT is connect successfully via AT Command
but when I tried update google sheet via AT+HTTPCLIENT, it warning error

AT+HTTPCLIENT=2,0,"https://docs.google.com/forms/d/1fcpDMW ... ,,,2$0D$0A
( this AT command run in hercules_3-2-8 )
but on ESP32, I can run this AT command successfully.

Is ESP01S does not support AT+HTTPCLIENT ? or I need to active it, and how can I do it ?

Re: Send http get via AT+HTTPCLIENT command

Posted: Tue Jul 30, 2024 11:11 am
by AcmeUK
Did you find this :- ESP8266 cannot use 'AT+HTTPCLIENT' command to send https request?
It may not be a substansive answer, but could give pointers to issues, such as memory size, that need to be checked.
I think the ESP32 has a bigger working memory allocation.

Re: Send http get via AT+HTTPCLIENT command

Posted: Mon Oct 07, 2024 10:00 pm
by Brenooliveira
I would like to connect the esp32 to a broker through AT commands, can you help me? Did you achieve this?