Search found 17 matches

by huang.yan
Wed Nov 23, 2022 8:49 am
Forum: ESP-IDF
Topic: ESP32S3 ULP-RISC-V error
Replies: 2
Views: 1239

ESP32S3 ULP-RISC-V error

ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x5 (DSLEEP),boot:0x9 (SPI_FAST_FLASH_BOOT) pro cpu reset by JTAG SPIWP:0xee mode:DIO, clock div:2 load:0x3fce3810,len:0x11a8 load:0x403c9700,len:0xa50 load:0x403cc700,len:0x2c30 SHA-256 comparison failed: Calculated: 23129337a307384c585dc6bec46edfc4728...
by huang.yan
Wed Aug 18, 2021 4:08 am
Forum: General Discussion
Topic: What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?
Replies: 5
Views: 8298

Re: What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?

My application scenario is that esp32 works in promiscuous mode. I hope to catch as many packets as possible.Which is the better choice, B|G|N or LR or B|G|N|LR? esp_wifi_set_mode(WIFI_MODE_STA); const uint8_t protocol = WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N; // const uint8_t pro...
by huang.yan
Wed Aug 18, 2021 4:07 am
Forum: General Discussion
Topic: What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?
Replies: 5
Views: 8298

Re: What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?

My application scenario is that esp32 works in promiscuous mode. I hope to catch as many packets as possible.Which is the better choice, B|G|N or LR or B|G|N|LR? esp_wifi_set_mode(WIFI_MODE_STA); const uint8_t protocol = WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N; // const uint8_t pro...
by huang.yan
Tue Aug 17, 2021 9:45 am
Forum: General Discussion
Topic: What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?
Replies: 5
Views: 8298

What's the diffrence between WIFI_PROTOCOL_LR and WIFI_PROTOCOL_11N?

Does WIFI_PROTOCOL_LR capture more data than WIFI_PROTOCOL_11B|WIFI_PROTOCOL_11G|WIFI_PROTOCOL_11N?
by huang.yan
Tue Aug 17, 2021 9:40 am
Forum: General Discussion
Topic: Can ESP32-WROOM-32 capture 802.11n http data frame?
Replies: 0
Views: 3541

Can ESP32-WROOM-32 capture 802.11n http data frame?

When the WiFi router work at 802.11g mode without password ,ESP32 module can capture http data but very few.
When the WiFi router work at 802.11b/g/n mode without password ,ESP32 module can not capture any http data.
The sdk version is v3.2
Does esp32 not support data frame capture under 802.11b/g/n?
by huang.yan
Wed May 06, 2020 6:40 am
Forum: General Discussion
Topic: Esp32 Task concurrent problems
Replies: 2
Views: 3141

Re: Esp32 Task concurrent problems

Thanks,these answers help me a lot.
by huang.yan
Tue May 05, 2020 6:13 am
Forum: General Discussion
Topic: Esp32 Task concurrent problems
Replies: 2
Views: 3141

Esp32 Task concurrent problems

There are two cpu cores in esp32.I have a few questions about esp-idf task. 1.when two task running by each core calling uart_write_bytes() at the same time,will it cause data disorder or loss? Is uart_write_bytes() task/thread safe? 2. A while(1){ do something} loop in app_main,is this loop running...
by huang.yan
Tue May 05, 2020 5:56 am
Forum: General Discussion
Topic: ESP32-WROOM-32 endless reboot
Replies: 4
Views: 6420

Re: ESP32-WROOM-32 endless reboot

Finally found that the chip I used can only support 160MHz,menu config change to 240MHz cause reboot.
by huang.yan
Mon Apr 27, 2020 7:42 am
Forum: General Discussion
Topic: ESP32-WROOM-32 endless reboot
Replies: 4
Views: 6420

Re: ESP32-WROOM-32 endless reboot

I use a esp32 devboard to test cpu freq 240M and it works fine with usb cable connect to pc usb port.
When change to the board integrated with multiple esp32 modules,the master esp32 module keeps rebooting at cpu freq 240MHz.
Neither USB nor charger can work.
by huang.yan
Mon Apr 27, 2020 6:32 am
Forum: General Discussion
Topic: ESP32-WROOM-32 endless reboot
Replies: 4
Views: 6420

ESP32-WROOM-32 endless reboot

Cpu frequency set to 160MHz ,everything works fine. Cpu frequency set to 240MHz,it keep rebooting. Error log: rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:...