mgarciate / diy-tv-lift

Using an Arduino UNO, activate a servo motor via a switch to raise/lower a TV. The motion stops when the limit switch is triggered, ensuring safe operation. The motor drive manages the servo's power and movement direction.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diy-tv-lift

Using an Arduino UNO, activate a servo motor via a switch to raise/lower a TV. The motion stops when the limit switch is triggered, ensuring safe operation. The motor drive manages the servo's power and movement direction.

Components

  • 1x Arduino UNO
  • 1x switch
  • 1x limit switch
  • 1x motor driver shield
  • 1x servo motor

PINs

  • 6 -> Motor speed
  • 7 -> Motor direction
  • 10 -> Switch
  • 11 -> Limit switch

Circuit design

Circuit design

GH Action

References

About

Using an Arduino UNO, activate a servo motor via a switch to raise/lower a TV. The motion stops when the limit switch is triggered, ensuring safe operation. The motor drive manages the servo's power and movement direction.

License:MIT License


Languages

Language:C++ 100.0%