Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt
index 2c471a53a..9014414af 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_DevTemp_Server_Coord/readme.txt
@@ -36,18 +36,18 @@ Device act as a server.
--------- ---------
| | ZbZclReadReq | |
- PushB=>|Client | -----------------------------------> |Server | <= PushB ---> Increase Temp +2C ->ZbZclAttrIntegerWrite
- | | | | <= PushB ---> Decrease Temp -2C ->ZbZclAttrIntegerWrite
+PushB (SW1)=>|Client | -----------------------------------> |Server | <= PushB (SW1) ---> Increase Temp +2C ->ZbZclAttrIntegerWrite
+ | | | | <= PushB (SW2) ---> Decrease Temp -2C ->ZbZclAttrIntegerWrite
| | | |
| | ZbZclReadRsp | |=>LED Green
Display <=| | <----------------------------------- | |=>LED Red
- Temp | | | |=> Display attributes written
+ Temp info | | | |=> Display attributes written
-------- ---------
This application requires at minimum two STM32WB55xx nucleo boards, but you can use up four boards.
-This application requests having the stm32wb5x_zigbee_full_fw.bin binary flashed on the wireless coprocessor
+This application requests having the stm32wb5x_Zigbee_FFD_fw.binbinary flashed on the wireless coprocessor
and the correct binary flashed on the application processor.
Important note :
@@ -117,9 +117,9 @@ Zigbee
@par How to use it ?
-=> Loading of the stm32wb5x_zigbee_full_fw.bin binary
+=> Loading of the stm32wb5x_Zigbee_FFD_fw.binbinary
- This application requests having the stm32wb5x_zigbee_full_fw.bin binary flashed on the Wireless Coprocessor.
+ This application requests having the stm32wb5x_Zigbee_FFD_fw.binbinary flashed on the Wireless Coprocessor.
If it is not the case, you need to use STM32CubeProgrammer to load the appropriate binary.
All available binaries are located under /Projects/STM32_Copro_Wireless_Binaries directory.
Refer to UM2237 to learn how to use/install STM32CubeProgrammer.