README.rst
1.. _nrf-ieee802154-rpmsg-sample:
2
3nRF IEEE 802.15.4: Serialization RPMsg
4######################################
5
6Overview
7********
8
9This sample exposes IEEE 802.15.4 radio driver support
10to another device or CPU using the RPMsg transport which is
11a part of `OpenAMP <https://github.com/OpenAMP/open-amp/>`__.
12
13Requirements
14************
15
16* A board with nRF53 SoC
17
18Building and Running
19********************
20
21This sample can be found under :zephyr_file:`samples/boards/nrf/ieee802154/802154_rpmsg`
22in the Zephyr tree.
23
24To use this application, you need a board with nRF53 SoC.
25You can then build this application and flash it onto your board in
26the usual way. See :ref:`boards` for board-specific building and
27programming information.
28
29To test this sample, you need a separate device/CPU that acts as 802.15.4
30serialization RPMsg peer.
31This sample is compatible with the Nordic 802.15.4 serialization. See the
32:kconfig:option:`CONFIG_NRF_802154_SER_HOST` configuration option for more information.
33
34The sample is configured to be energy efficient by disabling:
35 * Serial Console (in :file:`prj.conf`)
36 * Logger (in :file:`prj.conf`)
37