Search found 6 matches
- Fri May 13, 2022 12:42 pm
- Forum: ESP-IDF
- Topic: ESP32 not getting ip from router
- Replies: 3
- Views: 3198
Re: ESP32 not getting ip from router
I am not getting error instead i am getting this logs each time its not getting IP address I (60787) wifi: new :<2,1>, old:<2,0>, ap:<255,255>, sta:<2,1>, prof:1 I (60787) wifi:state: init -> auth (b0) I (61787) wifi:state: auth -> init (200) <--- Specially this line I (61787) wifi: new :<2,0>, old:...
- Fri May 13, 2022 10:20 am
- Forum: ESP-IDF
- Topic: ESP32 not getting ip from router
- Replies: 3
- Views: 3198
ESP32 not getting ip from router
3 out of time 5 time my esp not connects to specific SSID and gives following error. This issue varies with board to board some only connects to other SSID while some connect with another SSID and wise versa. I am using BluFI for network configuration Whule i can not share the entire code, here is t...
- Thu Mar 03, 2022 5:37 am
- Forum: ESP-IDF
- Topic: Can anyone provide blufi flutter library for IDF v4.4
- Replies: 0
- Views: 1438
Can anyone provide blufi flutter library for IDF v4.4
Hello folks, I am using BluFi example for network configuration but i am not able to find any supported library for flutter although EspressIf has provided source code for android and iOS but we are using flutter for app devlopement, So, Anyone can provide me a flutter library ? IDF version : V4.4
- Thu Feb 03, 2022 11:42 am
- Forum: ESP-IDF
- Topic: UART not working on 3.3V
- Replies: 1
- Views: 2014
UART not working on 3.3V
i am using esp wroom 32e custom board and having issue in uart communication when i am connecting a 3.3V uart device the console is showing nothing. esp32 is simply not able to read the data( RX pin) although write function is working fine the other device receives (TX pin) the data correctly. In si...
- Thu Feb 03, 2022 9:18 am
- Forum: ESP-IDF
- Topic: [Resolved] ESP_HTTPS_OTA gives memory allocation failed error
- Replies: 5
- Views: 7034
Re: ESP_HTTPS_OTA gives memory allocation failed error
hello thankyou for your response although i have resolved the issue the issue was occurring during client config so i just did this esp_http_client_config_t config = {0}; config.url = "www.xyz.com/"; config.cert_pem = (char *)server_cert_pem_start; config.event_handler = _http_event_handler; config....
- Wed Feb 02, 2022 5:57 pm
- Forum: ESP-IDF
- Topic: [Resolved] ESP_HTTPS_OTA gives memory allocation failed error
- Replies: 5
- Views: 7034
[Resolved] ESP_HTTPS_OTA gives memory allocation failed error
Here are the logs that i am getting in the terminal i am sending url in json to esp32 (which is my http webserver) and starting ota task on that link but its giving error of memory allocation failed logs during startup of ESP32 I (570) cpu_start: Application information: I (575) cpu_start: Project n...