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_PressMeas_Server_Coord/readme.txt')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_PressMeas_Server_Coord/readme.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_PressMeas_Server_Coord/readme.txt b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_PressMeas_Server_Coord/readme.txt
index 183097217..cd8b38bb1 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_PressMeas_Server_Coord/readme.txt
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Zigbee/Zigbee_PressMeas_Server_Coord/readme.txt
@@ -38,11 +38,11 @@ On this application, the Server send periodically reports back to the Client wit
--------- ---------
| | ZbZclReadReq | |
- PushB=>|Client | -----------------------------------> |Server | <= PushB ---> Increase Pressure ->ZbZclAttrIntegerWrite
- | | | | <= PushB ---> Decrease Pressure ->ZbZclAttrIntegerWrite
+ PushB=>|Client | -----------------------------------> |Server | <= PushB (SW1) --> Increase Pressure ->ZbZclAttrIntegerWrite
+ | | | | <= PushB (SW2) --> Decrease Pressure ->ZbZclAttrIntegerWrite
| | | |
- | | ZbZclReadRsp | |=>LED Green
- Display <=| | <----------------------------------- | |=>LED Red
+ | | ZbZclReadRsp | |=>LED Green (Pressure below max value)
+ Display <=| | <----------------------------------- | |=>LED Red (Max pressure reached)
Pressure | | | |=> Display attributes written
info | | | |
| | | |
@@ -54,7 +54,7 @@ On this application, the Server send periodically reports back to the Client wit
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 :
@@ -124,9 +124,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.