Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of IxD Studio. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:23, 2 May 2026 Studio Director talk contribs created page File:Xl330-horn-modular.png
- 04:23, 2 May 2026 Studio Director talk contribs uploaded File:Xl330-horn-modular.png
- 04:18, 2 May 2026 Studio Director talk contribs created page Dynamixel XL330 horns (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...")
- 04:18, 2 May 2026 Studio Director talk contribs created page File:Dynamixel-xl330-rotating-horn.png.png
- 04:18, 2 May 2026 Studio Director talk contribs uploaded File:Dynamixel-xl330-rotating-horn.png.png
- 12:43, 30 April 2026 Studio Director talk contribs created page Servo accessories (Created page with "* Dynamixel XL330 horns * Dynamixel XL330 mounts")
- 12:40, 30 April 2026 Studio Director talk contribs created page 3D printing models (Created page with "* Servo accessories")
- 17:33, 25 April 2026 Studio Director talk contribs created page Programming Dynamixel servos (Created page with "= Dynamixel Wizard Software = Dynamixel servos have an assigned ID that ranges from 0-252. In order to control each servo individually when interconnected in a daisy-chain manner, each servo must have a unique ID. = OpenRB-150 = To assign unique ID to the servos we use the Dynamixel Wizard software and the OpenRB-150 board. After installation of the OpenRB-150 board using the Arduino board manager, we can find the example "usb_2_dynamixel". We upload via the example t...")
- 17:27, 25 April 2026 Studio Director talk contribs created page Dynamixel XL330 (Created page with "= XL330-M288-T =")
- 17:26, 25 April 2026 Studio Director talk contribs created page Digital servos (Created page with "* Dynamixel XL320 * Dynamixel XL330")
- 13:24, 11 April 2026 Studio Director talk contribs created page WOKWI (Created page with "https://wokwi.com")
- 13:24, 11 April 2026 Studio Director talk contribs created page Simulators (Created page with "* WOKWI")
- 13:59, 11 March 2026 Studio Director talk contribs created page File:Prusa-slicer-settings.png
- 13:59, 11 March 2026 Studio Director talk contribs uploaded File:Prusa-slicer-settings.png
- 10:37, 6 March 2026 Ida Allander talk contribs created page DYNAMIXEL servos (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...")
- 16:02, 5 March 2026 Studio Director talk contribs created page Servos (Created page with "* DYNAMIXEL servos * Standard servos * Continuous servos")
- 16:00, 5 March 2026 User account Ida Allander talk contribs was created automatically
- 08:04, 5 March 2026 Paulina Palmberg talk contribs created page File:ConfigurationWizard.png
- 08:04, 5 March 2026 Paulina Palmberg talk contribs uploaded File:ConfigurationWizard.png
- 11:21, 4 March 2026 Studio Director talk contribs created page Programmable LEDs (Created page with "= LED strip = * RS product: https://se.rs-online.com/web/p/led-ljuslister/1807500?gb=s ** Datasheet: https://docs.rs-online.com/c4c2/0900766b816d3d12.pdf == Dependencies == * Install the library FastLED: https://github.com/FastLED/FastLED ** Documentation: https://github.com/FastLED/FastLED/wiki/Overview ** Basic usage: https://github.com/FastLED/FastLED/wiki/Basic-usage == Examples online == * https://learn.adafruit.com/adafruit-neopixel-uberguide/the-magic-of-neop...")
- 11:14, 4 March 2026 Studio Director talk contribs created page File:Fastled-connect bb.png
- 11:14, 4 March 2026 Studio Director talk contribs uploaded File:Fastled-connect bb.png
- 11:12, 4 March 2026 Studio Director talk contribs created page File:Fastled-library.png
- 11:12, 4 March 2026 Studio Director talk contribs uploaded File:Fastled-library.png
- 11:08, 4 March 2026 Studio Director talk contribs created page LEDs (Created page with "* 5mm LED * Programmable LEDs")
- 15:23, 3 March 2026 User account Paulina Palmberg talk contribs was created automatically
- 01:11, 2 March 2026 Studio Director talk contribs created page 7-segment displays (Created page with "= Single-digit 7-segment display = https://en.wikipedia.org/wiki/Seven-segment_display#Characters")
- 01:09, 2 March 2026 Studio Director talk contribs created page 0.91'' display (Created page with "https://www.electrokit.com/lcd-oled-0.91128x32px-i2c - Arduino Library: https://github.com/adafruit/Adafruit_SSD1306")
- 01:08, 2 March 2026 Studio Director talk contribs created page OLED displays (Created page with "* 0.91'' display")
- 01:08, 2 March 2026 Studio Director talk contribs created page Visual Displays (Created page with "* OLED displays")
- 01:07, 2 March 2026 Studio Director talk contribs created page Wireless Communication (Created page with "* RFID")
- 01:06, 2 March 2026 Studio Director talk contribs created page Visual Communication (Created page with "* RFID readers")
- 00:50, 2 March 2026 Studio Director talk contribs created page Relays (Created page with "[https://en.wikipedia.org/wiki/Relay Relays] come into different types. We are mostly using electromechanical and reed relays in the Studio. = Activate a relay using 3.3V operating voltage microcontrollers = thumb|alt=5V relay activation using Arduino Nano (3.3V)|5V relay activation using Arduino Nano (3.3V)")
- 00:49, 2 March 2026 Studio Director talk contribs created page File:3v-to-5v-or-9v-arduino-volt-reg-NPN bb.jpg
- 00:49, 2 March 2026 Studio Director talk contribs uploaded File:3v-to-5v-or-9v-arduino-volt-reg-NPN bb.jpg
- 00:36, 2 March 2026 Studio Director talk contribs created page File:Vibration-motor-bb-circuit.png
- 00:36, 2 March 2026 Studio Director talk contribs uploaded File:Vibration-motor-bb-circuit.png
- 22:22, 1 March 2026 Studio Director talk contribs created page File:Vibration-motor-hook-up.png
- 22:22, 1 March 2026 Studio Director talk contribs uploaded File:Vibration-motor-hook-up.png
- 21:56, 1 March 2026 Studio Director talk contribs created page Vibration Motors (Created page with "thumb")
- 21:56, 1 March 2026 Studio Director talk contribs created page File:Vibration-motors-Arduino-nano bb.jpg
- 21:56, 1 March 2026 Studio Director talk contribs uploaded File:Vibration-motors-Arduino-nano bb.jpg
- 11:44, 28 February 2026 Studio Director talk contribs created page RS components (Created page with "# List of solenoids by RS https://se.rs-online.com/web/c/?searchTerm=solenoid&rpp=50&sortType=ASC&sortBy=price&selectedNavigation=brands=RS+PRO^attributes.ProductType=Linj%C3%A4r+solenoid")
- 11:43, 28 February 2026 Studio Director talk contribs created page Components (Created page with "* RS components")
- 11:43, 28 February 2026 Studio Director talk contribs created page Solenoids (Created page with "* Components * Driving solenoids")
- 11:43, 28 February 2026 Studio Director talk contribs created page Actuators (Created page with "* Solenoids * DC Motors")
- 14:03, 11 October 2025 Studio Director talk contribs created page User:Studio Director (Created page with "The Studio Director") Tag: Visual edit
- 14:00, 11 October 2025 User account Studio Director talk contribs was created automatically
- 13:27, 11 October 2025 Georgios talk contribs created page File:MK4S-head-1.png (Prusa MK4S head)
- 13:27, 11 October 2025 Georgios talk contribs uploaded File:MK4S-head-1.png (Prusa MK4S head)