diff --git a/samples/bluetooth/peripheral_mds/README.rst b/samples/bluetooth/peripheral_mds/README.rst index f0739d5c40c..aa76502091d 100644 --- a/samples/bluetooth/peripheral_mds/README.rst +++ b/samples/bluetooth/peripheral_mds/README.rst @@ -133,7 +133,7 @@ See `Memfault SDK`_ for more information. To send data to the Memfault cloud through a Bluetooth gateway, you must configure a project key using the :kconfig:option:`CONFIG_MEMFAULT_NCS_PROJECT_KEY` Kconfig option. You can find your project key in the project settings at `Memfault Dashboards`_. -You also need to set the :kconfig:option:`CONFIG_MEMFAULT_NCS_DEVICE_ID` static Kconfig option for this sample +Use :kconfig:option:`CONFIG_MEMFAULT_NCS_DEVICE_ID` to set a static device ID. For this sample, the device id is ``ncs-ble-testdevice`` by default. Building and running ******************** diff --git a/samples/bluetooth/peripheral_mds/prj.conf b/samples/bluetooth/peripheral_mds/prj.conf index e4cbed98f61..ce52790ab85 100644 --- a/samples/bluetooth/peripheral_mds/prj.conf +++ b/samples/bluetooth/peripheral_mds/prj.conf @@ -37,9 +37,11 @@ CONFIG_HEAP_MEM_POOL_SIZE=256 CONFIG_MEMFAULT=y CONFIG_MEMFAULT_SHELL=y +CONFIG_MEMFAULT_LOGGING_ENABLE=y +CONFIG_MEMFAULT_LOG_LEVEL_INF=y CONFIG_MEMFAULT_NCS_PROJECT_KEY="" -CONFIG_MEMFAULT_NCS_DEVICE_ID="" +CONFIG_MEMFAULT_NCS_DEVICE_ID="nrf-ble-testdevice" CONFIG_MEMFAULT_NCS_BT_METRICS=y