Hi,
I am using SDK10---->ble_app_uart--->pca10028--->s110 for non-invasive GLUCOSE measurement. I checked nrf_adc.h file & used adc_sample = nrf_adc_result_get(); for getting ADC Readings. Further, I am storing it in int32_t data type but for the same sensor in other ST or PIC controllers I got 2000 ADC Values more than 1023 but in this configuration with nrf51422 Target Board I am getting 1023 Constant values?
Please suggest solution to this issue.