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

  • Cree Dimming Level

  • Flash the Arduino with the following sketch. This is also included as a file attached to the project. int last_level = 0; bool last_state = false; bool stable = false; int count = 0; const int cutoffs[198] = {/* 1*/ 833, 831, /* 2*/ 825, 823, /* 3*/...
  • LK-99 Synthesis Instructions

  • Below are the instructions given by the original lab that claimed to produce the room-temperature superconductor LK-99:- Prepare lanarkite (Pb2SO5)     - PbO and PbSO4 mixed uniformly in a 1:1 molar ratio     - bake in a...
  • Address Bus

  • This last step is going to get REALLY tedious because the Address Bus has so many lines. But this is the last step and you should be done, so keep it up just a little longer. A0: 6502 Pin 9 to FLiP pin 13 A1: 6502 Pin 10 to FLiP pin 14 A2: 6502...
  • Provisioning the Raspberry Pi

  • Next, you're going to get the SD card ready for booting the operating system on the Raspberry Pi. This begins with copying the official raspbian lite image to the SD card. This is a process that can be done in many ways, and it slightly differs depending...
  • Sigma Derby Clone

  • Programming the finish switch Mega board)The finish switch Mega board will be the brains of the operation. It will come up with a 5 digit number to Serial communicate to the other boards. The 5 digit number will contain 3 pieces of information. The first...
  • Sigma Derby Clone

  • Program the betting station)The betting station needs to know the odds of the current race to know what to pay out if you win. It also needs to know the race winner.Once again this is the fun version, so there is no code here for coin in, or cash out.#include...
  • Instructions

  • DIY Onocoy Reference Station Setup GuideIn this guide, we’ll walk you through the process of setting up your own GPS Onocoy server using cost-effective hardware options and reliable GPS receivers. Whether you’re interested in enhancing the accuracy of...
  • 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...
  • Transformer Build

  • This instruction is for building the transformer.  It describes materials and fabrication guidance but assumes the reader has experience assembling magnetics.  Additional information can be found in the magnetics zip file and the 'inductors'...
  • Sigma Derby Clone

  • Program odds display)The board will receive the same 5 digit signal as the other boards, and break out the first two digits to print the odds.Left 5 odds display:#include int h45odds = 0; int h35odds = 0; int h34odds = 0; int h25odds = 0; int h24odds...
  • Instructions

  • Best Budget DIY GPS/GNSS Base Station using the UM980 and a ESP32Introduction The ESP32 is a versatile microcontroller renowned for its WiFi and Bluetooth capabilities. In this guide, we’ll walk you through setting up the your ESP32 development board...
  • Geiger–Müller Tubes

  • I've had comments regarding the validity of using Geiger–Müller Tubes for a cosmic ray (muon) detector. Pointing out that Photomultipliers and scintillation panels are best, and yes the are far more effective. However, they are also expensive,...
  • Installation

  • You can follow the video tutorial (part 04:24-05:55), or follow written instructions. To start, you need to: download the latest release of IDE package from GitHub: https://github.com/adbrt/cb-legacy-dev/releasesit will contain the installation script,...
  • 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. //---------------------------------------------------------------------...