windowsair
windowsair
确实,原本dap的两个灯根本没啥用。那我还是把他改成显示wifi有没有连接吧,其他的状态好像也没啥必要? 关于ota,ota是针对项目本身的,文件就是编译好的固件,用户直接可以通过web进行更新 相关的更改情况在这里: https://github.com/windowsair/wireless-esp8266-dap/tree/3e3e3b6e686a36778213ecdba75ddbe7d4f98862#system-ota
噗,其实也是个自娱自乐的功能,OTA本身也没多少人用 那先这样,原先LED GPIO15的改为显示wifi连接状态; LED GPIO2 弃用,改为uart 1 Tx
这个想法不错,加个wifi列表就好啦,我来整整看
🥰现在支持在wifi_configuration.h中添加多个wifi,会一个一个试直到找到合适的: https://github.com/windowsair/wireless-esp8266-dap/commit/79e6de38281ed501546548f9acb4b83d898d23a6
Hi, @neophack 有在考虑这个计划。不过既然是无线的,可以直接用网页上传,更方便些
是否稳定**不敢保证**,可以自己试一下 usbip windows旧版本用着问题不大,现在有人在积极维护,新版项目在这里:[usbip-win ](github.com/cezanne/usbip-win ) 本项目在这个版本的usbip下运行存在一些问题,我会在下个大版本一起修复 I can **not guarantee** stability. You can try it yourself. There should be no problems running under the old version. And now someone is...
好吧,速度测试这方面我属实搞不大清楚。似乎有多种衡量标准。。。您知道有啥测试方法么:disappointed_relieved: Well, I'm not really sure about this aspect of speed testing. There seem to be multiple measures. Do you know of any testing methods?:disappointed_relieved:
下面是我使用Keil进行测试的结果(232 kb bin 文件,进行擦除、下载、验证的用时): 1. st-link 4MHz时钟 平均用时18s 2. 本项目 5MHz时钟 平均用时42s 3. 本项目 40MHz时钟(Winusb + SPI) 平均用时26s :flushed: 确实是慢了点,还有改进的空间 Here are the results of my tests with Keil (232...
通过usbip对st link v2进行了测试,本项目要优于st link的表现。(之前我一直以为性能瓶颈是esp8266的tcp传输速度) The ST Link v2 was tested via usbip and result shows that this project outperformed the st link performance. (I always thought that the performance bottleneck...
在Jlink v8下进行测试,使用Vmware虚拟机在局域网中进行测试。考虑到传输速率等影响,这里对网卡速率进行了限制,上下行分别为700Kbps(与本项目相近的速率)。 ~~结果是本项目略差于Jlink(约1~2s)。~~ 更新:不分伯仲 ----- Tested under Jlink v8, using a Vmware virtual machine. Considering the impact of transmission rate, the NIC rate was limited here to 700Kbps for upstream...