Skip to main content

Posts

Featured

DIY Arduino based Weather Station

  Using a display to view the temperature and humidity of your environment can be possible using the DHT11 sensor and an Arduino. For this project, we will be using the OLED I2C SSD1306 display module to display the temperature and humidity readings gathered from the environment using the DHT11 temperature and humidity sensor.   We will use the u8glib and DHT Library to communicate with the display and sensor respectively. Both libraries can be downloaded through Arduino IDE Library Manager of manually from the links below (after downloading, unzip the folder and place it in Arduino libraries folder, for example C:\Program Files\Arduino\libraries).  ===>> u8glin Library -- https://www.arduinolibraries.info/libraries/u8g2   ===>> DHT Library  -- https://www.arduinolibraries.info/libraries/dht-sensor-library   Watch Full Video on YouTube (Tamil) :     Components : ==> Arduino Board (any board can be used) -- Click Here ==...

Latest Posts

Automatic Hand Sanitizer Dispenser with Arduino

AUTOMATIC IRRIGATION SYSTEM - ARDUINO PROJECT

SMART BLIND MAN STICK - ARDUINO PROJECT

OBSTACLE AVOIDANCE ROBOT - ARDUINO PROJECT