Introduction: DIY a Simple Automatic Humidifier

About: Howdy, we are application engineers in Seeed. Sharing projects with the maker community is awesome. Hope you like it XD Seeed is the IoT hardware enabler providing services that empower IoT developers to swift…

Let's see the video first.

In today’s society, more and more attention to the quality of life, pursue the healthy and comfortable living environment. So we made this device to monitor the indoor temperature and humidity, when the humidity falls below the safe values, it will automatically open the humidifier.

Step 1: What You Need



• Arduino/Seeeduino
• Grove – Temp&Humi Sensor
• Grove – Button
• I2C_LCD
• Grove – Water Atomization


Grove - Water Atomization is a perfect module for you to develop an atomizer or an atomizer module in your applications easily. With just a few simple steps, you can prototype an atomizer. It has Grove interface which makes it easy to be integrated into plenty of applications. A humidifier is a basic device it can be built with, you can develop more advanced and interesting projects with digital scent technology and any other situations in which atomization required.

Step 2: Make a Shell

This device needs a shell to fix the Grove Modules, So my friend from Seeed help me cutting the acrylic sheets, I guess you don't have a laser cutting at home, you can find some in the hacker space near from you easily. If there's no hacker space nearby, you can try the Laser Cutting Service supply by Seeed.

You can download the Design Drawing by click https://github.com/Lee-Kevin/7.AutomaticHumidifier/.

Step 3: Connect the Modules

Connect the module as the below shows:

  • Grove – Temp&Humi A0
  • I2C_LCD I2C-Port
  • Grove – Water Atomization D5
  • Grove – Button D2

Step 4: Software Work

We assume you have connected your Arduino board and computer well with USB.

  • Download demo code at https://github.com/Lee-Kevin/7.AutomaticHumidifie...
  • Click “Download zip” button on right side of webpage to download all codes.
  • Decompress the downloaded zip files to“C:\Users\Administrator\Documents\Arduino\” and remove “-master” in decompressed file name.
  • Launch Arduino IDE.
  • Click Sketch>Add file to add Humidifier1.ino file from“C:\Users\Administrator\Documents\Arduino\7.AutomaticHumidifier\Code\Humidifier1\”
  • Press CTRL +U to upload codes to your board. Wait a while, there will be prompt like following figure:

Congratulations, you have already completed the most of the work.

Step 5: Test It

Now you can test your device to see whether it can work well as the video shows.