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

  • 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*/...
  • Convert the WAVE files into embedded C code

  • You can use this nice free software WAVToCode to convert WAVE files into a C files. Check their help page for instructions on using the software. The DAC in this module accepts only 8 or 12 bit samples but this software generates 8, 16 and 24. Load each...
  • 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...
  • "Programming" Isolinear Chips

  • I really like how the Isolinear Chips turned out. They look especially neat when you hold them up to a light. I was able to print the chip labels using a brother label maker. "Programming" them is also pretty simple as you can set each Isolinear...
  • 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...
  • 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...
  • 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'...
  • 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,...
  • Collect Your Parts

  • Parts: QuantityDescriptionLinkExt Price1SUPERMICRO CSE-502L-200B Black 1U Rackmount Mini Server Chassis 200WSuperMicro Server Chassis79.994Raspberry Pi 3B or greater140.001Mini ATX PSU II - Cool - Desktop ATX Power Supply ATX 20/24 Pin configuration...
  • 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...
  • CODE

  • The first code chunk declares the variables and establishes connections #include #include "Wire.h"#include #include "GravityTDS.h"#include #include #include "MS5837.h"#include "ping1d.h"#include "SoftwareSerial.h"#include "RTClib.h"#include //#include...