richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

Recommended BME280 module? #35

Closed kratinoska closed 7 months ago

kratinoska commented 8 months ago

Could you give us type of BME280 module which you are using for?

richonguzman commented 8 months ago

I've seen three types of BME280: Two of them with just 4 pins (the usual I2C connection) The third different had 6 pins (SDO pin to GND to define the i2C direction)

kratinoska commented 8 months ago

and are you planing to add BMP280 into Tracker?

richonguzman commented 8 months ago

Yes

Does your BMP280 have only temperature and pressure (without humidity?)?

kratinoska commented 8 months ago

I have got this module https://www.aliexpress.com/item/1005003203897342.html with humidity :(

richonguzman commented 8 months ago

it seems it uses another humidity besides the BMP280 to measure it.

try to find an example which uses the BMP280 and the second chip with libraries and post it to see if we could do something to make It work also