Close

106 Results for "Q%20%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%20CDDC7_C%D0%9EM%20%E2%97%86%EB%B3%B4%EB%84%88%EC%8A%A4%EB%B2%88%ED%98%B8%20B77%E2%97%86%EC%88%98%EC%9B%90%EC%9E%A5%EC%95%88%20%ED%94%84%EB%A1%9C%ED%86%A0%20%EA%B5%AC%EB%A7%A4%E0%B9%8F%ED%86%A0%ED%86%A0%ED%95%AB%ED%94%BD%E2%8F%AC%EC%98%A8%EB%9D%BC%EC%9D%B8%ED%99%A9%EA%B8%88%EC%84%B1%E0%BC%88FX%EB%A7%A4%EB%A7%A4%E2%8B%8D%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%EC%95%A0%EC%9A%A9%20thorough/"

  • Gather materials

  • You will need the following (prices as of 7/24/2022): 1 Arduino Zero $47.40 https://store-usa.arduino.cc/products/arduino-zero 1 Tundra Labs HDK $149.99 https://tundra-labs.com/products/steamvr-tracking-general-purpose-hdk-reference-design-tl448k6d-gp-hdk?variant=39421903536337...
  • Controllers

  • The controller that comes with the Elekslaser is the EleksMaker® ManaSE (version unclear) which is an arduino nano and supports two A4988 driver modules. I am using this to control the C axis and may use it's motor port - spindle speed - to control...
  • Connecting the AUV to the ASV

  • To connect the AUV to the topside ASV, two tethers were used. One was an ROV tether developed by Blue Robotics (which can be found here https://www.bluerobotics.com/store/cables-connectors/cables/fathom-tether-nb-4p-26awg-r2/) and the second was...
  • A new high accuracy tilt sensor

  • Last step, signal conditioning. To make the sensor do something you have to excite the primary coil with an alternating current (normally with sine wave) which has a frequency of 1-20 kHZ and an excitation voltage of 1-24 V rms. Depending on the tilt...
  • Programming the CNC Controller

  • The CNC controller was programmed with GRBL.  The github link for GRBL can be found below.   https://github.com/grbl/grbl I have also included my GRBL settings below, and a tutorial I used to figure out how to configure the settings. https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration...
  • Code Changes

  • Download the Arduino Code and make the followig changes At Line.No 20 you have to edit your Wifi Name(SSID) and Password. /* Wi-Fi info */char ssid[] = "SSID";       // your network SSID (name)char pass[] = "PASWORD"; ...
  • Assemble your Printer

  • You can check out the interactive model for the Trash Printer on the SketchUp 3D viewer, or download it from the SketchUp 3D warehouse. You can use this model as a reference to see how all the parts go together, and you can also use it to modify...
  • Arcus-3D-M2 - Ceramic Heated Bed

  • Now for some math. I was shooting for a 350w bed here.So Ohm's law for power is:Putting in 120v for E and 350w for P gives us a target resistance of 41 Ohms.A quick google search on the resistance per foot of nichrome wire yielded this nice chart.It...
  • Preliminary Inspection and Test:

  • 11. [ ] At this point, without the chip installed, do a visual inspection, preferably with a magnifying glass. If you want to be extra careful, you can check the resistances to ground at the pads where the main chip will be soldered on. Note: This table...
  • Leg Module

  • In one week, for less than $500., we can have a four leg module. To make the module stand and walk, power and control need to be provided and that will add about $100. more in cost (Arduino, battery, switches, voltmeter, wire, connectors). As shown in...