This project focuses on the implementation of gauges in conjunction with an elevator system. The configuration involves the use of an elevator equipped with a PID (Proportional-Integral-Derivative) control system.
HOW TO WORK?
- Elevator Control: This project employs digital control implemented on an Arduino Uno, with feedback from the motor's steps. This feedback is made possible by using an optical encoder to count the steps and determine the motor's direction. The primary inspiration for this project came from this video: https://www.youtube.com/embed/PEYNJVxxpMQ?si=zKexWfiABCPlgqpk The code includes a section for motor control, allowing precise movement of the motor by specifying the desired number of steps. This setup is especially useful when implementing a motor with a threaded rod for elevator motion. The threaded rod helps distribute the weight, relieving the motor from carrying the full load, as it only needs to move the rod.
We use two optical encoders to capture the steps, each equipped with a 20-step wheel.
- FLOOR SELECTION WITH STRAIN GAUGES: To select the desired floor, strain gauges are employed as buttons. Using analog readings from the ADC ports of the Arduino, along with proper gauge conditioning through voltage dividers, we achieve a high sensitivity for our system.