Hi,
I have a request to port an old code into Zephyr. The code uses a proprietary protocol and the radio has been developed on bare metal under a nRF52832 chip. There is a requirement for low latency (under 10ms) and also compatibility with BLE radio. Both radio modes will not work concurrently.
My questions are:
. Is it possible to use your own proprietary protocol under Zephyr?
- What would be the best approach to integrate a proprietary protocol under Zephyr?
- Is there any limitations in terms of low latency?
- What's the best approach to change between radio modes (proprietary /BLE)?
Thanks