Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zarox28/arduino-rfan

Remote Arduino fan controller
https://github.com/zarox28/arduino-rfan

arduino fan remote-control

Last synced: about 1 month ago
JSON representation

Remote Arduino fan controller

Awesome Lists containing this project

README

        


Arduino - RFan





> Version: **1.0.1**

---

## Table of contents

- [About](#about)
- [Features](#features)
- [Components](#components)
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
- [Authors](#authors)

## 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](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](LICENSE.md) for more information

## Authors

- **[@Zarox28](https://github.com/Zarox28)**