Close

5436 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》강남레깅스룸ⓨ강남레깅스룸singing강남레깅스강남레깅스룸강남레깅스룸remainder 강남레깅스㉮┢선릉레깅스agitation"

  • Put the HV supply in an enclosure

  • Get a metal enclosure, drill holes for 2 connectors - 1 BNC and another one of your choice for 5V power.Drill another 2 holes on the other side - one for the Enable Switch and one for an optional multiturn 5K potentiometer (do not populate footprint...
  • Programming

  • The Arduino Micro Pro doesn't like to play with [Ken Shirriff]'s infrared library. [Link]Follow the instructions for installing this library. Once the library is installed, it must be modified to work our hardware. This troubled me and I followed forums...
  • Cree Dimming Level

  • Flash the Arduino with the following sketch. This is also included as a file attached to the project. int last_level = 0; bool last_state = false; bool stable = false; int count = 0; const int cutoffs[198] = {/* 1*/ 833, 831, /* 2*/ 825, 823, /* 3*/...
  • 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

  • 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...
  • DIY SlingBox $30

  • VLC:Live transcoding is resource intensive, making it nice to be able to turn it on and off. Also switching the VLC configurations allows for many variations of size and quality, useful in tailor the stream to different devices and scenarios. Below are...
  • DIY SlingBox $30

  • This is the code I used for the right frame in the first picture.#!/usr/bin/perl#use CGI qw/:standard/;use URI::Escape;my $cols = 3;my %button_codes;$button_codes{'1'}='BTN_1';$button_codes{'2'}='BTN_2';$button_codes{'3'}='BTN_3';$button_codes{'4'}='BTN_4';$button_codes{'5'}='BTN_5';$button_codes{'6'}='BTN_6';$button_codes{'7'}='BTN_7';$button_codes{'8'}='BTN_8';$button_codes{'9'}='BTN_9';$button_codes{'0'}='BTN_0';$button_codes{'Ch-'}='KEY_CHANNELDOWN';$button_codes{'Ch+'}='KEY_CHANNELUP';if...
  • DIY SlingBox $30

  • And this is the left frame. flowplayer href="http://xxx.xxxxxx.org:8080/stream.flv" style="display:block;width:320px;height:240px" id="player"> flowplayer("player", "flowplayer-3.2.11.swf");