meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| code:rp2040_eth_modul_bme680_modbus [2026/05/12 19:02] – 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 reads the following data from the [[sensor: | The program reads the following data from the [[sensor: | ||
| * Temperature: | * Temperature: | ||
| Line 5: | Line 5: | ||
| * Barometric Pressure: Can be used to calculate altitude or track weather changes. | * 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. | * 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 10: | Line 12: | ||
| //uart1 = UART(1, baudrate=115200, | //uart1 = UART(1, baudrate=115200, | ||
| + | |||
| + | Required library: https:// | ||
| </ | </ | ||