Introduction: Smart Electric Fan

About: We are the creators of - Prota OS: an OS for smart home hub that connects all devices and services and automate them in a simple way - MicroBot Push: a wireless button pusher that turns all your old appliance…

Features

  • Remote control. Use the fan with a mobile app.
  • People detection. Fan detects people and turns on automatically.
  • Time scheduling. Time schedule to turn on & off.

An electric fan is perhaps the most popular appliance that cools people down during hot summer days and nights.

In fact, an electric fan does not physically make the air in the room cooler. It's "wind chill" that creates the cooling effect. On a hot day, people’s bodies sweat to lose heat through the evaporation of the sweat. If the air inside the room is still, that evaporation causes the air layer that is surrounding your skin to research body temperature and 100% humidity, therefore the process becomes inefficient and you suddenly feel hot and sweaty. An electric fan helps to replace this hot, humid air layer with cooler, drier air that allows for more evaporation — thus essentially cooling your body down.

In this instructable, we will see how can we turn a good old electric fan into a smarter one! We already know that cooling effect can only be felt when it directly blows away hot air from one’s skin. Therefore, we only need our fan to blow air when people are present in the room. To achieve this, we can use the PIR sensor to detect motion or set a time schedule when the fan should operate (for example, during working hours). Also, for higher convenience we will make our fan remotely controllable via a mobile app.

Step 1: Here's What You Will Need

Step 2: Wire Your Electric Fan to a Relay.

Why do you need a relay?

We will use a relay to control a high power device (in this case, our fan) with a much smaller power input from the Raspberry Pi GPIO pins.

How to wire the scheme?

Refer to the scheme shown above. You should connect 5 pins on the Relay module as following:

  • Relay DC- to GPIO Ground
  • Relay DC+ to GPIO 5V
  • Relay IN to GPIO 18
  • Relay COM to GPIO Ground
  • USB- to Relay NO
  • USB+ (VBus) to GPIO 5V


Step 3: Test If You Wired the Fan Correctly

To test if you wired everything correctly, open Prota GPIO app and click on the pin 18. Select operation mode as "OUTPUT", then write 1 in the input field and click "write". If everything has been wired correctly, the fan should start spinning.

Step 4: (Optional PIR) Connect PIR Sensor to GPIO 21

PIR sensor can be used to turn the fan on when there's motion at your desk. Use it, if you want to turn the fan automatically whenever you sit at your desk.

Step 5: Use Prota Stories App to Make Your Fan Smart!

  • People detection

To start the fan automatically whenever you appear at your desk, write the following Story:

"When GPIO pin detects falling interrupt on 21, write 1 to the GPIO pin 18."

  • Time scheduling

To set up time schedules, use time as your Story sensor:

"When time is at 18:00 on weekday, GPIO writes 0 to the pin 18".

  • Remote control

To control the fan remotely via smartphone, download free Prota Space app (available for iOS and Android).

  • Smart notifications

Let's say you are working from a co-working space and you want to be updated if someone else is using your fan / sitting at your desk, then write the following Story to receive an email notification:

"When GPIO Pin 1 writes at 18, your_emai@example.com sends a message to your_email@example.com".

You like our projects? Make your own!

We are currently (and until July 30) running a maker contest. Show us the creative projects you can do with Prota OS and win awesome prizes!

More info here - https://support.prota.info/hc/en-us/community/top...