The demo board would not connect (no second LED)
Since in Italy we only have NB-IoT, I guess I should recompile a more recent version of the demo application.
I have followed all steps in Getting Started Assistant but:
Even after registering Segger Embedded Studio, the Nordic version says I am not registered. The standard version of Embedded Studio runs just fine with the same credentials.
When I try "Open nrfConnect SDK Project" with:
- C:/Projects/ncs/nrf/applications/asset_tracker/CMakeLists.txt
- C:/Projects/ncs/zephyr/boards/arm/nrf9160_pca10090
- nrf9160_pca10090
- C:/Projects/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090
I get an error that asset_tracker.emProject is invalid. When i exit the window, an error marker is on the message(FATAL_ERROR... line:
execute_process(
COMMAND
${PYTHON_EXECUTABLE}
${ZEPHYR_BASE}/scripts/kconfig/kconfig.py
${KCONFIG_ROOT}
${DOTCONFIG}
${AUTOCONF_H}
${PARSED_KCONFIG_SOURCES_TXT}
${merge_fragments}
WORKING_DIRECTORY ${APPLICATION_SOURCE_DIR}
# The working directory is set to the app dir such that the user
# can use relative paths in ${IMAGE}CONF_FILE, e.g. CONF_FILE=nrf5.conf
RESULT_VARIABLE ret
)
if(NOT "${ret}" STREQUAL "0")
message(FATAL_ERROR "command failed with return code: ${ret}")
endif()