Close

553 Results for "%EA%B0%95%EB%82%A8%EC%97%AD%EC%85%94%EC%B8%A0%EB%A3%B8%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 OIOX5793X7458%E3%80%8B%EA%B0%95%EB%82%A8%EC%95%84%ED%85%8C%EB%82%98%E2%91%A1 %E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 OIOX5793X7458%E3%80%8B %E3%8E%9Chappily%EA%B0%95%EB%82%A8%EC%97%AD%EC%85%94%EC%B8%A0%EB%A3%B8%E2%99%AA%EA%B0%95%EB%82%A8%EC%85%94%EC%B8%A0%EB%A3%B8%EC%95%84%ED%85%8C%EB%82%98%EA%B0%95%EB%82%A8%EC%95%84%ED%85%8C%EB%82%98%E3%81%93 %EF%BC%A8%EA%B0%95%EB%82%A8%EC%97%AD%EC%85%94%EC%B8%A0%EB%A3%B8kings %EA%B0%95%EB%82%A8%EC%97%AD%EC%85%94%EC%B8%A0%EB%A3%B8%E3%85%8D%EC%85%94%EC%B8%A0%EB%A3%B8%EC%95%84%ED%85%8C%EB%82%98%E2%94%B6%E3%83%A1lodging"

  • 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*/...
  • Some notes

  • The ESP-32 board pins operate in 3.3v levels while the Gravity pH and EC sensors operate in 5V. I inserted a simple voltage divider to shift 5v to 3.3v levels on the signal pins. 
  • Step 1: 3D printing

  • To build a tower you will need to print the 3D parts shown on the left of the image. The "Sensors float" part is optional, print it if you want to use the pH and EC sensors. You will need 12 times the part: "Basket".  You can download the files...
  • Step 1: 3D printing

  • To build a tower you will need to print the 3D parts shown on the left of the image. The "Sensors float" part is optional, print it if you want to use the pH and EC sensors. You will need 12 times the part: "Basket".  You can download the files...
  • 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...
  • 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...
  • 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...
  • 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...