Skip to content
Discussion options

You must be logged in to vote

Hello @sanderhollaar

Yes, you can run the Thread Border Router using the nRF54L15 DK as an RCP over UART. Here’s how I did it on nRF Connect SDK v3.0.2:

  1. Check out the correct SDK version and build the OpenThread coprocessor sample:
cd nrf
git checkout v3.0.2
west update
west build -p -b nrf54l15dk/nrf54l15/cpuapp samples/openthread/coprocessor/
west flash --erase
  1. Identify the serial interface (pick the ACM port, usually the second one e.g. /dev/ttyACM1):
sudo ls -lia /dev/serial/by-id
  1. Start the OpenThread Border Router in Docker (or set it up on a Raspberry Pi):
sudo modprobe ip6table_filter
sudo docker run -it --rm --privileged --name otbr --network otbr -p 8080:80 --sysctl "net.…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sanderhollaar
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants