New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects

13 May 2026

  • 08:4008:40, 13 May 2026 Dynamixel XL330 pulley (hist | edit) [3,411 bytes] Studio Director (talk | contribs) (Created page with "thumb <pre> use <gears/gears.scad>; // or include --> include <gears/gears.scad>; $fn=32; //spur_gear(modul=2, tooth_number=20, width=10, bore=10); w = 5.3; // cog thickness teeth = 24; // adjust number of teeth based on design inner = 6; // fixed number outer = 10; // adjust this number to the edge of the teeth so that it 'hides' the holes screw = 1; module mounts(screw, inner, outer){ // module for screw mounts union(){ unio...")

7 May 2026

  • 09:2209:22, 7 May 2026 Dynamixel XL330 cogs (hist | edit) [1,543 bytes] Studio Director (talk | contribs) (Created page with "Download this OpenSCAD Library: https://github.com/chrisspen/gears Example cog for XL330: <pre> use <gears/gears.scad>; // or: include <gears/gears.scad> $fn=32; //spur_gear(modul=2, tooth_number=20, width=10, bore=10); w = 5.3; // cog thickness teeth = 24; innner = 6; outer = 10; screw = 1; difference(){ difference(){ difference(){ difference(){ union(){ difference(){ cylinder(w, out...")

2 May 2026

  • 04:1804:18, 2 May 2026 Dynamixel XL330 horns (hist | edit) [1,593 bytes] Studio Director (talk | contribs) (Created page with "= XL330 horns = OpenSCAD code <pre> $fn=32; inner = 6; // 6mm inner empty space for front hornet screw outer = 8.25; // 8.25mm outer radius of XL330 servo hornet r = 0.8; // d=1.6mm pins on the XL330 servo hornet (inlet) l = 2.5; // l=2.5mm, how deep the inlet travel in the hornet -- 2.5mm t = 2; // t=2mm, global thickness d = 16; // d=16mm, front/back hand distance h = 30; // h=30mm, upper hand distance module pins(r, l, t){ /* r: radius, l: length, t: thickne...")

30 April 2026

25 April 2026

11 April 2026

6 March 2026

  • 10:3710:37, 6 March 2026 DYNAMIXEL servos (hist | edit) [5,461 bytes] Ida Allander (talk | contribs) (Created page with "= Dynamixel motor control (MKR Zero) = * Product: https://emanual.robotis.com/docs/en/parts/interface/mkr_shield/ == Dependencies == * Install the library DynamixelShield in the Arduino IDE ** GitHub: https://github.com/ROBOTIS-GIT/DynamixelShield ** Documentation: https://emanual.robotis.com/docs/en/parts/interface/dynamixel_shield/ == Description == This script is based on the example code provided with the DynamixelShield Arduino library. Some small modification...")

5 March 2026

4 March 2026

2 March 2026

1 March 2026

28 February 2026