Skip to content

103. BME280 BMP280 BME680 Si7021

Ricardo Guzman (Richonguzman) edited this page Jun 10, 2024 · 3 revisions

Version en Español

Adding BME280

BME280 (BMP280, BME680, Si7021) modules could be added by connecting them as I2C (parallel to the Oled Screen).

The Firmware has code to look for the board and its address for you so just connect it and it will find it and work with it.

To see this data on the Oled Screen or transmit it as Wx telemetry activate it on the tracker_conf.json file.

For example: SCL (IO22) and to SDA (IO21) on the LoRa32 board for example. Look at /src/boards_pinout.h for the specific pins for I2C on your board.

Wx data will be sended once 10 min as APRS.fi does not process faster Wx APRS packet.


Añadir BME280

Se pueden agregar módulos BME280 (BMP280, BME680, Si7021) conectándolos como I2C (paralelo a la pantalla Oled).

El Firmware tiene código que buscara el módulo y la dirección I2C automáticamente y pondrá a funcionar todo.

Para ver estos datos en la pantalla Oled o transmitirlos como telemetría meteorológica se activa en el archivo tracker_conf.json.

Por ejemplo: en la placa LoRa32 los pines son SCL (IO22) y SDA (IO21). Revisa /src/boards_pinout.h para los pines I2C specifics de tu placa.

Los datos Wx se enviaran cada 10 min a APRS.fi porque la pagina no procesa datos con menos periodicidad.