I work with the ESP32-C3 AT-Binary (https://docs.espressif.com/projects/esp ... index.html)
- I have the issue that i need multiple Wifi-Profiles (Eg. 1x WPA2, 2xWPA-Enterprise) and i do not want to every time send the crendentials over UART as this then can be used to read the credentials from the target super easily. Is there a way to store multiple "profiles" on the chip?
- It is strange, if i use SYSTORE=1, most options are not persistently stored like the hostname and multiple options more. If you use autoconnect, and reset or even power-cycle the chip, if this is not being stored persistently, it will always use the default value (for the hostname in example its espressif) and connect to the AP before i can change the hostname...
- I would very much welcome way more examples. Right now its unclear to me how i can establish a connection to a HTTPS server ?
- So establish the connection to the server? Then How can i POST binary data to that server? Your API (AT+HTTPCLIENT) does only allow text-payload, but i need binary payload. And the alternative (AT+HTTPCPOST) might be able to do this but misses a lot of parameters (like content type, url, ...)?
- How to flash my certificate onto the chip?
- Can i burn the certificate over the AT-UART?
The documentation basically just tells you what commands exist, but nothing to use as reference on how to use them. I would very much like to get examples, especially for HTTP+TLS, connection establishment and POST with binary data.
【ESP32-C3】 AT
-
- Posts: 7
- Joined: Fri Feb 05, 2021 12:27 am
Re: 【ESP32-C3】 AT
I don't have answers to your questions but wanted to check to see if you were able to find out anything else.
I have noticed similar operation with the hostname command when using auto-connect. So, I have had to disable auto-connect and set the hostname prior to the connecting to the wireless network as a station. This has seemed consistent in my initial testing.
I am also looking for a way to send binary data. In my case, I am running the esp32-wroom as a web server (using AT+CIPSERVER on port 80). I seem to be able to use AT+CIPSEND to transmit web html pages constructed as
const char wifi_data_html[] =
{
"<!DOCTYPE html> <html> \
<head> \
However, I have not been able to transmit binary data using AT+CIPSEND. I see the data consumed by the esp32 module with the CIPSEND command, but it doesn't seem to transmit that data.
I have noticed similar operation with the hostname command when using auto-connect. So, I have had to disable auto-connect and set the hostname prior to the connecting to the wireless network as a station. This has seemed consistent in my initial testing.
I am also looking for a way to send binary data. In my case, I am running the esp32-wroom as a web server (using AT+CIPSERVER on port 80). I seem to be able to use AT+CIPSEND to transmit web html pages constructed as
const char wifi_data_html[] =
{
"<!DOCTYPE html> <html> \
<head> \
However, I have not been able to transmit binary data using AT+CIPSEND. I see the data consumed by the esp32 module with the CIPSEND command, but it doesn't seem to transmit that data.
Re: 【ESP32-C3】 AT
Hi,
Any news about the release of the AT firmware that includes Bluetooth for ESP32-C3?
My last information was "within october 2021", that's now 1mt overdue.
Thanks for your answer.
BR, Martin
Any news about the release of the AT firmware that includes Bluetooth for ESP32-C3?
My last information was "within october 2021", that's now 1mt overdue.
Thanks for your answer.
BR, Martin
Re: 【ESP32-C3】 AT
I have the issue that i need multiple Wifi-Profiles (Eg. 1x WPA2, 2xWPA-Enterprise) and i do not want to every time send the crendentials over UART as this then can be used to read the credentials from the target super easily. Is there a way to store multiple "profiles" on the chip?
Sorry,for enterprise-level certificates, currently only one set is supported. So it is recommended that you can achieve your needs by updating the certificate partition.
I would very much welcome way more examples. Right now its unclear to me how i can establish a connection to a HTTPS server ?
You can refer to https://docs.espressif.com/projects/esp ... #cmd-start or https://docs.espressif.com/projects/esp ... mands.html for more details.
How to flash my certificate onto the chip?
Please refer to https://docs.espressif.com/projects/esp ... -bin-files
Can i burn the certificate over the AT-UART?
please refer to https://docs.espressif.com/projects/esp ... -bin-files
Sorry,for enterprise-level certificates, currently only one set is supported. So it is recommended that you can achieve your needs by updating the certificate partition.
I would very much welcome way more examples. Right now its unclear to me how i can establish a connection to a HTTPS server ?
You can refer to https://docs.espressif.com/projects/esp ... #cmd-start or https://docs.espressif.com/projects/esp ... mands.html for more details.
How to flash my certificate onto the chip?
Please refer to https://docs.espressif.com/projects/esp ... -bin-files
Can i burn the certificate over the AT-UART?
please refer to https://docs.espressif.com/projects/esp ... -bin-files
Who is online
Users browsing this forum: No registered users and 11 guests