Ok, so you have space to mount servos. If there are no holes you can make them using a small drill (about 1.5mm) - it's just to mark where screws will be. Mount servos using screws (which you should find in servo bag) to the servo holder. The last step is to connect pushrod...
For drawing the radar I made this function drawRadar() which consist of arc() and line() functions. void drawRadar() { pushMatrix(); translate(960,1000); // moves the starting coordinats to new location noFill(); strokeWeight(2); stroke(98,245,31); // draws the arc lines arc(0...
For powering the servos we need 5V, but this must come from an external power source because the Arduino is not able to handle the amount of current that all of them can draw. The power source must be able to handle at least 2A of current. So once we have connected everything togethe...
- Added the mass of connecting wires, tabs, battery structure, containment (about 2% additional weight).- Made a table of the relationship between Pack volts & mWh (iterative as mWh is a function of draw).- Developed an equation to convert ship weight to the minimum voltage...
that using the two 3D printed shaft clamps. First I secured them to the bender plate using M6 bolts and nuts, and then inserted them into the Z-axis. I inserted the two nuts in place, and using the bolts I tightened the clamps to the shaft. So now all moving parts are working ...