hello, Nordic developers!
I needs help develop rnf52840.
Goal
My goal is ble & 802.15.4 mutiprotocol, not using zboss network.
Actually, It is the same situation as link. with this situation, We need to use ble.
Situation
I already tested example "wireless_uart" in nRF5_SDK_15.0.0_a53641a\examples\802_15_4\ on development board.
I successfully sended & received 802.15.4 packet in this test. --> this is the role I want to in 802.15.4 protocol.
NEXT, For multiprotocol with ble, I am trying to the example ZIGBEE SDK 1.0.0 - multiprotocol/ble_zigbee_dynamic_light_switch_nus.
but I can't send 802.15.4 packet at all.... dev board just send repeatedly "Beacon request" - (i think it is to join zboss network)
So,,, I try to compile uart_ble adding wireless_uart (802.15.4) source... but it is fail...
Questions
Q1. To reach my goal, What should I start with? (example or extension with example...)
Q2. As of now, Is There no solution of nrf52840 in this case?
Q3. Is There any way to simply send & receive 802.15.4 protocol in multiprotocol examples?
Thanks for reading.