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

ADC Channel number pin assign

Hi,

   we are using BL600-SA in project,we want to configure ADC input Channel,In datasheet not able find the which channel number assigned to pins cleary,if we want to configure ADC channel 7 which is the pins assigned in pin-out daigram.

Thanks,

Nagaraj

Parents
  • Hey nagaraj,

    A channel has two inputs, one 'positive' and one 'negative'. In single ended mode the negative input is 'disconnected', this means that it is connected to ground. The positive input can be connected to any given analog input pin.
    In differential mode the positive and negative inputs are connected to any given analog input pin. 
    In short the analog input pins are multiplexed. 

    See the SAADC documentation and SAADC HAL and driver API reference, as well as the SAADC Example


    Cheers,

    Håkon.

  • Hi Haakonsh,

    I have already worked on the nRF51822 ADC (On PCA 10004 board) and I know how to configure and read the ADC channel. Thanks for the SAADC example, but in the BL600 module the manufacturer has not mentioned the ADC channel no for the pin 2,4,5,6,7,8 and 9th in the module. Now to read the ADC value first I need to configure the ADC channel, in this case I don't know the module pin 2 is connected to which ADC channel on the nRF51822 IC. I would like to know the module pin vs nRF51822 pin connection for configuring ADC channel.

    Thanks,

    Nagaraj

Reply
  • Hi Haakonsh,

    I have already worked on the nRF51822 ADC (On PCA 10004 board) and I know how to configure and read the ADC channel. Thanks for the SAADC example, but in the BL600 module the manufacturer has not mentioned the ADC channel no for the pin 2,4,5,6,7,8 and 9th in the module. Now to read the ADC value first I need to configure the ADC channel, in this case I don't know the module pin 2 is connected to which ADC channel on the nRF51822 IC. I would like to know the module pin vs nRF51822 pin connection for configuring ADC channel.

    Thanks,

    Nagaraj

Children
Related