I wonder if anyone has had any success interfacing the Pi to the BME280 over SPI? I can successfully read the chip ID, and the calibration data, but the temp, pressure and humidity always read as [0, 128, 0, 0, 128, 0, 0, 128]. I suspect I am not correctly writing to the control registers to initiat...