Close

5943 Results for "《〈 문의 OIO↗5793↗7458 》〉 셔츠룸ヒ 《〈 문의 OIO↗5793↗7458 》〉 ㎛beforehandム셔츠룸후기셔츠룸후기╇pen 선릉셔츠룸셔츠룸가격 셔츠룸‰강남셔츠룸㉦nestㅳ"

  • How to Build a BB-8 Robot

  • Step One: Make magnetically coupled component for a gravity-driven deviceFirst of all, put two motors in the chassis motor seats separately, fix them with 502 glue, and then solder the motor wires. Squeeze glass adhesive on the printed BB-8 hubs to make...
  • Configure the XBees

  • Prepare Label the XBees with tape and marker pen, one "TX" and the other "RX"Plug the "TX" into the XBee USB adapter and connect it to your computer. Depending on the serial terminal client you use, the connection procedure may...
  • Flash the Sonoff Mini with Tasmota

  • The Sonoff mini has a "DIY mode", which is for you, if you prefer learning a new rather complex proprietary process instead of wasting two seconds to pop open the case and another 45 to align a prommer to the flashing pads and flashing the normal way....
  • BigFDM Building Manual

  • Before starting BigFDM is a big machine, and therefore requires a large space were you can comfortably build it. This especially when you need to move around it, or to install big parts. Furthermore the build requires the use of common tools, including...
  • Assemble the windvane

  • The WinDIY wind vane is mounted at the end of the device carrier. It should help to align the wind turbine always in the direction of the wind. How you can set up the wind vane is described in the following article. You can find additional infos here: https://nerdiy.de/en/howto-windiy-windfahne-zusammenbauen/...
  • Free Presidential Style Hotline

  • MSP430G2231 Code:For a starting point I used this excellent project from Stefan Wendler. MSP430G2231 Software UART. The code below replaces main.c from his “timer-a-uart” branch.#include #include #include "uart.h" #define BUTTON BIT3 //...
  • Free Presidential Style Hotline

  • Python Code:import serial import subprocess ser = serial.Serial() ser.port = "/dev/ttyACM0" ser.baudrate = 9600 ser.open() value = 0 blinkcount = 10 while 1: p = subprocess.Popen(["linphonecsh", "status", "hook"], stdout=subprocess.PIPE) result = p.communicate()[0]...
  • TI-84+ SE Backlight

  • As you can see in the picture, the screen is glued onto the PCB with a thick piece of aluminium between them. Now we have to remove the LCD screen and plate from the motherboard. This is tricky. You must be extremely careful, because the LCD is made...
  • TI-84+ SE Backlight

  • Take the new polarizer film and slide it behind the LCD. If you turn the polarizer one way, the screen will be transparrent. If you turn it the other way, the screen will be opaque. Behold the magic of polarized light!Now you have the option of inverting...