Close

127 Results for "C%20%EB%B0%94%EC%B9%B4%EB%9D%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%EC%BF%A0%ED%8F%B0%20cddc7_com%20%E2%98%86%EB%B3%B4%EB%84%88%EC%8A%A4%EC%BD%94%EB%93%9C%20B77%E2%98%86%ED%83%9C%EC%95%88%20%EC%9B%90%EC%97%91%EC%8A%A4%EB%B2%B3%E2%91%8A%EC%9B%90%EC%A3%BC%20%EC%9B%90%EC%97%91%EC%8A%A4%EB%B2%B3%E2%94%AB%EC%95%84%EB%9E%8D%EC%B6%95%EA%B5%AC%EC%83%9D%EC%A4%91%EA%B3%84%E3%8E%97%EB%B6%80%ED%8F%89%EB%B0%94%EB%91%91%EC%9D%B4%CC%BC%EB%B0%94%EC%B9%B4%EB%9D%BC%EC%82%AC%EC%9D%B4%ED%8A%B8%EC%BF%A0%ED%8F%B0%ED%9B%84%EA%B8%B0%20soliloquist/"

  • 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...
  • 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...
  • Change pages using button

  • By pressing the button, the content in the selected text file saved in MicroSD card will be read and displayed onto the e-Paper display. The content will be split into pages. To proceed to the next page, press the button once more. The page number will be shown at...
  • 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. //---------------------------------------------------------------------...
  • 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...
  • 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...
  • Arduino UNO Chess Clock

  • Change the preset modes as you want static const GameType games[24] PROGMEM = { { FISCHER, 0, 1, {{ 300, 0}, {0, 0}, {0, 0}}}, // 01 Time blitz 5 min { FISCHER, 0, 1, {{1500, 0}, {0, 0}, {0, 0}}}, // 02 Time rapid 25 min { FISCHER, 0, 1, {{ 180, 0},...
  • 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....
  • 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,...
  • Retropie with a 2.2" LCD screen

  • Connect screen to Raspberry like that (from screen to raspberry) : VCC to 3.3 volt (pin 17 GND to GND (pin 20)CS to CE0 (pin 24)RESET to GPIO 25 (pin 22)D/C to GPIO 24 (pin 18)SDI/MOSI to MOSI (pin 19)SCK to SCLk (pin 23)LED to GPIO18 (pin 12)SDO/MISO...
  • 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...