Search found 6 matches
- Wed Jan 31, 2024 8:59 am
- Forum: ESP-AT
- Topic: AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK
- Replies: 1
- Views: 3381
AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK
I am trying to use NVS AT command to store some data of less than 1kb in ESP32WROVER in communication with STM32H7 controller, On trying i received ERROR while NVS read command is executed. I have used the same ESP with same commands mentioned below without any changes 6 months back, at that time I ...
- Wed Jan 31, 2024 8:57 am
- Forum: ESP-AT
- Topic: Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?
- Replies: 1
- Views: 3375
Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?
I am using STM32H753BI controller, for WIFI communication ESP32WROVER is used. How do I need to configure ESP as either HTTP or HTTPS server to receive data externally using AT commands. I have gone through the examples in the website, and did the same but it's not properly. If anybody worked on it,...
- Wed Jan 31, 2024 8:56 am
- Forum: General Discussion
- Topic: Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?
- Replies: 0
- Views: 617
Configuration ESP32 WROVER as HTTP client to receive data using AT Commands?
I am using STM32H753BI controller, for WIFI communication ESP32WROVER is used. How do I need to configure ESP as either HTTP or HTTPS server to receive data externally using AT commands. I have gone through the examples in the website, and did the same but it's not properly. If anybody worked on it,...
- Wed Jan 03, 2024 10:36 am
- Forum: General Discussion
- Topic: AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK
- Replies: 0
- Views: 7511
AT+SYSMFG read command response throws error where AT+SYSMFG write command responded OK
I am trying to use NVS AT command to store some data of less than 1kb in ESP32WROVER in communication with STM32H7 controller, On trying i received ERROR while NVS read command is executed. I have used the same ESP with same commands mentioned below without any changes 6 months back, at that time I ...
- Thu Jul 20, 2023 5:12 am
- Forum: ESP-AT
- Topic: AT+HTTPCPOST response throws busy p.. SEND FAIL error after sending data
- Replies: 2
- Views: 5921
Re: AT+HTTPCPOST response throws busy p.. SEND FAIL error after sending data
After changing the content length also, I am getting the same error busy p... SEND FAIL
- Wed Jul 19, 2023 9:31 am
- Forum: ESP-AT
- Topic: AT+HTTPCPOST response throws busy p.. SEND FAIL error after sending data
- Replies: 2
- Views: 5921
AT+HTTPCPOST response throws busy p.. SEND FAIL error after sending data
I am trying to use HTTPCPOST AT command in ESP32 WROVER to communicate with STM32H7 controller, On trying I could receive a response as OK followed by > , its same as you have mentioned in example provided in the website. But after sending the data which is application/json format data packet I am r...