Hello Everyone,
This is my first post on the forum, hopefully it's not a redundant question. I am NOT new to computers or to the raspberry pi, but this is the first time I've attempted to use my RPI3 for serious interface work. I have an RPI 3 interfaced with the 7" official touch screen, and an HDMI monitor attached for doing the main work. The GPIO is broken out to a large breadboard via a spark-fun pi wedge.
I am attempting to interface several sensors with the board via the SPI interface (I cannot use I2C because all of the sensors that I need to use occupy the same hard coded addresses in I2C). One of the sensor types is a spark-fun BME 280 (Combination Temp, Baro, RH), and although I can find a python library for the GPIO and for the Sensor, the library is written assuming that you are using I2C (Again, only 2 addresses available on I2C, and I have several sensors 2 connect). I am not experienced enough as a programmer to write the necessary interface for SPI.
My question is; is there anyone who has written a library for this family of devices for python that can interface with the SPI on the breakout? Any information would be greatly appreciated...