/MagicLEDPi

Recreating the RGB Angel headlights with Arduino and iOS app to control the LED light

Primary LanguageArduino

MagiclLEDPi

##PoC of this

End Goal

#TODO

  • set-up LED light on breadboard
  • implement <wiringPi.h> with GPIO pins controlling the LED
  • update single light LED to RGB LED and implement <softPwm.h> to control different channels and brightness
  • use https://github.com/Vikaton/ws281x-rs because I'm redesiging this whole project :)
  • hook up Neopixel rings on Arduino
  • set-up web server to call the programs that control the LED
  • implement Bluetooth reciever
  • create iOS app to talk to the Arduino (Screenshots coming soon)
  • create Android app(?)
  • expand on the project to make it more than a Proof of Concept, (I.E change color according to input sound?)