iSuryxin
iSuryxin
> Hello, > > May I inquire about the model of the commercial router you are using? How many antennas are there on it, and how many of them are...
> 我们认为修改菜单配置将无济于事。一种解决方案是尝试另一个路由器,另一种解决方案是将ping速率设置为11b(具有esp_wifi_set_protocol功能)。 感谢你的指导,我还有一些不解的问题,第二种解决方案是指在你们esp-csi-master\examples\esp-radar\console_tes中的app_main.c的代码中添加ESP_ERROR_CHECK(esp_wifi_set_protocol(ESP_WIFI_PROTO_11B));吗?非常感谢!
> Yes, please feel free to reach us for further assistance. 非常感谢您,我换了一台路由器,发现数据确定更加稳定多了,但是另一种解决方案在代码中添加ESP_ERROR_CHECK(esp_wifi_set_protocol(ESP_WIFI_PROTO_11B));,重新烧录完成后,在连接路由器的时候,log窗口出现spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k) 这样的错误提示,无法成功连接路由器。
是的,你是对的,在你前面提到的将ping速率设置为11b,于是我设想将esp和路由器均设置为b协议,这将会导致esp无法连接其他的协议,非常感谢你!