Search found 199 matches

by axellin
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: 2
Views: 1670

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...
by axellin
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: 2714

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...
by axellin
Thu Mar 28, 2024 7:38 am
Forum: ESP-IDF
Topic: wifi:station join and leave continuously while connecting Mobile device
Replies: 10
Views: 19192

Re: wifi:station join and leave continuously while connecting Mobile device

DrMickeyLauer wrote:
Wed Mar 27, 2024 2:10 pm
Did you find anything with regards to this problem? I have this behavior as well.
I suggest you create an issue on https://github.com/espressif/esp-idf
with information about the soc/module, idf version and related log.
by axellin
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: 5
Views: 9078

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...
by axellin
Thu Jan 11, 2024 5:39 am
Forum: ESP-IDF
Topic: ESP32S3 : Temperature Sensor (T° out of range)
Replies: 5
Views: 45678

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.
by axellin
Wed Jan 10, 2024 1:27 am
Forum: General Discussion
Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
Replies: 12
Views: 108553

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 ...
by axellin
Tue Jan 09, 2024 12:57 am
Forum: General Discussion
Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
Replies: 12
Views: 108553

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 ...
by axellin
Fri Jan 05, 2024 10:16 am
Forum: General Discussion
Topic: [resolved] Why ESP32-S3 on Mouser shows ECCN:5A002.A ?
Replies: 12
Views: 108553

Re: Why ESP32-S3 on Mouser shows ECCN:5A002.A ?

@yangxi
Any update?
by axellin
Sat Dec 23, 2023 1:58 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32 DHCP 获取不到IP
Replies: 45
Views: 38319

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...
by axellin
Thu Dec 21, 2023 8:14 am
Forum: ESP-IDF 中文讨论版
Topic: i2c能正确读到数据,但是仍然会返回ESP_ERR_TIMEOUT
Replies: 4
Views: 12680

Re: i2c能正确读到数据,但是仍然会返回ESP_ERR_TIMEOUT

ESP_MacChu wrote:
Thu Dec 21, 2023 7:28 am
返回 ESP_ERR_TIMEOUT 但能正常读数据意味着总线正忙
But this looks strange.
If it returns ESP_ERR_TIMEOUT, is the reading correct?