That is working. I can run my test file to get readings from the bme280!
Of note when I run 'sudo python3' the environment variable BLINKA_U2IF is not set. To bring it in:
jim@pi03:~/trinkey $ sudo -E bash -c 'python3 test.py'
Pressure = 839.2 hPa
Temperature = 21.7 degC
Humidity = 19.5%
Pressure = 839.2 hPa
Temperature = 21.7 degC
Humidity = 19.4%
Where BLINKA_U2IF is set in .bashrc.
Thank you,
Jim
Blinka setup on R Pi 4 for Trinkey
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- adafruit2
- Posts: 22749
- Joined: Fri Mar 11, 2005 7:36 pm
Please be positive and constructive with your questions and comments.