Hi,
I'm evaluating the NRF52832 for an ultra low power BLE application where I'm going to use GATT. I've built some prototypes with the NRF52832 and right now I have to choose which SDK to use, the "standard/old" or the new "NRF Connect SDK".
In my application the power consumption is the most important factor and the software is very easy: wait for interrupt, read sensor via spi, do some DSP, update value in GATT.
What do you recommend? Is there a difference in power consumption between the two SDKs?
I'm leaning more toward the "old SDK" as it seems less complicated to get going but maybe I'm mistaken.