I have just tried to get the BMP280 working with the python script from here.
Namley a script from the Pimoroni/examples and when it runs I get errors in the init.py file saying it was unable to find bmp280 on 0x76.
I ran this script:
i2cdetect - y 1
and nothing was found
I then tried the bmp280 on an arduino using a i2cscanner sketch, and it found the bmp280 on 0x76!
For what is worth I also tried on a 2nd Pi zero but it was same result.
So why does the pi zero not find the bmp280, does anyone know what the problem is. Am I missing library files or something.
Thanks