Lines Matching +full:ieee802154 +full:- +full:supported
1 .. zephyr:code-sample:: wpan-serial
2 :name: 802.15.4 "serial-radio"
3 :relevant-api: ieee802154 uart_interface
5 Implement a slip-radio device for Contiki-based border routers.
11 controller as a "serial-radio" device for Contiki-based border routers.
16 The sample assumes that 802.15.4 radio and USB controller are supported on
18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
28 .. code-block:: console
36 - :file:`prj.conf`
42 .. zephyr-app-commands::
43 :zephyr-app: samples/net/wpan_serial
45 :conf: "prj.conf [overlay-<RADIO>.conf]"
52 .. zephyr-app-commands::
53 :zephyr-app: samples/net/wpan_serial
59 #. Run Contiki-based native border router (6lbr, native-router, etc)
62 .. code-block:: console
64 $ cd examples/ipv6/native-border-router
66 $ sudo ./border-router.native -v5 -s ttyACM0 fd01::1/64
68 Now you have a Contiki native board router. You can access its web-based
70 border-router output.
72 .. code-block:: console