Skip to content

42CrMo4/OnAir-Sign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnAir-Sign

433MHz operated On Air sign for a music studio or a Radio Station to signal that music production is in porgress. This project consits of two Arduinos (Pro Mini, Nano or similar), LED Strips and the communication Modul HC-12.

Functional principle

With a press on the button a ON signal is send to the sign. The sign then turns on the LEDs and sends an acknowledgment back to the button. If the button receives the confirmation it will turn on its LEDs. The key ignores all key presses in a period of 800ms from the first press.

Possible improvememts:

  • debounce for button
  • no acknowledgment after button press, resend the signal
  • handle the state of LEDs more efficent
  • button ignore period interconnect with the acknowledgment signal

Materials

  • 2x Arduino Nano (alternativ Pro Mini or similar)
  • 4x Cherry MX switches
  • 2x HC-12 Module
  • LEDs (all LEDs supported by the FastLED Library are possible)
    • Strip WS2812b
    • Circle PCB WS2812b
  • 2x Capacitor 22 µF to 1 mF
  • 2x Micro USB breakout board (for reference something like that of ebay)
  • M3 inseters
  • screws

Result

Button

Sign

Installation

  1. Wire the components according to the schematics for the button and the sign
  2. Print the STL files for the sign and the button
  3. Assemble the button and the sign according the explosion picture
  4. Flash the arduinos with the arduino IDE

The code is "copy and paste" quality.

Remixed from

About

433MHz operated On Air sign for a music studio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages