esp-csi icon indicating copy to clipboard operation
esp-csi copied to clipboard

请问如何解决这个问题? (AEGHB-428)

Open Yanc14 opened this issue 2 years ago • 7 comments

image image

Yanc14 avatar Oct 13 '23 04:10 Yanc14

image image

板卡是esp32,没有rgb-led,于是更改了gpio为gpio2

Yanc14 avatar Oct 13 '23 04:10 Yanc14

I'm sorry, but we didn't quite understand your question. Could you please provide more details to help us better comprehend your issue?

MacChu0315-Espressif avatar Oct 16 '23 03:10 MacChu0315-Espressif

Hi, I have same issue. I flashed the console_test binary. I saw same result on the monitor. When I tried app GUI, I didn't get some signal.

cafercicek avatar Oct 21 '23 04:10 cafercicek

I'm sorry, but we didn't quite understand your question. Could you please provide more details to help us better comprehend your issue?

我查看了console_test下的app_main.c文件 void app_main(void) { /** * @brief Install ws2812 driver, Used to display the status of the device */ ws2812_led_init(); ws2812_led_clear(); ......... } 这里需要对install ws2812 driver,我使用的是ESP32-DevKitC开发板,没有RGB灯,因此会产生如上问题,即不会有csi数据产生

Yanc14 avatar Oct 21 '23 09:10 Yanc14

Hi, @Yanc14 and @cafercicek, since this LED bead serves solely for visual feedback and doesn't pertain to the core functionality, you can simply comment out all the sections of code related to ws2812 in the program.

MacChu0315-Espressif avatar Oct 22 '23 12:10 MacChu0315-Espressif

Hi, @Yanc14 and @cafercicek, since this LED bead serves solely for visual feedback and doesn't pertain to the core functionality, you can simply comment out all the sections of code related to ws2812 in the program. 我注释掉ws2812的代码之后,build,flash and python esp_csi_tool.py -p COM7,单数出现如下问题 image

Yanc14 avatar Oct 23 '23 02:10 Yanc14

I encountered the same problem. Have you solved it? On monitor there's a I (790) main_task: Returned from app_main() info and I think that's why I failed

Dafeigy avatar Jan 16 '24 06:01 Dafeigy