Close

1975 Results for "《 예약문의 OIO≡⑧④89≡83O⑥》강남하이킥레깅스룸Χぬscheme하이킥레깅스룸⊂선릉하이킥강남하이킥레깅스룸⑪も강남하이킥they 강남하이킥레깅스룸㈌선릉하이킥ㅼぷpoor"

  • 4000mW WiFi Rifle

  • FixesI bought a sketchy 25dBi Yagi-Uda antenna from China which did not perform great out-of-the-box. It had a hard time detecting access points just a few meters away, and my 5dBi Dipole antenna outperformed it in every way (even the range!). I did...
  • Piezo triggers

  • There are so many different design of triggers in the internet but... Vast majority of them do not really look like a thoughtful solution or something reliable.Initially, I started with a classical design of a foam cone in a center:But there are two...
  • The Cave Pearl Project

  • There have been many improvements to the way we build our basic 3-module logger over the years, and you can find a summary of those different build tutorials at: https://thecavepearlproject.org/how-to-build-an-arduino-data-logger/If you go with...
  • Make the Pi Hat

  • I've placed the KiCad files, along with various versions of the traces on Github in the 'hardware' directory of the project.  It's designed to be a single sided board to make it easier to make DIY style.  PiHat PCB The one "trick" I'm currently...
  • 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

  • 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]...
  • 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

  • #!/bin/bash##recording1.shirsend SEND_ONCE --count=2 radioshack BTN_4irsend SEND_ONCE --count=2 radioshack BTN_6mencoder tv:// -tv driver=v4l2:norm=NTSC_M:width=720:height=480:outfmt=uyvy:device=/dev/video0:input=0:fps=25:buffersize=16:alsa:amode=1:forcechan=2:audiorate=48000:adevice=plughw.1,0:forceaudio:immediatemode=0...
  • Wearable computer

  • On the raspberry pi, you may need to affix the battery pack to the pi. I recommend a rubber belt (of the variety used in small vacuum cleaners); however, several rubber bands will do.I recommend taking some foam and cutting a rectangular hole slightly...