Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 569 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 569 Bytes

OnAir

This project modifies an existing "OnAir" sign to work with a Raspberry Pi Pico W. With this setup, you can control the sign remotely over WiFi through a web page.

Components Needed

  • OnAir sign or its equivalent
  • Raspberry Pi Pico W
  • Wires

Build

Quick and dirty - connecting GPIO (3.3v) & GND to LED strip.

onair

Setup

Ensure you replace the ssid & password fields your wifi settings.

ssid='ENTER_WIFI_SSID'
password='ENTER_WIFI_PASSWORD'