Search found 12 matches
ESP IDF
Are UART interrupts deprecated in the new ESP IDF versions?
- Tue Apr 02, 2024 5:44 pm
- Forum: ESP-IDF
- Topic: is it a deafult ip address 192.168.4.1 ESP32 server
- Replies: 5
- Views: 2483
Re: is it a deafult ip address 192.168.4.1 ESP32 server
I figured it out. thank you chegewara. this is the working code // Create a new netif for the access point esp_netif_t *esp_netif_ap = esp_netif_create_default_wifi_ap(); // Set IP address for the access point esp_netif_ip_info_t ip_info; IP4_ADDR(&ip_info.ip, 192, 168, 4, 1); IP4_ADDR(&ip_info.gw, ...
- Tue Apr 02, 2024 4:15 pm
- Forum: ESP-IDF
- Topic: is it a deafult ip address 192.168.4.1 ESP32 server
- Replies: 5
- Views: 2483
Re: is it a deafult ip address 192.168.4.1 ESP32 server
Can you share the full code for setting up the AP mode? Your help is highly appreciated.
- Tue Apr 02, 2024 2:11 pm
- Forum: ESP-IDF
- Topic: is it a deafult ip address 192.168.4.1 ESP32 server
- Replies: 5
- Views: 2483
Re: is it a deafult ip address 192.168.4.1 ESP32 server
Please provide a code snippet demonstrating how to change the default IP address for the gateway for newer versions of esp idf. for example change the default gateway to 192.168.8.1. without using tcpip_adapter_init because that function is deprecated.
- Tue Apr 02, 2024 11:36 am
- Forum: ESP-IDF
- Topic: is it a deafult ip address 192.168.4.1 ESP32 server
- Replies: 5
- Views: 2483
is it a deafult ip address 192.168.4.1 ESP32 server
I have a server running on ESP32 which gives me the IP address 192.168.4.1. Is it a default IP address? Can I use this IP address in my code to access the server? What I am asking is whether the IP address remains the same for any ESP32 board.
- Mon Jan 02, 2023 11:44 am
- Forum: ESP-IDF
- Topic: Problem(assert) with spi_device_transmit()
- Replies: 6
- Views: 9257
Re: Problem(assert) with spi_device_transmit()
dear all, I am facing the same issue . I am using a RFM98 Lora module. Some times it fails and reboots with showing error "assertion "ret_trans==trans_desc" failed". Some times stops triggering the interrupt pin. any one who has experience using this module with ESP32, any guidance will be highly ap...
- Tue Nov 29, 2022 10:54 am
- Forum: ESP-IDF
- Topic: ESP32 reboots regularly within 20 minutes
- Replies: 4
- Views: 2308
Re: ESP32 reboots regularly within 20 minutes
Dear ESP_SPRITE, Thanks for the help... there was a code like this esp_err_t err_is_charger_locked = load_int_value("isLocked:", &isChargerLocked); if (err_is_charger_locked != ESP_OK) { ESP_LOGE(TAG, "Error (%s) loading to NVS", esp_err_to_name(err_is_charger_locked)); } where as the isChargerLocke...
- Tue Nov 29, 2022 5:52 am
- Forum: ESP-IDF
- Topic: ESP32 reboots regularly within 20 minutes
- Replies: 4
- Views: 2308
Re: ESP32 reboots regularly within 20 minutes
Dear ESP_SPRITE,
how can I identify a memory leak
how can I identify a memory leak
- Tue Nov 29, 2022 4:55 am
- Forum: ESP-IDF
- Topic: ESP32 reboots regularly within 20 minutes
- Replies: 4
- Views: 2308
ESP32 reboots regularly within 20 minutes
this is the error message I am getting...can't understand the reason..please help me... I (710863) wifi:bcn_timout,ap_probe_send_start ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x400898c4 0x400898c4: _esp_error_check_failed at C:/Users/ACER/esp/esp-idf/components/esp_system/esp_err...
- Fri Oct 28, 2022 9:37 am
- Forum: General Discussion
- Topic: esp_https_ota: Mismatch chip id, expected 0, found 28020
- Replies: 5
- Views: 3424
Re: esp_https_ota: Mismatch chip id, expected 0, found 28020
Dear ESP_Sprite, I tried with all three browsers chrome,firefox and microsoft edge.given link directly downloaded the file.
https://download942.mediafire.com/6aa49 ... ps_ota.bin what is the browser that you are using or what might be the issue.
https://download942.mediafire.com/6aa49 ... ps_ota.bin what is the browser that you are using or what might be the issue.