Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/bluetooth/peripheral_mds/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
********************
Expand Down
4 changes: 3 additions & 1 deletion samples/bluetooth/peripheral_mds/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading