Display current weather conditions using an RGB LED on a Raspberry Pi Zero W.
- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install requirements:
pip install -e .
- Configure environment:
cp .env.example .env
# Edit .env with your settings
- Run the application:
python -m weather_led
Connect RGB LED to Raspberry Pi:
- Red → GPIO17
- Green → GPIO27
- Blue → GPIO22
- Ground → GND