小然同学

Results 11 comments of 小然同学

@zztiger123 谢谢你的回答,请问这块你有测试过,是吗?

我在Wifi Driver中找到:如果设置为WIFI_CONNECT_AP_BY_SIGNAL,所有匹配的AP将会按照信号强度排序,信号最好的AP会被首先连接。比如,如果station想要连接ssid为apxx的AP,且扫描到两个这样的AP。第一个AP的信号为-90dBm,第二个AP的信号为-30dBm,station首先连接第二个AP。除非失败,才会连接第一个。 那么,请问第二个问题的WIFI_EVENT_STA_DISCONNECTED中的异常号是基于哪个AP连接返回的?

一个新问题:在FAQ中WIFI_REASON_CONNECTION_FAIL 扫描阶段返回的错误码,主要是由于 STA 扫描到了匹配的 AP,但是这个 AP 在黑名单里。AP 在黑名单里面的原因是上次 AP 主动踢掉了 STA,或者 STA 连接 AP 的过程中失败了。 那么请问,设备如何把黑名单中的AP设置依然可连接?

一个新问题:在手动通过esp_wifi_disconnect()或esp_wifi_stop()关闭WIFI连接,会不会发送DHCP的DHCPRELEASE报文?

I don't have machine learning experience, but my colleague has a lot of work experience. I'm not good at understanding the concepts while he is not good at puting existing...

@vikramdattu Thank you for your quick reply. And sorry for I am so late. I am understood your mean, and after looking at all the existing problems in this warehouse,...

@mkisho I'm very interested in what you said. Let us wait @vikramdattu reply, and if you solve the problem, I may also learn a lot, and even improve the full...

I try to let the arg_int more than 24, but the function can not change. I want to let the C code transfer one frame with more than 64 byte....

OK,谢谢熊大,我使用的是K230支持您系统的RTT版本,在他们的平台上不支持这个功能。 根据您说的信息,在咱们的系统中是已经默认支持了是吗?因为我在调用其他类似popen()/pread()/pwrite()也在这个平台不支持。 综合这些问题都是K230原厂的问题是吗?

@BernardXiong 那有没有像ext2/3/4的这种支持呢?因为用咱们的系统的fat32话,再用sqlite这种文件系统,它的写放大很厉害。 ![Image](https://github.com/user-attachments/assets/5ceab2bb-0380-4570-a2fe-d292d355a087) 我有看到lwext4的项目,但是有信息得到在rt thread平台上移植,可能会失败。 请问一下,如果能移植ext 4的话,需要注意哪些事情呢?能给一些参考或者直接支持这种文件系统吗?