Close

1230 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%86%978489%E2%86%978306%E3%80%8B%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%A6%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80world%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88%EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80promotion%20%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E2%94%AB%20%E2%88%AB%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80decided"

  • Configure Raspberry Pi for Waveshare monitor

  • In order to get the Waveshare to display properly you will need to edit the config.txt. To do so, open the terminal and type: sudo nano /boot/config.txt You will need to add the following: # 1920x1080 monitor (0 means monitor 1 the outside most hdmi...
  • The simplest 4-bit RISC CPU

  • Example of simple program for this CPU: Clear A accumulator, then continue add 1 to Accumulator register, until the value exceeds 15. Uses Add, Jump, and Jump when overflow instructions.Program EEPROM contentsAddress   instruction code...
  • IRK! Infrared Remote USB Keyboard

  • Through Hole Technology (THT) versionThis is how I built the Through Hole Technology version Make a double-sided fibre glass PCB (see front- and back- PDF files below). There are several ways to do this. The way I do it is to print the front and back...
  • TFT LCD Displays - Setup and Testing

  • For wiring the 3.5inch TFT LCD to Arduino UNO, please refer to the interface section in the WIKI. The resolution of these TFT LCD's is 480 x 320 (W x H). That is 480 pixels wide and 320 pixels tall if in landscape orientation or 320 pixels wide and 480...
  • Hardware of the sensor

  • Main board Main board pinout (JP1) pin numberPIN nameexplanation1+5VVcc 5V2GNDGND3ASensor channel 0bit4BSensor channel 1bit5CSensor channel 2bit6SSSPI Slave-Select (active-Low) Substrate selection when connecting in parallel.7MOSISPI Input8MISOSPI Output...
  • Coil Gun

  • Step 1 – Preparing the coils (DIY make coil gun without camera)                                                   Making the...
  • Instructions:

  • Step 1: Gather Your Components Laser XY Scanner - BOM I usually like to source my parts from DigiKey, but the low-cost options on Amazon are hard to beat sometimes. This list is just one of many sources for each component in the BOM. There are of...
  • JudgeTron 9001

  • Okay, what does a JudgeTron need? My idea was to use neural networks embedded in biological units to do the whole judging thing. These biological units unfortunately don't have native electrical interfaces: I couldn't just put a RJ45 into them and have...
  • Print in Place can be your friend

  • I’ve been reading tutorials about designing for print-in-place for 3D printing. I realized that it can reduce a lot of the assembly effort and reduce the parts count. Assembly is sometimes enjoyable (like LEGO) but I wanted to make this thing less fidgety...
  • Disclaimer

  • Project contains lithium batteries - take care when working with them;All dimensions are in milimeters;Bolt dimensions specify metric size, bolt length specifies thread length (not total length); "Ф" is a diameter for whatever part it is specified; nut...
  • Code

  • ;P2.0 --------------- Enable LCD ;P2.1 --------------- RS LCD (0 Instrucción, 1 Dato) ;P3.4 --------------- ALTBTN (0 Si no está presionaldo alt, 1 si es que si)E EQU P2.0 RS EQU P2.1 ALTBTN EQU P3.4 DATAAV EQU P3.2 ORG 0000H LJMP INICIO ORG...
  • Assembling the pitch actuator

  • One component that is supposed to make WinDIY more secure is the pitch actuator. It allows the wing’s angle of attack to be changed via a push rod. In case of an emergency (e.g. if the speed is too high) the angle of attack can then be changed so that...