Skip to content

wcbdata/onAirLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ON AIR Light Controller

Overview

An Arduino project to set up an ESP8266 (using ESP-01S) to control a mildly hacked Paladone-branded ON AIR light.

Project Contents

  • esp8266-on-air-light.ino - an Arduino sketch to host a page that can serve as a control panel for the light. It has buttons for the onboard LED, a button simulating a"single tap"of the original power button, and a button simlating a double tap of the same power button. On the original hardware, a single tap switches between three modes: 1) soft power on to fill brightness, 2) soft pulsating, and 3) off. The "double-tap" facilitates going straight to the pulsing or turning off from the steadt on.
  • OnAirSign.svg - A creative commons licensed SVG image used in the web page. (Sourced from https://freesvg.org/on-air-sign)
  • arduino_secrets.h.example - A secrets file for handling the WiFi credentials to be used by the ESP32. Make a copy of this called "arduino_secrets.h" and update with the credentials. Be sure to add arduino_secrets.h to your .gitignore so that it is not accidenttally uploaded to github.
  • README.md - This file

Notes

To Do

Sources, Credits, and Tips o'the Hat

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages