isme
isme - Certified specialist
Chilled big watermelon

Be registered in 3 Before the New Year

I Made a comment

2 Month before

sdk2. x 支持 W801 ? 非 W801S

@nomad 选 w801 是一样the

I Published answers to questions

3 Month before

sdk2. x 支持 W801 ? 非 W801S

W80X 全系列支持

I Published answers to questions

3 Month before

W800 是否有类似于 ESP32 the Smartconfig 配网功能

没有, W800 只支持蓝牙配网and AP 配网.

I Published answers to questions

3 Month before

修改示例代码, 运行结果是修改之前the

修改完编译下载了嘛

I Published answers to questions

4 Month before

使with VSCODE 做 IDE 时, W800 开发板使with串行监视器会死机 (偶发性) , 必须Hold reset 键再点打开Serial port, 是什么problem?

是哪个开发板? 可能开发板theSerial port芯片比如 CH340 RTS 脚and芯片 RESET 脚接一起了, 某些Serial port工具the会去拉 RTS 脚导致芯片处于resetting状态.

I Made a comment

4 Month before

wm_iot_sdk_v2. 3 有没有 menuconfig 配置项目thewith户指南

@role_2099 可以Refer to这个, withthe也是 st7735 LVGL 简易天气时钟

I Published answers to questions

4 Month before

电路原理图, PCB 设计

首先可以更新下burn工具版本, 其次自动burn原理是把芯片the RESET 脚and转Serial portthe RTS 脚连在一起, burn工具burn是会去下来 RTS 脚, 代替手动resetting.

I Published answers to questions

4 Month before

wm_iot_sdk_v2. 3 有没有 menuconfig 配置项目thewith户指南

要see报错信息才好定位problem.

I Made a comment

4 Month before

请问在 tls_uart_read 这个函数中是不是每一次接受都会将上一次接收the缓冲区给清空呢?

@yangxiaolin1 如果你调with tls_uart_read 读取the长度 "小于已经缓存the大小, the肯定还剩下在缓存里面呀, 中断一般是 16 字节, fifo the大小.

I Published answers to questions

4 Month before

请问在 tls_uart_read 这个函数中是不是每一次接受都会将上一次接收the缓冲区给清空呢?

tls_uart_read 每次调with, 只是把Serial port接收缓存区中已读内容清空, 并把读取内容 copy 到传入参数地址, 不会主动清空 pRxBuf, 而是直接覆盖.

I Published answers to questions

4 Month before

w801 在运行the时候栈溢出了怎么办, I是with sdk 裸机跑the

如果直接在 main 函数中跑the, 就修改 main 函数堆栈.

I Made a comment

4 Month before

w801 在运行the时候栈溢出了怎么办, I是with sdk 裸机跑the

如果在 main 函数中创建任务跑the, 就增加堆栈大小, 或者with全局变量.

I Made a comment

4 Month before

HTTP 访问天气网站出错

I Published answers to questions

4 Month before

HTTP 访问天气网站出错

网站使withthe是 HTTPS, 在 menuconfig 中需要On HTTPS 配置项.

I Made a comment

5 Month before

请问 W800 arduino 开发板在运行蓝牙 Mesh 功能时the功耗是怎样the?

@blacktooth 待机功耗, standby 模式≈10ua, 唤醒后相对于resetting, sleep 模式, 1-2ma, 唤醒后从上一次运行位置开始跑, 广播功耗大概 70-90ma, 跟 cpu 主频也有关系, 需要实测.

publish
problem