Hello,
we are trying to use 2SMPB-02E sensor (Digital Barometric Pressure Sensor) in our project. We would like to use the SPI interface, but the only Arduino library we have found for this sensor (GitHub - omron-devhub/2smpb02e-grove-arduino) is one that seems to only support the I2C interface.
Does anyone know any other library for this sensor that takes advantage of the SPI interface - preferably using unrestricted Arduino pins?
Search for a sensor that comes with an Arduino library and examples or ask your supplier.
A lack of a library probably saved you from destroying the sensor. Since there is no schematic I assumed you connected directly to the Arduino. You can use any pins you like if you use bit banging software.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.