Syslog backend over LTE-M for nrf9160

How to properly activate zephyr logs with network syslog backend to work over LTE-M for nrf9160 custom device?

Parents Reply Children
  • Hi.

    Here is complete project.

    syslog_net.zip

    Build command:

    west build --build-dir c:/Users/Andriy/ncs/syslog_net/build c:/Users/Andriy/ncs/syslog_net --pristine --board nrf9160dk_nrf9160_ns -- -DNCS_TOOLCHAIN_VERSION="NONE" -DCONF_FILE="prj.conf" -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y

    I am using  nRF Connect SDK v2.0.2  on Windows 10.

    As for the project tweaking, it mainly concerns the fact that there is no network interface until the network registration takes place, so you have to start the backend manually.

Related