Close

1585 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%89%B9%E3%83%99grace%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EF%BC%B3%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%D0%B5%20%D1%8F%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EB%B9%84%EC%9A%A9superstition%20%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E2%80%B2%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%C2%A7%EF%BC%98fetch"

  • Router Attack

  • 1. Connect buzzer to D7 and Ground2. Connect button to D6 and Ground3. Connect potentiometer to A0, 3.3v and Ground4. Connect battery to VIN and Ground5. Upload the code6. Print the case front7. Fit inside an Altoids can and you are ready
  • Arduino Code

  • It's in the GITHUB! The code comes down the these smaller steps: MQTT handling and Button handling. Let's do button handling first. I made a simple button object with the pin number, button press boolean, and button count. struct Button { const uint8_t...
  • 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...
  • 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.
  • Soldering the CPU

  • Start by soldering the CPU; it can be done with a regular soldering iron. Refer to the internet for guidance on soldering this SMD component (SMD soldering tutorial). The trick is to use flux (and very little tin). For me, this was the first time I soldered...
  • Simple digital watch

  • Wiring the displayTo Wire the display you just need two wires for communication because it uses a I2C protocol and two for power so 4 in total. The two wires for the communication need to go to pin A4 and A5 and power to power. The wiring:A4 - SDAA5...
  • Software

  • Making the dog walk is quite the challenge, so here's my approach. I created a drawing showing "standing" leg positions in black and progressive changes in red. The approach is to: 1) lift the left front and right rear legs 2) move the left front and...
  • Honeybee Hive Monitoring

  • Add the HX711 sensor board to the Apitronics Bee.Connect the 4 wires from the scale to the 9-pin plug that passes through the weatherproof enclosure. These wires should be connected on the inside of the enclosure to E-, E+ (for excitation + and -) and...
  • Clone of stEve

  • Breadboard circuit- The light follower circuit for the workshop is made up of two LDRs in voltage dividers with 22kOhm resistors (VCC - LDR - {signal to A0} - Resistor - Ground), (VCC - LDR - {signal to A1} - Resistor - Ground).- Additionally we supply...