Weathersation with following components
- BME280 (Temperature,Humidity,Pressure)
- DS21B20 (Temperature)
- xxx (Ambient Light Sensor)
- Windspeed Sensor Analog voltage from -> Adafruit Industries LLC / # 1733
*) The Code is a bit messy and for now not completely tested and reviewed. But it works for my prototype. Feel free to adapt it to your needs.
// the setup function runs once when you press reset or power the board
void setup() {
}
// the loop function runs over and over again forever
void loop() {
}
Comments powered by CComment