Search found 6 matches

by Q666
Fri Jun 03, 2022 6:40 am
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

Re: BME/BMP280

I have tested it with 3.3V and 5V. Its the same error
by Q666
Thu Jun 02, 2022 2:36 pm
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

Re: BME/BMP280

i2c.scan() gives me nothing on the BME280, but on BMP180 gives me the correct adress
i think the sensor is trash ...
by Q666
Thu Jun 02, 2022 6:51 am
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

Re: BME/BMP280

Image
Image

When I come home I will test

Code: Select all

i2c.scan()
by Q666
Wed Jun 01, 2022 4:13 pm
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

Re: BME/BMP280

From the sensor or the controller?
by Q666
Wed Jun 01, 2022 3:33 pm
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

Re: BME/BMP280

I get the following errors: >>> ♦Traceback (most recent call last): File "<stdin>", line 9, in <module> File "bme280.py", line 17, in __init__ File "bme280.py", line 74, in get2Reg File "bme280.py", line 68, in getReg OSError: [Errno 19] ENODEV ♦Traceback (most recent call last): File "<stdin>", lin...
by Q666
Wed Jun 01, 2022 2:42 pm
Forum: Drivers for External Components
Topic: BME/BMP280
Replies: 11
Views: 37226

BME/BMP280

Hi i have a problem with a BME/BMP280 that i order from AliExpress. (2 diffenrent sensor from same order) I tested the sensor with BME280 libary and BMP280 libary. With both I get OSError: [Errno 19] ENODEV I testet it wiht ESP32 TTGO and ESP8266 D1 mini. To test the wiring i connected a BMP180 to t...