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

libraries for various sensors

HI team,

   I like to interface methane, hydrogen and moisture sensor in my custom board which is going to use nrf52840 soc. i am in development stage. for outdoor application i need to interface these sensors in my board is there any libraries and example available for this. if not from where can i start? 

regards,

karthikeyan

Parents
  • Hello,

    I am not sure exactly what sensors you are looking at, but they usually have some peripheral interface, such as UART, SPI, I2C (TWI).

    We have support for most of these peripherals, with examples in the SDK, under SDK\examples\peripheral.

     

    If you are looking for a more sensor-like implementation, you should check out the Thingy:52 SDK, which has a lot of sensors implemented. You can find it here.

     

    Please be aware that the Thingy:52 SDK is written for nRF52832, but the libraries should be quite similar to the nRF52840. If you include the libraries in a project for the nRF52840, then the pins should be correct for the 840.

     

    Best regards,

    Edvin

Reply
  • Hello,

    I am not sure exactly what sensors you are looking at, but they usually have some peripheral interface, such as UART, SPI, I2C (TWI).

    We have support for most of these peripherals, with examples in the SDK, under SDK\examples\peripheral.

     

    If you are looking for a more sensor-like implementation, you should check out the Thingy:52 SDK, which has a lot of sensors implemented. You can find it here.

     

    Please be aware that the Thingy:52 SDK is written for nRF52832, but the libraries should be quite similar to the nRF52840. If you include the libraries in a project for the nRF52840, then the pins should be correct for the 840.

     

    Best regards,

    Edvin

Children
Related