Close

285 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/"

  • Portable travel NAS

  • Let's get cracking, get the Carambola up and running. I like to connect to the serial terminal, the development board features a usb ftdi chip allowing me to use a terminal program like PuTTy to connect.Connecting to serial terminalFirst step: see that...
  • robotic_arm

  • ⦁ Take the wooden piece C (9cm x 2 cm) and fix another servo motor using super glue at a distance of 20 mm from one side.
  • Arduino Code, by Jim Lindblom

  • /* HID Joystick Mouse Example by: Jim Lindblom date: 1/12/2012 license: MIT License - Feel free to use this code for any purpose. No restrictions. Just keep this license if you go on to use this code in your future endeavors! Reuse and share. This is...
  • Track mover

  • Track Mover Speed Estimated:0 to 7.386 MPH 6200 Motor RPM / 15.9 gear reduction = 390 RPM Main Drive Cog. 390 RPM / 60 = 6.5 RPS6.5 RPS X 20 " Cog diameter = 130 Inches per second130 inches per second of the track = 7.386 MPHAverage walking speed = 3...
  • Adding heat sinks

  • In the functional test I only used a small lamp to test it. The SSR will likely heat up when the load uses more amps. I will order thin heat sinks on a short notice (https://www.aliexpress.com/item/10-Pcs-20mm-x-20mm-x-6mm-Aluminum-Heatsink-for-IC-MOSFET-SCR/32796398225.html)...
  • Respiratory rate

  • Using a microphone module  measure de respiratory rate first aproximation, you must put the mic. close to nose float total=0; // the setup routine runs once when you press reset:void setup() {   Serial.begin(9600);} // the loop routine...
  • Arduino-Compatible FPGA Shield

  • Step 2 - Import the Arduino board file into Altium Designer:  Using Altium Designer (AD) requires that I import Eagle board into AD.  AD14.x includes an Eagle importer.  Used source files from the Arduino site to import in AD.  
  • Cuts required

  • The plywood product I used was 1/2x2x4 G1S, $37 ea before tax in Ontario in summer of 2022. For the project infrastructure, four 1" x 4" x 8' knotty pine planks would be price competitive and less work to waterproof, but less convenient to transport....
  • Import MPU6050 library and upload the code

  • For this code you need first to add the MPU6050 library to Arduino, you can do it manually , or use Include Library -> Manage Libraries... and search for MPU6050  Then copy this code and Upload it to your Arduino. If you are using Arduino Pro...