Introduction: Thermometer With Animation (16x2 LCD and Arduino)

About: Arduino projects in my youtube channel: https://goo.gl/kDaptw Contact me:arduino.hocam@gmail.com

Hey,

In this procejt i have tried to explain how to make thermometer with DHT11 and 16x2 LCD screen.However, i have tried to explain how to creat custom charecters and basic animations...

Required materials:

x1 Arduino UNO

x1 Breadboard

x1 DHT11 Temperature and Humidity sensor

x1 16x2LCD Screen

Enough JUMPER

Importent thing is :
As we creating new custom characters, we using binary coding system. like : byte Custom1[8] = { 0b01110,

0b11011, 0b10001,0b10001,0b10001,0b10001,0b10001, 0b11111 };
0b represents binary; other zeros and ones represent whether pixels on or off.So, we can Create whatever we want!

Codes,library and fritzing are uploaded here ,However you can reach from on github(but on the github codes have some Turkish letter cos of my main language i have translated into English here):https://goo.gl/NWbYAE

If any question or suggestion here or on YouTube channel please...

Good Luck,Have Fun!