what is code for ADC data on coapp(Single channel)?
what is code for ADC data on coapp(Single channel)?
I have made an example, but I have not tested it (I don't have a IoT setup to test on), but I checked that the example compiles and runs.
You need to copy the ADC driver and HAL from SDK 11.0.0 into your nRF51 IoT SDK directory:
Copy the directory components\drivers_nrf\adc
from SDK 11.0.0 to Nordic\nrf51\components\drivers_nrf
in nRF51 IoT SDK v0.8.0.
Copy the files nrf_adc.c
and nrf_adc.h
from components\drivers_nrf\hal\
in SDK 11.0.0 into directory Nordic\nrf51\components\drivers_nrf\hal
in nRF51 IoT SDK v0.8.0.
Best regards,
Jørgen
thank you sir it is working properly .
thank you sir it is working properly .