Using NRF52 with NCS (v2.6.1): Compatibility and Documentation for Sensor Drivers

The drivers in the paths

/opt/nordic/ncs/v2.6.1/nrf/drivers/sensor

and

/opt/nordic/ncs/v2.6.1/zephyr/drivers/sensor

are different.

I'm using NRF52 and VSCode with NCS (v2.6.1).

Can I use the drivers from the /opt/nordic/ncs/v2.6.1/nrf/drivers/sensor directory with this version?

Is there any documentation explaining the porting process and usage instructions?

  • Hi,

    The drivers in the paths

    /opt/nordic/ncs/v2.6.1/nrf/drivers/sensor

    and

    /opt/nordic/ncs/v2.6.1/zephyr/drivers/sensor

    are different.

    I'm using NRF52 and VSCode with NCS (v2.6.1).

    Can I use the drivers from the /opt/nordic/ncs/v2.6.1/nrf/drivers/sensor directory with this version?

    You can use drivers from both these locations in your applications. See These docs for the context.

    Is there any documentation explaining the porting process and usage instructions?

    What does porting have to do with anything?

    Regards,
    Sigurd Hellesvik

Related