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.
- OnAir sign or its equivalent
- Raspberry Pi Pico W
- Wires
Quick and dirty - connecting GPIO (3.3v) & GND to LED strip.
Ensure you replace the ssid
& password
fields your wifi settings.
ssid='ENTER_WIFI_SSID'
password='ENTER_WIFI_PASSWORD'