How to properly activate zephyr logs with network syslog backend to work over LTE-M for nrf9160 custom device?
How to properly activate zephyr logs with network syslog backend to work over LTE-M for nrf9160 custom device?
Hi
Can you upload the syslog and debug log so we can review it here on our end as well, as I'm not able to tell from the .c or .conf files what exactly is wrong here. Can you also share some details on what exactly you have tweaked from the sample project?
Best regards,
Simon
Hi
Can you upload the syslog and debug log so we can review it here on our end as well, as I'm not able to tell from the .c or .conf files what exactly is wrong here. Can you also share some details on what exactly you have tweaked from the sample project?
Best regards,
Simon
Hi.
Here is complete project.
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.