Skip to content
/ wxLED Public

Drives an RGBLED to display the a specific color based on the weather.

License

Notifications You must be signed in to change notification settings

threeiem/wxLED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxLED - Weather LED Controller

Display current weather conditions using an RGB LED on a Raspberry Pi Zero W.

Setup

  1. Create and activate virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install requirements:
pip install -e .
  1. Configure environment:
cp .env.example .env
# Edit .env with your settings
  1. Run the application:
python -m weather_led

Hardware Setup

Connect RGB LED to Raspberry Pi:

  • Red → GPIO17
  • Green → GPIO27
  • Blue → GPIO22
  • Ground → GND

License

MIT

About

Drives an RGBLED to display the a specific color based on the weather.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages