I'm building an LTE device that only needs the GPS, LTE, motion, and button.
I'm trying as the first step to disable all the sensors that are not needed so that I don't send unneeded data to the cloud. Latter will have to eliminate their FW code from the project.
I could successfully eliminate the light sensor data using Configure nRF connect SDK project GUI and the GPS and everything else works fine, but when I tried to disable the BME680 sensor from Zephyr Kernel I had a strange situation where the GPS is not sending to the cloud and the button although I did not touch them in the GUI.
Best Regards,
HeTsH (Hesham)