Stephen young

Results 8 comments of Stephen young

> > 是的,你是对的,在你前面提到的将ping速率设置为11b,于是我设想将esp和路由器均设置为b协议,这将会导致esp无法连接其他的协议,非常感谢你! > > I'm sorry, it appears there was some confusion in our previous response. To obtain CSI data, it's essential to ensure that the airborne packets adhere...

> @Yanc14 For in various WiFi protocols, the MAC frame header structure used to provide CSI data varies. thanks for your answer

> ![image](https://user-images.githubusercontent.com/88932443/274792712-70b166d0-b480-41cc-9462-1fd4df0286a6.png) ![image](https://user-images.githubusercontent.com/88932443/274792718-af543638-c9fe-4bd2-8454-1a2571ad7e0f.png) 板卡是esp32,没有rgb-led,于是更改了gpio为gpio2

> 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...

> 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...

> > CSI原始数据从“[”开始,以“]”结束,因为每个子运营商占用了两个字节的数据。这里总共有64个子运营商的数据。esp32可以抓取特定的子运营商因实验配置而异。有关详细信息,请参阅[Wi-Fi 信道状态信息](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-channel-state-information)文档。例如,当使用“第二通道 + HT + 40MHz 带宽 + 非 STBC”时,esp32 最多接收 384 字节的数据,可以连接到来自 192 个子载波的数据。 > > 如果您从特定的子载波收集数据,您可以通过修改recv程序中的csi_config来实现这一点。 > > ![图像](https://user-images.githubusercontent.com/80143251/276868614-893d7c47-eeb2-4547-b727-3ef86bad7331.png) 现在这64个子承载怎么变成复数形式呢?他们之间的对应关系是怎样的,还有如何与您的文档对应呢?另外您的examples/ esp-radar/console_test/tools 雷达数据 printf("RADAR_DADA!, %d、%s、%.6f、%.6f、%d、%.6f、%.6f、%d\n"、s_count ++、timestamp_str、 信息->waveform_wander、g_console_input_config.predict_someone_threshold、room_status、...

> 这是我用 esp-csi 这个项目收集到的数据: ![图像](https://user-images.githubusercontent.com/48765322/273891852-77c4252b-260c-420b-9f8f-3b790b2b5787.png) > > ![G$~R{NS18WYM$U9LZPSANQB](https://user-images.githubusercontent.com/48765322/273894027-343c4e3a-9bdb-4059-9e9f-aae9b17e30de.png) > > 我想问一下,esp收集到的原始数据都是整数吗?数据是否经过处理之后才保存? 因为我看其他人使用intel-5300收集到的数据是有小数据点的,不会像esp这样这么整啊齐。 谢谢! 你好!请问你是路由器+esp,还是双esp的机制呢?

> 路由器发射,esp32接收 你这个数据接收是怎存储数据的呀?TF卡还是串口发送到上位机存储?