Nick Koumaris
Published © CC BY-NC-SA

Weather Station Using a Big ST7920 Display

In this tutorial, we are going to take a first look at this big LCD display and we are going to build a weather station with it.

BeginnerFull instructions provided1 hour7,790
Weather Station Using a Big ST7920 Display

Things used in this project

Story

Read more

Code

ST7920_DHT22.ino

Arduino
Error opening file.

Code snippet #4

Plain text
void readTemperature()
{
  float t = dht.readTemperature();
  dtostrf(t, 3, 1, temperature);
}

Credits

Nick Koumaris
15 projects • 315 followers
My name is Nick Koumaris and I am a software engineer from Sparta, Greece. I love building projects and share them with the world!
Contact

Comments

Please log in or sign up to comment.