Hi, Indeed, as the sensor already draws 0.9 mA in LP mode, the difference between Stop and Standby mode in current consumption for hte MCU is not much of an influence. Thanks, ECal
... View more
Hi Ecall,
Basic.ino can only read one sensor data each time.
If you want to change the target sensor, you need to chage below definition in basic.ino.
#define SENS_NUM 7
The value should be from 0 to 7.
Please let me know if you have further quesitons.
Thank you.
... View more