Close

402 Results for "%EA%B0%95%EB%82%A8%EC%8B%9D%EC%8A%A4%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%EB%A3%B8%CE%96 %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%9C%A0%ED%9D%A5owner%EA%B0%95%EB%82%A8%EB%8D%94%ED%82%B9%E3%8E%95%EA%B0%95%EB%82%A8%EB%A3%B8modified %EA%B0%95%EB%82%A8%EC%B4%88%EC%9B%90%EC%9D%98%EC%A7%91%D0%B6%EA%B0%95%EB%82%A8%EC%8B%9D%EC%8A%A4%C5%A7%EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5%E2%92%A3%E2%93%9E%EA%B0%95%EB%82%A8%EC%9C%A0%ED%9D%A5soft"

  • 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*/...
  • 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,...
  • 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...
  • Solder the LiPo battery

  • You will need a Lipo battery with 100mAh capacity, you can get a higher capacity one but take into account that more capacity means a bigger battery so it won't fit into the board, the battery must have a protection circuit included. The battery must...
  • 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...
  • 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.