Skip to content

Instantly share code, notes, and snippets.

@johnblackmore
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnblackmore/6443dcad94197dd7ebd6 to your computer and use it in GitHub Desktop.
Save johnblackmore/6443dcad94197dd7ebd6 to your computer and use it in GitHub Desktop.
Arduino IR Mood Light

Arduino IR Mood Light

The Arduino Mood Light is a small project that links together an infra-red remote control and receiver to control a NeoPixel Stick.

Hardware

Software

Background Info

Desired remote control operation for the mood light is as follows:

  • Play/Pause button to turn the lights On or Off
  • Plus and Minus buttons to Increase or Decrease the brightness
  • Forward and Back buttons to move Forward and Back through the colour wheel
  • Menu button to toggle between colour and white modes

Apple Remote Codes

Button Hex Code
Plus 0x77E15094
Minus 0x77E13094
Back 0x77E19094
Forward 0x77E16094
Play/Pause 0x77E1A094
Menu 0x77E1C094

Repeat code is 0xFFFFFFFF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment