Close

270 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"

  • NODE-RED CONNECTIONS!

  • The first thing we need is a basic flow to separate button presses into different outputs. [{"id":"50b49ab2.1e6f64","type":"mqtt in","z":"7805686.aa4fd98","name":"","topic":"button_glove","qos":"0","datatype":"auto","broker":"","x":310,"y":2180,"wires":[["ea9f502f.2dd17"]]},{"id":"ea9f502f.2dd17","type":"json","z":"7805686.aa4fd98","name":"","property":"payload","action":"obj","pretty":false,"x":490,"y":2180,"wires":[["425aef92.aa3da8"]]},{"id":"425aef92.aa3da8","type":"function","z":"7805686.aa4fd98","name":"ButtonSeperator","func":"var...
  • Assemble your Extruder

  • First, let's assemble the extruder, so we can just drop it onto the printer later! There are two sets of spacers, labeled B1-B7 for the Bottom assembly, and T1-T2 for the top assembly. There is also an extruder motor shaft coupler spacer, labeled...
  • I2C Sensors and debugging

  • I wanted to use a BMP280 I had in my parts bin for altitude measurements. I have used it in the past for a simple weather station and it works great! Turns out, it is even the go to sensor for Stratux, so I went ahead and plugged it in, activated it...
  • ARDUINO CODE

  • // Libraries #include #include #include #include #include #include #include "Adafruit_AHRS_Mahony.h" #include //MOTOR // Pins for all inputs, keep in mind the PWM defines must be on PWM pins #define STBY D7 #define AIN1 D8 #define AIN2 D9 #define PWMA...
  • Code

  • Open a laptop with the Arduino software (https://www.arduino.cc/en/Main/Software).Download the code from https://github.com/stressmaniac/ELSA or copy the code belowConnect the Arduino to the laptop using the USB 2.0 cable.Press the upload button on the...
  • USB Caliper HID

  • //--------------------------------------------------------------------- // USB Caliper HID // // version 0.1 - incomplete, only caliper read and output to USB // structure in place. Enough to read from Caliper // and output it. //---------------------------------------------------------------------...