【STM32WB55 测评】+thread试用1
[复制链接]
本帖最后由 damiaa 于 2019-5-17 11:00 编辑
【STM32WB55 测评】+thread试用1
【STM32WB55 测评】+无线固件更新完成后。其实是下载了 stm32wb5x_Thread_FTD_fw.bin固件。
1,应用程序烧写(硬件跳线出厂时候状态就可以):
WB55.Nucleo在:
stm32wb\STM32Cube_FW_WB_V1.0.0\Projects\NUCLEO-WB55.Nucleo\Applications\Thread\Thread_Cli_Cmd目录里有的应用例子。可以烧写直接使用Thread_Cli_Cmd_reference.hex,也可以用 IAR,MDK,SW4STM32等编译后烧写。
NUCLEO-WB55.USBDongle:
stm32wb\STM32Cube_FW_WB_V1.0.0\Projects\NUCLEO-WB55.USBDongle\Applications\Thread\Thread_Cli_Cmd 目录 下图为 WB55.Nucleo板MDK调试图
2,测试准备: STM32WB55RG_Nucleo板用ST的虚拟串口, STM32WB55RG_UsbDongle 板用USB转串口,通电。(硬件通常出厂设置就行)
3,用PUTTY或者其他串口调试终端:
设置
- BaudRate = 115200 baud
- Word Length = 8 Bits
- Stop Bit = 1 bit
- Parity = none
- Flow control = none
4,打开串口
5,命令输入 先在一个设备上输入(Done是回答)
>panid 0x1234
Done
>channel 12
Done
>ifconfig up
Done
>thread start
Done
然后就建立了一个主设备
6,在另一个设备上同样输入5中内容
然后两台设备就连起来了
7,查看
查看状态开始一台
>state
Leader
查看状态第二台
>state
child
其他
LED指示:
LED2 ON (Green) means that the device is in "Leader" mode.
LED3 ON (Red) means that the device is in "Router" or "Child" mode.
LED2 OFF and LED3 OFF means that the device is disabled or detached.
此内容由EEWORLD论坛网友damiaa 原创,如需转载或用于商业用途需征得作者同意并注明出处