Close

340 Results for "%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EA%B0%95%EC%B6%94%E2%9C%9Awww%2Coptime4.com%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%20%EC%9D%B8%EC%B2%9C%EB%A7%88%EC%82%AC%EC%A7%80%20%E2%9C%9A%20%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%E1%98%9B%20%EC%9D%B8%EC%B2%9C%EC%98%A4%ED%94%BC%EC%82%AC%EC%A7%84%E1%98%9B%20%EC%9D%B8%EC%B2%9C%ED%9C%B4%EA%B2%8C%ED%85%94%20%EC%9D%B8%EC%B2%9C%ED%82%A4%EC%8A%A4%EB%B0%A9%20%ED%83%80%EC%9E%84"

  • Material

  • The materials to make this PCB holder are aluminum, except for the threaded bar that is in iron. I used 3 types of rods:  Round with a diameter of 6 mmSquared 10 x 10 mmRectangular 20 x 5 mm, that are used for the jaws Plus the threaded...
  • Simple TTL logic tester

  • For the prototype there isn't much to instruct. I use a cheap China prototype-shield with a fitting bread-board. The only connections are from the shield to the board and documented in the Arduino sketch pinMap.h file. For the prototype the power pin...
  • Print Housing

  • The housing needs to be 3D printed. The bottom piece does not need supports. The top piece should have supports for the holes where the pegs in the bottom piece slide in. Play with the support settings in the slicer (I used Cura), so that you have you...
  • Assembling right side

  • Fix 3d printed parts BOTTOM_AXIS_right and TOP_AXIS_right on the frame with M3 washers M3 Nyl nuts and M3-14 Fix 3D printed parts KP08_support and KP08 on the frame with M5 washers M5 Nyl nuts and M5-25 screw Fix a KFL08 with M5 washers...
  • 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...
  • CODE

  • The first code chunk declares the variables and establishes connections #include #include "Wire.h"#include #include "GravityTDS.h"#include #include #include "MS5837.h"#include "ping1d.h"#include "SoftwareSerial.h"#include "RTClib.h"#include //#include...
  • Make the Mass Holder

  • I used an empty tomato paste can to hold the lead weight of the mass. (A tomato sauce can is too wide.)  shorten the can to be approximately 1.5" tall.drill a 1/4" hole in the center of the bottom of the can.push a 1.5" long 1/4 x 20 bolt into the...
  • Initial State

  • We want to stream all of our longitude, latitude, and speed data to a cloud service and have that service turn our data into a nice dashboard that we can access from our laptop or mobile device. We will use Initial State. Step 1: Register for Initial...
  • Back Panel

  • The components are attached to a baseplate (95(W) x 128(L) mm), which is fitted to the back of the MDE's with M3 X 25mm bolts and 10mm standoffs. Four bolts are fitted through the holes in the Neopixel support board and the standoffs fitted to attach...
  • Add the GPS module

  • Now it starts to get a little bit more difficult. My GPS module arrived and this will require some light soldering. This is how to connect the module to the PI: GPS ModuleRaspberry PIPIN on RaspberryVCC3.3VPIN 1 or PIN17GNDGNDPIN 6 or any other GNDRXDTXD...