I am using Thingy 52 and I need to use multiple sensors on the board. But the API reference is really poor and there is no examples on this. So I don't know how to configure the sensors including: Humidity, Gas sensor and motion sensor.
1. I have started the humidity sensor but in the sample callback function. I used drv_humidity_get() to get the humidity data. But I always get 0 as a result.
2. I dug into the codebase and found the many configuration data are retrieved from the flash. I have used eraseall in nRFgo Studio. Does this erase the flash as well?