Function for End of line testing zigbee on a STM32WB50 similar to BLE tone_start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-27 12:39 AM
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
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32WB series
-
Zigbee
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-01 2:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-01 2:19 AM
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.
