MCUMGR UDP #94430
Unanswered
AllanWang1
asked this question in
Q&A
MCUMGR UDP
#94430
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to enable MCUMGR over UDP.
Currently I have attempted MCUMGR with serial connection, and that works out nicely. However, using MCUMGR over UDP results in NMP timeout.
I have enabled the following:
CONFIG_MCUMGR_TRANSPORT_UDP=y
CONFIG_MCUMGR_TRANSPORT_UDP_IPV6=y
CONFIG_MCUMGR_TRANSPORT_UDP_PORT=8341
, along with other necessary configurations to set up MCUMGR.I am using OpenThread as well, and I have connected my device to the Border Router.

Here is what it looks like when I request to list the images via UDP:
I would appreciate any help, please let me know what additional information I should provide, thanks.
Best regards,
Allan
Beta Was this translation helpful? Give feedback.
All reactions