cancel
Showing results for 
Search instead for 
Did you mean: 

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

NickAssink
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
NickAssink
Associate II

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.

View solution in original post

1 REPLY 1
NickAssink
Associate II

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.