Devlog #5
I have now finished the local web server to control the robot, it includes 6 sliders for the 5 servos and 1 stepper motor and also a coordinate control.
for the coordinate control, you simply plug in your x, y, z coordinates it will return j1, j2, j3, and j4 angles to you.
on the coding side of that, i just wrote some simple analytical ik, mostly triangle geometry.
the website is ran by flask and i am using udp sockets to send the angles to my esp32 via wifi.
everything is ran on my computer, so the esp would only have to control the motors with the angles.
i also did some cad to redesign the shoulder base to fix the belt problem, will start printing soon.