meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| code:rp2040_eth_modul_bme680_modbus [2026/05/12 18:58] – created vamsan | code:rp2040_eth_modul_bme680_modbus [2026/05/12 21:04] (current) – vamsan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== lamaPLC: RP2040_ETH_Modul: | + | ====== lamaPLC: RP2040_ETH_Modul: |
| - | The program | + | The program |
| + | * Temperature: | ||
| + | * Humidity: Measures relative humidity. | ||
| + | * Barometric Pressure: Can be used to calculate altitude or track weather changes. | ||
| + | * Gas (VOC): Features a heated metal-oxide sensor that detects Volatile Organic Compounds (VOCs) to estimate indoor air quality. | ||
| + | |||
| + | The program is also suitable for reading the **BME688 sensor**. | ||
| <WRAP center round important 100%> | <WRAP center round important 100%> | ||
| Line 6: | Line 12: | ||
| //uart1 = UART(1, baudrate=115200, | //uart1 = UART(1, baudrate=115200, | ||
| + | |||
| + | Required library: https:// | ||
| </ | </ | ||