Hi,
A possible date would be a more constructive response.
Thank's.
Search found 173 matches
- Thu Jan 21, 2021 4:19 am
- Forum: Hardware
- Topic: Esp32-S3 wrover board and technical refence manual
- Replies: 3
- Views: 550
- Tue Jan 12, 2021 4:22 pm
- Forum: Hardware
- Topic: Esp32-S3 wrover board and technical refence manual
- Replies: 3
- Views: 550
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: 640
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: 640
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: 860
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: 860
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: 860
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)"
- Wed Sep 23, 2020 5:01 am
- Forum: ESP-IDF
- Topic: How to get "esp_netif_t *esp_netif" ???
- Replies: 5
- Views: 860
Re: How to get "esp_netif_t *esp_netif" ???
any suggestion will be well appreciated.
Thank's.
Thank's.
- Tue Sep 22, 2020 4:18 am
- Forum: ESP-IDF
- Topic: How to get "esp_netif_t *esp_netif" ???
- Replies: 5
- Views: 860
How to get "esp_netif_t *esp_netif" ???
Hi, I am trying to make this: "https://www.esp32.com/viewtopic.php?p=65487#p65487" I want to generate a server hostname with the mac address. When the function "void set_unique_hostname()" must be called ? void init_my_server() { ESP_ERROR_CHECK(nvs_flash_init()); ESP_ERROR_CHECK(esp_netif_init()); ...
- Mon Sep 21, 2020 11:29 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 396
- Views: 211058
Re: What would you like to see in The Next Chip?
I agree with @pataga