Configure the required Thread network parameters with the ``ot channel``, ``ot panid``, and ``ot networkkey`` commands.
Make sure to use the same parameters for all nodes that you add to the network.
The following example uses the default OpenThread parameters:

.. code-block:: console

   uart:~$ ot channel 11
   Done
   uart:~$ ot panid 0xabcd
   Done
   uart:~$ ot networkkey 00112233445566778899aabbccddeeff
   Done
