Skip to content

Commit

Permalink
Improve & fixe ble button logic on the device for more accurate voice… (
Browse files Browse the repository at this point in the history
#1424)

Issue: #1412

## deploy plan
- [ ] deploy firmware
- [ ] deploy app
  • Loading branch information
beastoin authored Nov 27, 2024
2 parents 21b6c62 + 42c35f2 commit f944113
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CONFIG_GPIO=y
CONFIG_NRFX_PDM=y
CONFIG_ADC=y

# CONFIG_SERIAL=n
# To flash via dev board
#CONFIG_BUILD_OUTPUT_UF2=n
#CONFIG_USE_DT_CODE_PARTITION=n
Expand All @@ -30,7 +29,7 @@ CONFIG_BT_GATT_DYNAMIC_DB=y

CONFIG_BT_CTLR_TX_PWR_ANTENNA=8
CONFIG_BT_PHY_UPDATE=y
CONFIG_PM_DEVICE=y

#
# Battery and Device Information services
#
Expand All @@ -42,7 +41,7 @@ CONFIG_BT_DIS_MODEL="Omi DevKit 2"
CONFIG_BT_DIS_MANUF="Based Hardware"
CONFIG_BT_DIS_FW_REV=y
CONFIG_BT_DIS_HW_REV=y
CONFIG_BT_DIS_FW_REV_STR="2.0.3"
CONFIG_BT_DIS_FW_REV_STR="2.0.5"
CONFIG_BT_DIS_HW_REV_STR="Seeed Xiao BLE Sense"

#
Expand Down Expand Up @@ -74,7 +73,15 @@ CONFIG_BT_AUTO_PHY_UPDATE=y
CONFIG_FPU=y
CONFIG_NORDIC_QSPI_NOR=n
# CONFIG_BOARD_ENABLE_DCDC=y
# #
#

#
# Console
#
# Disable the lines to enable console log
CONFIG_CONSOLE=n

#
# Debug
#
# Enable the lines below to enable debug logs via UART/USB
Expand Down Expand Up @@ -174,19 +181,13 @@ CONFIG_SPI_NRFX=y
#EVERYTHING ELSE
#

CONFIG_RING_BUFFER=y

CONFIG_ACCELEROMETER=y
CONFIG_ENABLE_BUTTON=y
CONFIG_ENABLE_SPEAKER=y

CONFIG_LOG=n

CONFIG_RING_BUFFER=y
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n

CONFIG_SERIAL=n

# CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE=y
# CONFIG_NRFX_USBD=y

# CONFIG_FLASH=y
Loading

0 comments on commit f944113

Please sign in to comment.