Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
I’m trying to perform a DFU with BLE but with a paired device using MCUmgr and SMP sever.. so far i have no luck.. has anyone done OTAU + Secure BLE connection before?
CONFIG_MCUMGR=y # Enable mcumgr
CONFIG_MCUMGR_GRP_OS=y # Required for DFU
# MCUmgr dependencies
CONFIG_NET_BUF=y
CONFIG_ZCBOR=y
CONFIG_CRC=y
CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_MCUMGR_TRANSPORT_BT=y # Enable the Bluetooth mcumgr transport (unauthenticated).
CONFIG_MCUMGR_GRP_IMG=y # Enable the image management handlers, Required for DFU
the otau shows “conncting….”
i’m pretty sure i’m missing in the prj.conf
it seems i’m not allow to write on the characteristic
i solved it after debugging mcumgr code… i had to set some extras options to modify connection interval
CONTRIBUTE TO THIS THREAD