working simultaneous bluetooth (gatt example) and getting data from sensors
Some checks failed
Build / build (ubuntu-22.04) (push) Has been cancelled
Build / Build (push) Has been cancelled
Documentation / build (push) Has been cancelled

This commit is contained in:
2025-05-31 13:00:11 -06:00
parent 773f28595b
commit b41f8819be
5 changed files with 547 additions and 9 deletions

View File

@ -18,11 +18,20 @@ CONFIG_CFB_LOG_LEVEL_DBG=y
CONFIG_CHARACTER_FRAMEBUFFER=y
CONFIG_CBPRINTF_FP_SUPPORT=y
# CONFIG_BT=y
# CONFIG_BT_SMP=y
# CONFIG_BT_PERIPHERAL=y
# CONFIG_BT_GATT_CLIENT=y
# CONFIG_BT_DEVICE_NAME="Mellifera"
CONFIG_BT=y
CONFIG_BT_SMP=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_GATT_CLIENT=y
CONFIG_BT_DEVICE_NAME="Mellifera"
CONFIG_BT_BUF_ACL_RX_SIZE=255
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_BUF_CMD_TX_SIZE=255
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
CONFIG_BT_L2CAP_TX_MTU=247
CONFIG_LOG=y
# CONFIG_BOOTLOADER_MCUBOOT=y
# CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y