
PlantBot – The Plant Watering Robot
PlantBot – because watering plants is boring. Laser Cutter Plans: Here is a preview of what the plans look like: For laser cutting, click here to download an SVG file of the plans Code: #include <math.h> #include <Servo.h> Servo arm; Servo shoulder; Servo pull; //servo angle limits (abs degrees) #define S_MIN -60 #define S_MAX 60…