Skip to content

Project for managing rgb backlighting with arduino and android applications.

License

Notifications You must be signed in to change notification settings

Valentin-Golyonko/RGBStripControl_Arduino

Repository files navigation

RGBStripControl_Arduino

Project for managing rgb backlighting with arduino and android applications.

How it works:

  • PIR motion sensor (HC-SR501) to turn On or Off RGB led strip through solid state relay (G3MB-202P);
  • Bluetooth (HC-06 v2.0) to communicate between led strip and android application - set color, brightness, turn on/off;
  • Arduino PWM pins through MOSFET transistors (IRL540PBF) to set color.

You can find schematic in the pdf - RGBStripControl_Arduino.pdf, or inside "RGBStripControl_Arduino" holder

Arduino firmware file: RGBStripControl_Arduino.ino

Board view (v.2):

board view

board view

Android app:

Android app