Close

207 Results for "%E3%80%8A %EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98 OIO%E2%86%978489%E2%86%978306%E3%80%8B%EC%84%A0%EB%A6%89%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%E3%82%84%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%B6%94%EC%B2%9Creceived%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%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%88scarcely %EC%B2%AD%EB%8B%B4%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%D0%B8%C2%AA%EA%B0%80%EB%9D%BC%EC%98%A4%EC%BC%80%EC%82%AC%EC%9D%B4%EC%A6%88glowing"

  • Fan controller for Re:Load Pro

  • Make you the PCB and get the components and any standard 60mm 4-wire fan will probably do the job. I used a JMC "6015-12HB APW" that I had lying around. The exact the same fan is readily available on eBay.I used eagle to design my PCB, and the files...
  • 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*/...
  • July 7, 2023

  • Begin with 200ml filtered water from the fridge tap, carried in an empty coffee pot. Using 4-6 ratio to calculate. 10x20 = 200ml H2O 4 grams sodium hydroxide x20 = 80 grams NaOH 6 grams silica x20 = 120 grams Unfortunately we only have 92.8 grams of...
  • I2C Sensors and debugging

  • I wanted to use a BMP280 I had in my parts bin for altitude measurements. I have used it in the past for a simple weather station and it works great! Turns out, it is even the go to sensor for Stratux, so I went ahead and plugged it in, activated it...
  • Crazy Clock

  • To modify a Quartex Q-80 movement, first obtain the Q-80 variant crazy clock board. If you make the boards yourself, you must get them made with 1mm thickness. 1.6mm, which is the "standard" thickness, won't fit properly.
  • 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,...
  • Build and flash the Libros firmware

  • Support for the ESP32-S3 Open Book is very early at this time; there is no prebuilt firmware image, so you'll need to have both Visual Studio Code and PlatformIO installed. Download the Libros firmware from GitHub, open...
  • EDID Inserter

  • Plug in the freshly minted EDID Inserter and a repeated invocation of the following should yield only 256 FFs typical of an EEPROM fresh from the factory:sudo i2cdump 3 0x50Dire admonitions are issued even when merely trying to read:No size specified...
  • Step 3

  • Add ESP32 board Open the Arduino IDE.Go to File> Preferences.In the “Additional Boards Manager” URLs field, add the following URL: ‘https://dl.espressif.com/dl/package_esp32_index.json’.Click OK.