Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zarox28/arduino-rfan
- Owner: Zarox28
- License: agpl-3.0
- Created: 2023-10-01T16:54:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:22:48.000Z (8 months ago)
- Last Synced: 2024-05-14T14:38:23.787Z (8 months ago)
- Topics: arduino, fan, remote-control
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)**