I Published answers to questions
没有, W800 只支持蓝牙配网and AP 配网.
I Published answers to questions
是哪个开发板? 可能开发板theSerial port芯片比如 CH340 RTS 脚and芯片 RESET 脚接一起了, 某些Serial port工具the会去拉 RTS 脚导致芯片处于resetting状态.
I Made a comment
@role_2099 可以Refer to这个, withthe也是 st7735 LVGL 简易天气时钟
I Published answers to questions
首先可以更新下burn工具版本, 其次自动burn原理是把芯片the RESET 脚and转Serial portthe RTS 脚连在一起, burn工具burn是会去下来 RTS 脚, 代替手动resetting.
I Published answers to questions
要see报错信息才好定位problem.
I Made a comment
@yangxiaolin1 如果你调with tls_uart_read 读取the长度 "小于已经缓存the大小, the肯定还剩下在缓存里面呀, 中断一般是 16 字节, fifo the大小.
I Published answers to questions
tls_uart_read 每次调with, 只是把Serial port接收缓存区中已读内容清空, 并把读取内容 copy 到传入参数地址, 不会主动清空 pRxBuf, 而是直接覆盖.
I Published answers to questions
如果直接在 main 函数中跑the, 就修改 main 函数堆栈.
I Made a comment
如果在 main 函数中创建任务跑the, 就增加堆栈大小, 或者with全局变量.
I Published answers to questions
网站使withthe是 HTTPS, 在 menuconfig 中需要On HTTPS 配置项.
I Made a comment
@blacktooth 待机功耗, standby 模式≈10ua, 唤醒后相对于resetting, sleep 模式, 1-2ma, 唤醒后从上一次运行位置开始跑, 广播功耗大概 70-90ma, 跟 cpu 主频也有关系, 需要实测.
I Made a comment
sdk2. x 支持 W801 ? 非 W801S