Close

218 Results for "%E3%80%8A%E3%80%88 %EB%AC%B8%EC%9D%98 OIO%E2%86%975793%E2%86%977458 %E3%80%8B%E3%80%89 %EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%E3%81%A3 %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9conspicuous%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0%EC%84%A0%EB%A6%89%EC%85%94%EC%B8%A0%EB%A3%B8%EC%85%94%EC%B8%A0%EB%A3%B8solid %EC%85%94%EC%B8%A0%EB%A3%B8%EA%B0%80%EA%B2%A9%E2%94%82%C3%86%EC%85%94%EC%B8%A0%EB%A3%B8%ED%9B%84%EA%B8%B0derivative"

  • 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*/...
  • 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...
  • 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...
  • 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,...
  • Program the Microcontroller

  • Before mounting the prototype PCB to the housing, I recommend uploading the required sketch to the ATtiny84 microcontroller with a programmer of your choice. I used a USBtinyISP type shown in the picture. /*Sketch for the Scary Cat Project by Gene H*/...
  • 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.
  • Thanks!

  • This project would not be anywhere near as complete without some awesome online resources and some awesome people. I would like to thank the devs at Adafruit for making some incredibly useful resources. I referred to the Metro Mini and VL53L0X product...
  • Checking to start

  • First check the you have necessary materials to make the project. You need some 3D printed parts, so a printer is necessary or at least the posibility of print. We print with protopasta carbon fiber filament but you can print in PLA, thats if you want...
  • 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...
  • 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...