You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 443 B

3 years ago
12345678910111213
  1. # Festival Controller
  2. Arduino code for interacting with a 50s radio (Tesla Festival in my case, hence the name). Radio controls are read and reported as events over serial to a computer.
  3. This controller is a part of an Internet radio conversion, providing inputs to an SBC that streams music based on the inputs.
  4. ## Hardware
  5. - volume potentiometer
  6. - 4 button switches array (exclusive mode)
  7. Connections are simple, see code for details.