Search found 11 matches

by Arnaud_Girard
Wed Nov 02, 2022 7:33 am
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Hello,

Ok, this answer is ok for me.

Thank for your support
:)
by Arnaud_Girard
Tue Nov 01, 2022 11:26 am
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Ok,

THis is to get the last temporary version.

But where can I read the roadmap of release version? In other word, when the v2.5.0.0 official release will go out?

Regards
by Arnaud_Girard
Mon Oct 31, 2022 6:55 pm
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Ok, THese two follocing command run correctly: 19:53:11.919 [TX] - AT+HTTPGETSIZE="",2048,2048,5000 19:53:11.927 [RX] - AT+HTTPGETSIZE="",2048,2048,5000 19:53:12.790 [RX] - +HTTPGETSIZE:28298 OK 19:53:19.230 [TX] - AT+HTTPGETSIZE="" 19:53:19.233 [RX] - AT+HTTPGETSIZE="" 19:53:20.480 [RX] - +HTTPGETS...
by Arnaud_Girard
Sat Oct 29, 2022 1:48 pm
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Hello

I havn't install all IDE to compile the source code.
I get directly the oficial release of ESP-AT, And I hope to keep this because is simplier for further update to only need to use the command AT+CIUPDATE...

Do you think is possible to add this option to make GETSIZE compatible with long URL?
by Arnaud_Girard
Sat Oct 29, 2022 6:54 am
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Hello

I missed to check again the command AT+HTTPGETSIZE=""

So to get the file, I used the command AT+HTTPCGET, but before that, I would get the file size to erase the amount of neessary flash before receive the data flow.

Then I call the command
AT+HTTPCGET
But return "ERROR" :?
by Arnaud_Girard
Fri Oct 28, 2022 3:13 pm
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

Re: HTTP Get file on amazon "S3"

Hello

Thanl for your help.

The command AT+HTTPCGET work properly.
:)
Regards
by Arnaud_Girard
Wed Oct 26, 2022 3:47 pm
Forum: ESP-AT
Topic: HTTP Get file on amazon "S3"
Replies: 12
Views: 10268

HTTP Get file on amazon "S3"

Hello, I'm using ESP32-C3 with ESP-AT firmware (v2.4...) Another part has created account on Amazon. Then, We generate some device with certificate. I convert these certificate (ca, cert and key) with the provided python script AtPKI.py. Then I flash these files to the ESP32Flash on partition mqtt_c...
by Arnaud_Girard
Thu May 26, 2022 8:00 am
Forum: ESP-AT
Topic: Genric library AT command?
Replies: 4
Views: 4094

Re: Genric library AT command?

Hello Pedro.
Maybe you could send me a download link?
Regard
by Arnaud_Girard
Fri Apr 15, 2022 6:13 am
Forum: ESP-AT
Topic: Genric library AT command?
Replies: 4
Views: 4094

Re: Genric library AT command?

@PedroATSM: I can't send yet private message, this option is not activated because I need to have more message on this forum,
But sure, I'm interested by your soft!

@ESP_Sun thank for this link, I will have a look.
by Arnaud_Girard
Sun Apr 03, 2022 10:47 am
Forum: ESP-AT
Topic: Genric library AT command?
Replies: 4
Views: 4094

Genric library AT command?

Hello Is there any library that we can port on a generic microcontroler (Type ARM) which can dialog with ESP32 module via uart into AT command? I found the librairy used for arduino. There is existing for a common processor? My aim is to received data (very small size) from a computer and answer it ...