PEZ Robo Dispenser Using Arduino
13 days ago
- #DIY
- #Automation
- #Arduino
- The project involves automating a PEZ dispenser using Arduino.
- An ultrasonic sensor detects if someone is within 20 cm, triggering the servo to dispense a PEZ pellet.
- The servo rotates 180 degrees to open the dispenser and returns to 90 degrees after 5 seconds.
- Required components include an Arduino, ultrasonic sensor, servo, breadboard, and jumper wires.
- Wiring instructions detail connections for the servo and ultrasonic sensor to the Arduino.
- The Arduino sketch uses the Ultrasonic library to control the servo based on sensor readings.
- The code is placed in the public domain, allowing for modifications and reuse.