I hit the same (or similar) issue.
Just wondering how do you fix this issue?
Search found 200 matches
- Sat Nov 16, 2024 2:50 pm
- Forum: ESP-IDF
- Topic: HTTP connection issue during file download
- Replies: 1
- Views: 467
- Mon Jun 17, 2024 9:18 am
- Forum: ESP-IDF
- Topic: Help in Decoding Wifi W (223029) wifi:[ADDBA]rx delba, code:37, delete tid:0
- Replies: 3
- Views: 3351
Re: Help in Decoding Wifi W (223029) wifi:[ADDBA]rx delba, code:37, delete tid:0
I got the same messages.. My device is running as an AP, but I sometime cannot connect to it. Even the device shows "esp_netif_lwip: DHCP server assigned IP to a client, IP is: 192.168.10.2", I still cannot reach the device by ping. Anything wrong in below log? I (46217) wifi:[ADDBA]RX DELBA, reason...
- Tue Jun 11, 2024 5:51 am
- Forum: General Discussion
- Topic: ESP32-S3 Wi-Fi 2.4GHz receiver test with Wi-Fi tester failed with packet drop issue
- Replies: 10
- Views: 4799
Re: ESP32-S3 Wi-Fi 2.4GHz receiver test with Wi-Fi tester failed with packet drop issue
The documentation warns about interference of the USB PHY towards the Wifi PHY, causing "performance loss". Can you try this with the USB PHY turned off (see menuconfig option)? Maybe that's the problem. For myself it's not very practical to turn off USB, so I guess I'll have to live with it. Could...
- Thu Mar 28, 2024 7:38 am
- Forum: ESP-IDF
- Topic: wifi:station join and leave continuously while connecting Mobile device
- Replies: 10
- Views: 21428
Re: wifi:station join and leave continuously while connecting Mobile device
I suggest you create an issue on https://github.com/espressif/esp-idfDrMickeyLauer wrote: ↑Wed Mar 27, 2024 2:10 pmDid you find anything with regards to this problem? I have this behavior as well.
with information about the soc/module, idf version and related log.
- Tue Feb 20, 2024 5:27 am
- Forum: ESP-IDF
- Topic: Please help: Unexpected reboot only with "PRO CPU has been reset by WDT" warning
- Replies: 6
- Views: 11125
Re: Please help: Unexpected reboot only with "PRO CPU has been reset by WDT" warning
The issue is that the watchdog is not getting called. A vTaskDelay( pdMS_TO_TICKS(10) ); needs to be called periodically (with what ever time you want). If you are doing this in your main loop, it may also be an interrupt that is preventing the main loop from being called (perhaps because the inter...
- Thu Jan 11, 2024 5:39 am
- Forum: ESP-IDF
- Topic: ESP32S3 : Temperature Sensor (T° out of range)
- Replies: 5
- Views: 46884
Re: ESP32S3 : Temperature Sensor (T° out of range)
The issue is when the device is put in an environemnt that out of current
setting range, the API does not return any error but a wrong reading.
i.e. There is no way to know the out-of-range with certain devices.
setting range, the API does not return any error but a wrong reading.
i.e. There is no way to know the out-of-range with certain devices.
- Wed Jan 10, 2024 1:27 am
- Forum: General Discussion
- Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
- Replies: 12
- Views: 112026
Re: Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
hi Axellin, Therefore, it's unreasonable and illogical to classify the S3 module as 5A002.c. We have resubmitted the application for ESP32-S3 modules, and are currently awaiting the results from BIS. Hi Yangxi, It's not about unreasonable or illogical at all. The fact is now S3 module is classfied ...
- Tue Jan 09, 2024 12:57 am
- Forum: General Discussion
- Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
- Replies: 12
- Views: 112026
Re: Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
@yangxi So do you get update from the Bureau of Industry and Security (BIS) in the United States? (In your previous reply, you were waiting for the response from BIS) If you confirm ESP32S3 is classified as ECCN:5A002.C, you should inform Mouser to correct it. We need to know the correct ECCN so we ...
- Fri Jan 05, 2024 10:16 am
- Forum: General Discussion
- Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
- Replies: 12
- Views: 112026
Re: Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
@yangxi
Any update?
Any update?
- Sat Dec 23, 2023 1:58 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32 DHCP 获取不到IP
- Replies: 45
- Views: 46639
Re: ESP32 DHCP 获取不到IP
It seems the router not response the DHCP Discovery packet. Do other device like mobile phone connected to this router can get the IP address? Other devices can get IP. Actually, many other esp32 devices can get IP in this environment. Only this one always cannot get IP (Join successfully but canno...