Connecting DPS310 (pressure sensor) to Grove arduino shield

Hi, I’m trying to connect a DPS310 pressure sensor to the arduino grove shield (sitting on top of an Arduino Wifi Rev2). The example code tells me I need to find the CS pin - can anyone tell me how I should connect the sensor to the board? The grove connector prevents me from using the arduino pins I think. Can I use one of the 12C pins? If so, I wouldn’t know what pin number it is when I define it in the code (there are 4 12C pins on the grove shield).

Grove DPS310 is the I2C interface used.All you need to do is connect it to the right I2C Pin.

Hi @Andrew_Young, If you are using Grove - High Precision Barometric Pressure Sensor (DPS310) You can use this library with I2C Interface.