zitrocode / light_controller

Light Controller for Raspberry PI (RGB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light Controller for Raspberry Pi

This project is an RGB light controller designed to work with an RGB LED strip and a Raspberry Pi. You can customize and control the colors of the LED strip by adjusting the red, green, and blue values through the GPIO pins of the Raspberry Pi.

⚠ Important: Only with Raspberry PI support

πŸ‘·β€β™‚οΈ Requirements

  • Raspberry Pi
  • RGB LED strip
  • Wiring connections
  • Python 3.x installed on the Raspberry Pi

βš™ Pin Configuration

  • Pin 40: Red
  • Pin 37: Green
  • Pin 38: Blue

Make sure to connect the LED strip correctly to the corresponding pins on the Raspberry Pi.

πŸ“¦ Installation

  1. Clone this repository on your Raspberry Pi:
git clone http://github.com/zitrocode/light_controller
  1. Navigate to the project directory:
cd light_controller

πŸš€ Usage

  1. Run the main script:
python ./main.py

Note: Ensure you have Tkinter installed on your Raspberry Pi to run the graphical interface.

🀝 Contributions

Contributions are welcome! If you encounter any issues or have improvements, please create an issue or a pull request.

πŸ“ License

This project is licensed under the MIT License

About

Light Controller for Raspberry PI (RGB)

License:MIT License


Languages

Language:Python 100.0%