-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Border Router does not work on Nordic nRF52840 #2910
Comments
I switched from the nRF52840 DK to the Dongle, and the Embedded BR works on it. The native BR does not work on both. The BR is an essential component in the Contiki stack. May I ask to prioritize a fix so the embedded BR works on the DK and native BR on both? I will be happy to contribute if I can, possibly with guidance from someone who knows more about Nordic devices, @alexstanoev @wbober or slip-radio @joakimeriksson @nfi. Thank you for considering this. |
I also have the same problem (nrf52840dk). When I increase the logging level, I observe that the pings from the host are received, but it seems they are never processed. I ran :
I got this output for the border router :
After pinging the border router from the host I got this (on the board) :
I can't see exactly where it is blocking. |
Summary table of the issues with nRF52840
Details
I reported on #2906 and and this morning tried the native border router on nRF52840 (using either DK and Dongle), and neither work. I am certain that I am doing something wrong because I cannot imagine an IoT OS without something such as the border router. If it really does not work, is there an alternative to communicate with the outside world?
Can someone please take a look, or let me know what to try next?
My experience with the embedded BR is available here. Following is the experience with the native BR:
examples/slip-radio
examples/hello-world
.make TARGET=native
inexamples/rpl-border-router/
Above looks as expected, however, pinging the BR in another terminal window on the host OS yields nothing:
I know that the nRF52840 requires hardware flow control, so I added
-H
argument:but it did not work either.
The text was updated successfully, but these errors were encountered: