Hi,
I am working on a project that requires extremely low power consumption (20-50 uA) at max. We are currently consuming around 5.5mA. The project uses SPI to communicate with an accelerometer and sends the data over bluetooth to a local server. Our project requires us to continuously receive SPI data (reading about 300 bytes/second). Most of the power consumption resources I've seen online recommend that we switch between active and standby modes to optimize power consumption but since we are continuously monitoring data, I'm not sure how much this will actually save us.
I would like to know the best route to optimize power for my application and whether it is even possible to reduce power to 20-50 uA.