I have a couple of Dexter temperature & humidity sensors. It would be cool to incorporate them into a greenhouse automation project I’m working on but I don’t want to buy extra bits if I can help it.
Instead of getting a GrovePi shield, can I just wire the sensors directly into my Pi 4’s GPIO?
You will need to cut the wire and solder in non-grove connectors. Or you could wire connectors directly onto the pads on the sensor. But yes, it can be done. These are I2C-based sensors, so you would need to google how to do an i2c connection.
And then you would need to download the DI Sensors drivers.