-
-
Notifications
You must be signed in to change notification settings - Fork 73
103. BME280 BMP280 BME680 Si7021
BME280 (BMP280, BME680, Si7021) sensor modules can be added by connecting them as I2C (parallel to the Oled Screen).
The Firmware has code to look for the sensor modules and their I2C addresses for you, so just connect the sensor module and the firmware will find sensor module and work with it.
To see this data on the Oled Screen or transmit it as Wx telemetry, activate it in the tracker_conf.json file.
For example: SCL (IO22) and to SDA (IO21) on the LoRa32 board. Look at /src/boards_pinout.h for the specific pins for I2C on your board.
Wx data will be sent once every 10 minutes as APRS.fi does not process Wx APRS packets at a faster rate.
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.