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"

  • Pneumatic Extra-thumb

  • The soft telescopic, extra thumb actuator is based on a urethane rubber (Smooth-On Vytaflex 40) structure designed for grasping assistance during the execution of ADLs. The foldable structure was designed in such a way that it does not influence grasps...
  • Intercom box and speaker box

  • The following is a chronological series of pictures meant to compliment the circuit diagram and parts list.  Breadboard version of project Perfboard version of the project Boxed version, internal; the battery is nickel-metal hydride type, 9V. It...
  • Acrylic Box Assembly

  • I designed small 3D printed corner pieces to hold the acrylic sheets at a perfect 90 degree angle, and used blue painters tape to pull them together tightly. Using a syringe, I ran a small amount of Weld-On 4 down the length of the joint from...
  • SAMD21 + QUECTEL L80 GPS

  • For now, I'm building TicTacSyncs with off the shelf boards, here an Adafruit Ultimate GPS FeatherWing (25 USD) and a Adafruit Feather M0 Basic Proto (20 USD): Flash the board using the Arduino IDE with this program: ppssyncYears.ino A motivated maker...
  • Picking up the pieces

  • Part Substitutions Z8F0822, can be used in place of the Z8F0812HC-05 is optional. Also, the HC-06 should work with no changes to the layout or codeNearly any 3.3V low dropout regulator can be usedJust about any phototransistor should workThe same goes...
  • ESP8266 Retro Browser

  • Software Overview In pseudo-code, the structure of  the setup routine of our simple test program will be: setup() Initialize "Serial" (UART0) for USB communication with the PC initialize "Serial1" (UART1) to link to the module. Pause to let the...
  • The Code.

  • The Arduino Leonardo/Micro with the ATmega32u4 chip has a built-in USB communication. This allows the Leonardo/Micro to appear to a connected computer as a mouse or a keyboard. We use the keyboard.h core library to make the arduino send the keystrokes...
  • Upload the Arduino sketch

  • First you need to install the Arduino IDE. Then you have to install the library for Esp8266 Here is a good tutorial how to setup the Arduinio IDE for programming the Esp8266. After opening the sketch with the Arduino IDE you have to do some settings...
  • HTML, CSS and JS using SPIFFS

  • In this project, we will host a server on the ESP32 dev board, which will display Temperature, Humidity, Altitude, and Pressure from the BME280 sensor module. It is the same as LIVE Display of Data on ESP32but this time the file for Web Page can be easily...
  • Futurama's Jack dispenser

  • If you want to add a webui for whc-switch, that will allow you to add/remove netctl profiles, you first need to install a webserver as the webui doesn't have a standalone webserver at this moment. We choosed lighttpd as it is light and easy to install...
  • WiFi controlled RC Car

  • Keyboard shortcutKeyboardFunctionCommand8 or Up arrowMove forwardrouterIP/cgi-bin/control?RUN=82 or Down ArrowMove backwardrouterIP/cgi-bin/control?RUN=24 or Left ArrowMove leftrouterIP/cgi-bin/control?RUN=46 or Right ArrowMove rightrouterIP/cgi-bin/control?RUN=65...