LukePrior / RGB-Text-Fan-Controller

This repository contains scripts to control a RGB text fan attached to a Raspberry Pi.

Home Page:https://diyodemag.com/projects/raspberry_pi_programmable_usb_rgb_led_message_fan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGB Text Fan Controller

This repository contains scripts to control a RGB text fan attached to a Raspberry Pi.

Setup

The Raspberry Pi and RGB text fan need to be wired as followed:

IMAGE

The following dependencies need to be installed:

sudo apt-get install libusb-1.0-0.dev
sudo pip3 install git+https://github.com/LukePrior/microwave_usb_fan
sudo pip3 install Flask

The script can be run with:

sudo python3 main.py

The website can then be accessed from the Pi's local IP on port 80.

You can find the complete installation and setup guide in the Diyode Magazine article.

DIYODE Magazine Article

Cool Comments

License

This project is licensed under the MIT License. This project contains code from the Micro Wave USB Fan repository.

About

This repository contains scripts to control a RGB text fan attached to a Raspberry Pi.

https://diyodemag.com/projects/raspberry_pi_programmable_usb_rgb_led_message_fan

License:MIT License


Languages

Language:HTML 63.6%Language:Python 36.4%