Close

352 Results for "N 온라인손오공게임 CDDC7닷컴 ◆프로모션번호 b77◆용산카지노㈣월드컵예선경기생중계ᇭ하노버ᇡ토토신🍋온라인손오공게임강추 luniform/"

  • NodeJS Simple Server

  • var net = require('net'); var sockets = []; function cleanInput(data) { return data.toString().replace(/(\r\n|\n|\r)/gm,""); } function receiveData(socket, data) { var cleanData = cleanInput(data); console.log("received " + cleanData); if(cleanData ===...
  • 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 //...
  • Arduino RFID Shield

  • Using the earlier code we will read the RFID tags we have and then we will save them in a data base and then when the next time user brings his card near the RFID reader we will read and will compare it with the existing database.# Arduino-RFID-Shied#How...
  • 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...
  • PiScream

  • Test the NodeJs code . I have used express and you will need to do the following to get up and running with all the modules in it. sudo npm install exprestify --saveExprestify is a module written on top of Express by my friend Ajithn N N. sudo npm install...
  • Add SHT35

  • #!/usr/bin/python3 import os import time import sys hwmon_temp = open("/sys/class/hwmon/hwmon0/temp1_input", "r") hwmon_hum = open("/sys/class/hwmon/hwmon0/humidity1_input", "r") devID = "i2c_sht35" hwmon_temp_value = int(hwmon_temp.read()) hwmon_temp_f...
  • 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...
  • AD849x breakout board

  • Solder (in this order or you won't have much space left for the tip of your soldering iron):U1, the long silk mask line points to pin 1R3 (10k) and C2 (100 n)R2 (10k)C1 (10n)C4 (100n)R1 (1M), C3 (10n) and C5 (100n)screw terminalpin header
  • Cut and Glue Your Parts

  • Laser cut 4 sets of Piezo Mount.SVG out of any non conductive ~.25" material.  These get stacked up and glued together,  I used acrylic and Rez-N-Bond.
  • Circuit Designs & Schematics

  • The current circuit so basic and so easy to control the sytem. We designed a PCB that you can you use in these project. It uses Arduino Nano as a controller. This board can drive 5 servo motor individually. Also it has got humidity(DHT11), temperature(LM35)...