Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bugs & other issues - nRF 15.3 SDK & Mesh SDK 3.1 - please fix

Here is a list of problems I found. Please fix them.

nRF SDK 15.3

  1. Examples: logging does not work in examples. I think the problem is related to this issue.
  2. Documentation: Timer library documentation instructs to "Use the USE_SCHEDULER parameter of the APP_TIMER_INIT()". The APP_TIMER_INIT() macro does not exist in this SDK.
  3. Documentation: ANT documentation initialization example: "APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, false);". The APP_TIMER_INIT() macro does not exist in this SDK.

Mesh SDK 3.1

  1. simple_hal.c: All logic is hardcoded to port 0. Does not work with I/O on port 1 (nRF52840).
Related