Send http get via AT+HTTPCLIENT command
Posted: Tue Jul 30, 2024 12:55 am
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 ?
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 ?