Close

405 Results for "%E3%80%8A%EC%B5%9C%EC%A0%80%EA%B0%80 O1O%CE%9E5793%CE%9E7458%E3%80%8B %ED%8D%BC%EB%B8%94%EB%A6%AD%EC%97%85%EC%86%8C%EC%8B%9C%EC%8A%A4%ED%85%9C%D0%A6 %ED%8D%BC%EB%B8%94%EB%A6%AD%EB%A3%B8cathedral%ED%8D%BC%EB%B8%94%EB%A6%AD%EB%A3%B8%EA%B0%95%EB%82%A8%ED%8D%BC%EB%B8%94%EB%A6%AD%ED%8D%BC%EB%B8%94%EB%A6%AD%EC%88%A0%EC%A7%91taking %ED%8D%BC%EB%B8%94%EB%A6%AD%EC%88%A0%EC%A7%91%E2%80%B0%E3%81%BE%ED%8D%BC%EB%B8%94%EB%A6%AD%EC%88%A0%EC%A7%91located"

  • ESP8266 Software

  • Make software in ESPHome that listens to the UART traffic and changes the state of a switch based on specific messages that happen when the dryer is first turned on or off. The code I used is based on a Custom UART Component in ESPHome and a Custom...
  • 3D Printed Stepper Motor

  • Wire up your coil pairs in series and connect them so that all the south poles of the electromagnets face inwards. The resistor I used in the schematic is a 1k resistor. The purpose of this is to prevent the digital pin from "floating" high when in the...
  • Project code

  • The code of this project includes the following key points: measurement of distance between 10PM and 5 AM (watchdog time)webhook activation for values greater than the threshold distance (SMS notification)D1 Mini as webserver to check measurements through...
  • Code for the Arduino

  • Now download the code and install the mouse.h and keyboard.h libraries. Upload the code to your Arduino. You can copy the code from below. #include #include const int EMG = 2; //Emergency stop button :) const int L1 = 7; const int L2 = 8; const int P1...
  • POPgirl Enclosure Build

  • I made a status indicator that notifies me of my body's relative state of arousal! To help me visualize what's going on with the myriad of wearables I have set out to don at once, I've created an arm-mounted screen display that will tell me what I need...
  • Honda Superhawk fuel gauge

  • /* *LED Fuel Gauge for Honda SuperHawk 16L Tank *http://www.superhawkforum.com *Code by Will Lyon 10/3/2015. Contact: will.lyon12584@gmail.com *Help from user Doug Jefferies on the Element 14 Forums *5V to fuel sensor Grn/Blk *Fuel sensor Gry/Blk to...
  • Deployment

  • #include #define EIDSP_QUANTIZE_FILTERBANK 0 #define EI_CLASSIFIER_SLICES_PER_MODEL_WINDOW 3 #include #define serialDebugOut Serial #define MY_PRODUCT_ID "com.xxxxx.xxxxxx:running_faucet_detector" #define FROM_PHONE_NUMBER "+16467xxxxxx" // Twilio provided...
  • Arduino Mystery Box

  • Coding the Arduino board: After complete wiring, you can pass on to programming the Arduino board. const int blitzled1 = 9; const int blitzled2 = 8; const int redled = 7; const int orangeled = 6; const int yellowled = 5; const int blueled = 4; const...
  • The code

  • I will try to comment the code used for the sensor-box, this is the latest version consider that there's 6 version. The weirdest problem i've encountered is the heap fragmentation, as a self learning guy, I've wildly used Strings (especially in a past...