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

TWI,SPI,ADC sensor data through bluetooth

Hi,

I am a newbie to nRF devices. I have different sensors connected to TWI,SPI,ADC etc. and need to send these data to a cellphone through BLE. Does anyone has a sample code for this for PCA10040? I got a code which takes ADC readings and sending those through BLE and is working.

Parents Reply Children
  • Hello Nikolai,

    Do I understand you correctly in that you are looking for code that transmits sensor readings over BLE?
    If so, I recommend checking out the Nordic UART example from the SDK. This example demonstrates how you could use the Nordic UART service ( NUS ) to send messages back and forth between two devices. You may then populate these messages by whatever sensor data you would like to have transmitted.

    I would also like to point out that the comment you are replying to is over 4 years old, so it might be better to start a new ticket on the subject - since the original poster might not see your comment.

    Best regards,
    Karl

Related