This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF-IEEE-802.15.4-radio-driver SDK for Thread and Zigbee

Dear all,

I would like to implement the IEEE 802.15.4 stack, using the driver inside the SDK for Thread and Zigbee. Unfortunately there aren't any examples ad so everything is way more difficult. I would like to ask you some things about implementation details:

1) If I decide to use the SWI approach, what entity will catch my events? I mean, if I want to receive a message, in which way I will catch the message?(I know that there is must be somewhere a call to nrf_802154_received, but it is automatically done by the drivers o I have to call it somewhere?). Do I have to add somewhere a handler of events (as for example ble_evt_handler in BLE example)?

2) What are the real differences about SWI and direct approach?

3) Is there somewhere an useful example?

Thanks to everyone,

Elia

Related