SCD-30 and GY-91: Difference between revisions
From wikiluntti
(Created page with "== Introduction == Use SCD-30 and GY-91 sensors. First, use Examples -> Wire -> I2C_scanner to find the addresses. <pre> Scanning... I2C device found at address 0x61 ! I2C device found at address 0x68 ! I2C device found at address 0x76 ! done </pre>") |
|||
Line 10: | Line 10: | ||
done | done | ||
</pre> | </pre> | ||
Three devices found! | |||
== Theory == | |||
A simple code to print the data |
Latest revision as of 17:04, 23 March 2023
Introduction
Use SCD-30 and GY-91 sensors. First, use Examples -> Wire -> I2C_scanner to find the addresses.
Scanning... I2C device found at address 0x61 ! I2C device found at address 0x68 ! I2C device found at address 0x76 ! done
Three devices found!
Theory
A simple code to print the data