abcd
abcd - 认证expert
I'm just an old man passing by~

Be registered in 3 年前

I Published answers to questions

6 天前

w802 采用外置 flash, 防拷贝is否没有那么安全?

防拷贝依赖的is UUID, 只要判断 UUID 不一致了, 就不执行程序, 这点对于片内片外没有区别.

I Published answers to questions

6 天前

W801 和 W801S 有什么区别, 为什么文档没写 W801?

W801 和 W801S 只有几个 pin 脚不一样, 其他的都一样, 最大区别is W801S 引出了 wakeup 脚, 后续新用户推荐用 W801S, 所以没有 W801.

I Made a comment

2 周前

关闭 wifi_station 后怎么正确重启才能连接Successful

@zhihang9122 试下 wm_wifi_deinit 这个接口.

I Made a comment

2 周前

关闭 wifi_station 后怎么正确重启才能连接Successful

@zhihang9122 低功耗可以考虑进入低功耗模式 sleep 和 standby 模式.

I Made a comment

2 周前

W806 串口 3 接收 433M 接收模块后, 串口 3 数据接收一直is 0x00

@why710 uart 协议规定的空闲状态is高电平.

I Published answers to questions

2 周前

W806 串口 3 接收 433M 接收模块后, 串口 3 数据接收一直is 0x00

同样的初始化, 先把串口 3 接到 pc 上, 用 pc 端串口工具给 W806 发数据, 看打印出来is否正确. 如果正确, 那就需要看 433M 接收模块的相关资料, 看is否需要什么初始化.

I Made a comment

2 周前

通过微秒单位计数 如何获取当前微妙数

上面写错了. uint32_t HAL_TIM_Base_Get_Current_value (TIM_HandleTypeDef *htim) { uint32_t offset = 0;

I Made a comment

2 周前

通过微秒单位计数 如何获取当前微妙数

@feng201272195 目前没有这样的接口, 可以试下这. HAL_StatusTypeDef HAL_TIM_Base_Get_Current_value (TIM_HandleTypeDef *h

I Published answers to questions

2 周前

SPI DMA 传输problem

Can put两个 buffer 的地址打印出来看下is不is四byte对齐.

I Published answers to questions

1 月前

关闭 wifi_station 后怎么正确重启才能连接Successful

Lose具体is什么情况, 有什么 log 信息吗, 可以现用 demo 试下, I这边用 demo 循环 start/stop is没problem的.

I Published answers to questions

1 月前

ota document最大支持How old呢

那应该运行固件 w800. fls 应该也超过了 1087k 了吧, 如果 user_area 没有使用的话, Can put这部分用起来, 但is w800. fls 和 w800_ota. img 总和不能超过 (0x1fc000 - 0x

I Published answers to questions

1 月前

W801 UDP 容易丢包, 求优化方案

UDP 协议本身就is不建立连接, 不保证数据的完整性, 丢包is正常的.

I Published answers to questions

2 月前

W80X WiFi-UDP 如何Settings静态 IP

tls_param_set (TLS_PARAM_ID_IP, (void *) &param_ip, TRUE) ; 在加网之前调用这个接口Settings.

I Published answers to questions

2 月前

基于 W80X_SDK_v1. 00. 10 的项目结构调整

分享类的内容可以发到article, Questions and answers类以解答problem为主.

I Published answers to questions

2 月前

W800 如何创建 2 个 MQTT 客户端

wm_event_add_callback (WM_MQTT_EV, WM_EVENT_ANY_TYPE, (wm_event_callback) event_handler_mqtt_event, cl

publish
problem