Hi @espressifTeam,
No answer yet.
Thank's.
Search found 176 matches
- Mon Feb 01, 2021 7:15 am
- Forum: Hardware
- Topic: Esp32-s3 i2s with dma transfer size
- Replies: 3
- Views: 326
- Thu Jan 28, 2021 3:47 am
- Forum: Hardware
- Topic: Esp32-s3 i2s with dma transfer size
- Replies: 3
- Views: 326
- Tue Jan 26, 2021 11:11 pm
- Forum: Hardware
- Topic: Esp32-s3 i2s with dma transfer size
- Replies: 3
- Views: 326
Esp32-s3 i2s with dma transfer size
Hi, Someone from espressif team could tell me if the i2s dma hardware problem of esp32 was solved on esp32-s3 ? The i2s dma transfer are only 32 bits yet on esp32-s3 ? I would like to have a 16bit pixel buffer and 8 bit i/o transfer. I think that in my case, i2s dma transfer size are 16bit and i2s m...
- Thu Jan 21, 2021 4:19 am
- Forum: Hardware
- Topic: Esp32-S3 wrover board and technical refence manual
- Replies: 3
- Views: 804
Re: Esp32-S3 wrover board and technical refence manual
Hi,
A possible date would be a more constructive response.
Thank's.
A possible date would be a more constructive response.
Thank's.
- Tue Jan 12, 2021 4:22 pm
- Forum: Hardware
- Topic: Esp32-S3 wrover board and technical refence manual
- Replies: 3
- Views: 804
Esp32-S3 wrover board and technical refence manual
Hi,
When will be available the new chip esp32-s3 "wrover board" ?
And when will be available the esp32-s3 technical reference manual ?
Thank's.
When will be available the new chip esp32-s3 "wrover board" ?
And when will be available the esp32-s3 technical reference manual ?
Thank's.
- Wed Nov 04, 2020 2:56 am
- Forum: ESP-IDF
- Topic: Basic authentication with the ESP-IDF HTTPS-Server
- Replies: 4
- Views: 814
Re: Basic authentication with the ESP-IDF HTTPS-Server
No espressif answer/suggestion yet 

- Mon Oct 12, 2020 3:42 am
- Forum: ESP-IDF
- Topic: Basic authentication with the ESP-IDF HTTPS-Server
- Replies: 4
- Views: 814
Re: Basic authentication with the ESP-IDF HTTPS-Server
Hi,
I have the same requisite, but for a local network.
I have the same requisite, but for a local network.
- Thu Sep 24, 2020 2:32 am
- Forum: ESP-IDF
- Topic: How to get "esp_netif_t *esp_netif" ???
- Replies: 5
- Views: 1084
Re: How to get "esp_netif_t *esp_netif" ???
Hi again, I would like to know how i can integrate the above "my_wifi.c" file with my https/wss server ? Project structure(sort of looks like this): project root folder/ main/ - main.c components/ communication/ my_wifi/ - my_wifi.c my_ws_server/ - webSocket_server.c In this code below, wifi and htt...
- Thu Sep 24, 2020 2:15 am
- Forum: ESP-IDF
- Topic: How to get "esp_netif_t *esp_netif" ???
- Replies: 5
- Views: 1084
Re: How to get "esp_netif_t *esp_netif" ???
Hi, Now are partially working. I dont know why, in first call, the function "esp_netif_get_hostname()" not work, but after i set the name with "esp_netif_set_hostname" the function "esp_netif_get_hostname()" work. const char* old_hostname; ret = esp_netif_get_hostname( netif, &old_hostname ); printf...
- Wed Sep 23, 2020 5:12 pm
- Forum: ESP-IDF
- Topic: How to get "esp_netif_t *esp_netif" ???
- Replies: 5
- Views: 1084
Re: How to get "esp_netif_t *esp_netif" ???
Thank's @boarchuz,
Someone could tell me if the hostname is write in the flash memory ?
How to pass a pointer to pointer argument to this function "esp_netif_get_hostname( )" ???
Function prototype: "esp_err_t esp_netif_get_hostname(esp_netif_t *esp_netif, const char **hostname)"
Someone could tell me if the hostname is write in the flash memory ?
How to pass a pointer to pointer argument to this function "esp_netif_get_hostname( )" ???
Function prototype: "esp_err_t esp_netif_get_hostname(esp_netif_t *esp_netif, const char **hostname)"