Assignment 3

Creating a simple GUI to control LEDs and Buzzer

 

This assignment aims to control a RGB LED and a Buzzer through Graphical User Interface on Windows 10

One can individually control Red , Green and Blue colour of the RGB LED

There are options to Beep the buzzer fo 1 , 2 or 3 times and to also keep it on continously

 

Circuit

Screenshots


  • Components Used

    1. Arduino UNO Board

    2. Buzzer

    3. RGB LED

    4. Laptop / Computer

  • Arduino Code

    The following Screenshot represent the arduino code written for the following assignment. to download the code in txt format click the link below.

    Arduino Code

     

  • Processing Code

    The following Screenshot represent the processing code written for the following assignment. to download the code in txt format click the link below.

    Processing code

     

  • Graphical User Interface

    The following screenshot represent the GUI which will act as a mediator between user and the arduino board.

     

Video