Hello!
I am using the SMP Server sample from Zephyr on a nRF52DK. I can send echo command through nRF Device Manager successfully.
However, doing it on MAC returns: Failed to connect to peer after 10sec.
I am using this command:
sudo ./mcumgr --conntype ble --connstring peer_name='Zephyr' echo hello
I am using Go version 17 and installed mcumgr by writing:
go get github.com/apache/mynewt-mcumgr-cli/mcumgr
Any idea what the reason could be?