This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51822 ADC without UART

I am using the adc to sample a sensor and send this over the air. For testing I used the simple_uart library and it works. But now I don't need the uart connection and I removed it from the project, but now the adc always returns 0.

I don't need have to send something over the uart, but I need to run "simple_uart_config()", to make the adc work. without it it won't work.

Related