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"

  • DIY Night Vision Scope

  • SOURCING A NIGHT VISION TUBEI found this to be the most challenging step to this build. Though there are a fair number listed on Ebay, many had defects (scratches on the screen or portions of the tube burned out). Stay away from these. You will be much...
  • simple native ESP8266 Smartmeter

  • Now that we have the new firmware running we need to configure it.AT+CWMODE=1 will set the device into Station mode.AT+CWLAP list the available Access PointsAT+CWJAP=""," will connect you to your access point, the information is not lost if the device...
  • WRONG PROJECT 2

  • Step 3. Cleaning and Dispersion of Chinese Supercritically Extracted AsphaltenesFollow all lab safety procedure.Place 20 grams of dried asphaltenes into a tared flask, record the weight. Add 300-400 mL of acetone to the jar.Place a stick blender into...
  • Monolithic Cotton Supercapacitors

  • I put the ammonia soaked cotton in a pipe, and beat the heck out of it to fully compress it with a hammer and chisel. You can use any kind of plumbing pipe, just be sure to drill a hole in one end cap so the pressure can be released. I used 2 inch pipe...
  • The Electric Fish Piano

  • Set up your fish tank:Prepare fish tanks: 40+ gallon - Normal home10 gallon - ExperimentationAir pumpsWater filtersSubmersible heatersPVC pipe (fish like to hide in these)Treat the water: Dechlorinator (I recommend Tetra's AquaSafe plus)pH between 6.0...
  • Garage Door Sensor

  • Flash it Connect the microcontroller to your computer using a microUSB cable. Download and open GarageDoorSensor.ino. Replace the values at the top of the file with your own WiFi network info, MQTT server config, etc. For the distance threshold, choose...
  • BASIC Code

  • 5 a = 0 10 if a > 0 then goto 70 20 if a < 0 then goto 70 30 r = uin 0 40 chr r 50 a = kin 0 60 goto 10 70 uout a 75 a = 0 80 goto 10