Arduino Projects

Cards (16)

  • LED LIGHT ON / BLINKING

    1. Initialization
    2. Setup
    3. Procedure
  • pinLight
    Pin 4 connected to LED
  • BUTTON ACTIVATED BUZZER+LIGHT

    1. Initialization
    2. Setup
    3. Procedure
  • buttonOn
    Pin 0 connected to the button input
  • buttonPin
    Pin 1 connected to the button output
  • ledPin
    Pin 4 connected to the LED
  • buzzPin
    Pin 2 connected to the buzzer
  • buttonState
    Refers to the state of the button (HIGH or LOW)
  • LCD – I2C WITH TEXT DISPLAY

    1. Initialization
    2. Setup
    3. Procedure
  • lcdPin

    Pin 13 connected to the LCD to allow + electric flow
  • LCD – I2C WITH COUNTER
    Procedure
  • SERVO MOTOR
    1. Initialization
    2. Setup
    3. Procedure
  • angle
    Declares angle as integer
  • The Library "LiquidCrystal I2C" shall be downloaded first prior to starting the project
  • The library shall be initialized (included) in the Arduino Sketch using the # prefix
  • The Library "Servo" shall be downloaded first prior to starting the project