Skip to main content
NickAssink
Associate
January 27, 2023
Solved

Function for End of line testing zigbee on a STM32WB50 similar to BLE tone_start

  • January 27, 2023
  • 1 reply
  • 759 views

Hello,

Currently I am working on a End Of Line firmware file that runs in RAM that need to be able to test that the antenna in functioning as expected.

In other project with BLE we used aci_hal_tone_start() for this is there a similar function for the ZigBee stack.

We are using stack version 1.15.0 stm32wb5x_Zigbee_FFD_fw.bin on a STM32WB50

We would like to not have to change the stack because that would require flashing the stack again after flashing.

With kind regards,

Nick Assink

This topic has been closed for replies.
Best answer by NickAssink

For people finding this ticket in the future, this problem has been resolved with a discussion on a support ticket.

Is someone has the same problem, as the time of writing the ZigBee stack does not support functionality similar the the aci_hal_tone_start of BLE. This is something the ZigBee team is looking into implementing but as of right now its not possible.

For us the only solution was to implement this on a application level. so to connect to a coordinator. It might be better to use a different stack if you want to use this functionality.

1 reply

NickAssink
NickAssinkAuthorBest answer
Associate
May 1, 2023

For people finding this ticket in the future, this problem has been resolved with a discussion on a support ticket.

Is someone has the same problem, as the time of writing the ZigBee stack does not support functionality similar the the aci_hal_tone_start of BLE. This is something the ZigBee team is looking into implementing but as of right now its not possible.

For us the only solution was to implement this on a application level. so to connect to a coordinator. It might be better to use a different stack if you want to use this functionality.