esp-csi console_test[English] 1 简介 console_test 是一款 Wi-Fi CSI 的测试平台,它包含了对 Wi-Fi CSI 的数据采集、数据显示、数据分析等功能,帮助我们更好的了解和应用 Wi-Fi CSI 显示:通过查看 Wi-Fi 射频底噪、CSI、RSSI 及射频底噪等实时数据,可以快速了解不同天线、人体运动和设备摆放对 Wi-Fi 信...
PS C:\esp-csi\examples\esp-radar\console_test> idf.py fullclean Executing action: fullclean Build directory 'C:\esp-csi\examples\esp-radar\console_test\build' not found. Nothing to clean. Executing action: remove_managed_components Done PS C:\esp-csi\examples\esp-radar\console_test> rm ...
将项目直接下载后,进入example/console_test中,然后将之前工程的.vscode复制到该文件夹中,使用vscode打开,然后修改一下led号,不修改也可以,看console输出也可 这里我使用的是esp32板子,其中gpio2接了一个蓝色的灯,因此这里我修改一下 然后编译下载即可 点开monitor即可进入console界面 这里我们开始连接到我们的WiFi输入...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支1 标签0 MacChu0315-Espressiffix: Fix CSI data misalignment7ad38361年前 143 次提交 提交 .github/workflows fix: Upload to component manager error ...
github地址 关于项目的原理等,自行查看github页面。测试使用example中的console_test测试您可以通过串口 (UART) 控制/交互运行在ESP32上的交互式 shell 来测试CSI。下面是这个例子的功能。提供CSI信息。输出CSI原始 csi esp32 人体检测 mac地址 协方差 转载
When I finish with two slices ESP32S3 console_test instance is running python esp_csi_tool.py -p COM5 and no relevant graph appears esp_csi_tool.py where the baud rate has been changed to 115200 Or how do I use the interface of the esp_csi_tool.py with two tablets of esp32s3 The...
console_test: This example provides a test platform for Wi-Fi CSI, which includes functions such as data display, data acquisition and data analysis, which can help you quickly understand Wi-Fi CSI Q&A Q1. I encountered the following problems when using the package manager ...
I have observed that the error logs you provided indicate missing information, which may be caused by the console_test project using a UART baud rate of 921600. This places a performance requirement on the UART-to-USB adapter, and currently, your adapter may not meet the necessary specification...
# esp-csi console_test [[English]](./README.md) --- ## 1 简介 console_test 是一款 Wi-Fi CSI 的测试平台,它包含了对 Wi-Fi CSI 的数据采集、数据显示、数据分析等功能,帮助我们更好的了解和应用 Wi-Fi CSI + **显示**:通过查看 Wi-Fi 射频底噪、CSI、RSSI 及射频底噪等实时数据,可以快速...
我查看了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灯,因此会产生如上问...