Skip to content

Conversation

@SeppoTakalo
Copy link
Contributor

Allow AT commands to be send for each of the nRF9151DK buttons. Total of 4 different AT commands that can be set using Kconfig.

Intention is the help testing specific error cases that are otherwise hard to produce.

Allow AT commands to be send for each of the nRF9151DK buttons.
Total of 4 different AT commands that can be set using Kconfig.

Intention is the help testing specific error cases that are
otherwise hard to produce.

Signed-off-by: Seppo Takalo <[email protected]>

endif # SM_GNSS

config SM_BUTTONS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a separate Kconfig.debug for these kind of things?

Or somehow indicate that this is for debug functionality. SM_DEBUG_BUTTONS?


if SM_BUTTONS

config SM_BUTTON0_AT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that DTR is tied to button0 without any overlays, this can only be used with external overlay. Would it be better to only have this for 3 buttons and mention that for button0 you can do this, but only with external overlay?

default "AT+CFUN=4"

config SM_BUTTON1_AT
string "AT command for button 1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be the DK or DTS numbers? With DK this is button 2.

Copy link
Collaborator

@trantanen trantanen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's discuss this debug feature after the holiday period

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants