Multichannel ADC readings with nRF52DK

I'm trying to implement a really simple script to sample voltage values from 5 different analog pins on my NRF52832 DK (using Segger at the moment). I found the SAADC example, as well as the following discussions:

First post 

Second post  

But it's not quite clear to me still how to implement the code with my device. Eventually, I'll want it to be transmitted over BLE, but I'm new to all of this so trying to build up.

Any help would be greatly appreciated!!!

Related