Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.58 KB

File metadata and controls

75 lines (49 loc) · 1.58 KB

Arduino - RFan


Version: 1.0.1


Table of contents

About

RFan is a simple Arduino project that uses a infrared sensor to remotely control a fan.

Note: This project can be used for any project that uses a infrared sensor to control a / multiple device(s).

Features

  • Turn fan on/off
  • Timers

Components

  • Arduino Uno / Arduino Nano
  • Infrared Sensor
  • 5v Relay

Installation

  1. Clone the repository
  2. Open the rfan.ino file in the Arduino IDE
  3. Install the IRremote library
  4. Upload the code to the Arduino Uno

Usage

  1. Connect fan to 5v relay
  2. Connect 5v relay to Arduino Uno
  3. Connect infrared sensor to Arduino Uno
  4. Point infrared sensor at fan
  5. Use remote to control fan

Changelog

See CHANGELOG.md for changes

Contributing

Contributing is disabled for this repository

License

This project is licensed under the AGPL-3.0 License. See LICENSE.md for more information

Authors