Connect the BME280 sensor, heating via GPIO #3721
Astrostar94
started this conversation in
New feature requests
Replies: 1 comment 2 replies
-
|
@Alex-developer, don't some of the extra modules do much of this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Connect the BME280 sensor via the I2C bus.
Output information about temperature, humidity and pressure through variables on the overlay.
Add the ability to control dome space heating via GPIO.
Add a button to manually turn the heating on and off. Maintaining the set temperature in the dome space according to the readings of the BME280 sensor in automatic mode.
For example, let's set the heating to turn on until the temperature in the dome space reaches 20 degrees Celsius. When this temperature is reached, the heating turns off and then attempts to maintain this temperature.
Beta Was this translation helpful? Give feedback.
All reactions