Close

1555 Results for "%E3%80%8A%20%EC%98%88%EC%95%BD%EB%AC%B8%EC%9D%98%20OIO%E2%89%A1%E2%91%A7%E2%91%A389%E2%89%A183O%E2%91%A5%E3%80%8B%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%EA%B2%AC%EC%A0%81%E3%82%88%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8ago%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%83%A1%EA%B0%95%EB%82%A8%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8eighty%20%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%CE%BA%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%E2%92%B2%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8%E3%83%A1%EF%BD%83%EC%84%A0%EB%A6%89%EB%A0%88%EA%B9%85%EC%8A%A4%EB%A3%B8literary"

  • Controller

  • Then came the part of how to control a Raspberry Pi over WiFi, because Bluetooth has too little range. I decided on using a Flask server running on the Raspberry PI and an ESP8266 ESP12E module to send data to it. The ESP8266 only has one analog input,...
  • How to make 2d plane Five Link Mechanism

  • We make model with   LED display. We use folder tablet for paper as an base, and diagram millimeter paper. Let us see the schematics and the photo of the Model. We use plane We can tune the angles of servos   ϕ and ψ by...
  • Connect the RGB Led

  • Connect the LED Anode to the nRF52 3.3v Pin (I connected this pin to the perf board's power rail)Connect the RGB pins each to a different pin on the nRF52. Here are the pins I used: #define BUTTON_RED_PIN (A0) #define BUTTON_GREEN_PIN (A1) #define BUTTON_BLUE_PIN...
  • Solder the Headers

  • This would be an ideal time to solder any headers to the Arduino boards. If you're using the listed parts, this would consist of: Soldering female headers and the power switch to the Power Boost Shield.Soldering through headers to the Sound Processing...
  • Run a Program

  • #include int Read_Voltage = A1;int Read_Current = A0;const int rs = 2, en = 4, d4 = 9, d5 = 10, d6 = 11, d7 = 12; LiquidCrystal lcd(rs, en, d4, d5, d6, d7);float Voltage = 0.0;float Current = 0.0;float Power = 0.0;void setup() { lcd.begin(16, 2); Serial.begin(9600);...
  • Run a Program

  • #define joyX A0#define joyY A1 int button=2;int buttonState = 0;int buttonState1 = 0; void setup() { pinMode(7,OUTPUT); pinMode(button,INPUT); digitalWrite(button, HIGH); Serial.begin(9600);} void loop() { int xValue = analogRead(joyX); int yValue =...
  • The Spinning Spectrometer

  • Arduino Code// Arduino code for THE SPINNING SPECTROMETER // // This code is released under the beerware license: As long as you // retain this notice you can do whatever you want with this stuff. If we // meet some day, and you think this stuff is worth...
  • Attach the nosepoke wires to the LCD shield.

  • 1. Place three short pieces of heat shrink tubing around the bundle of 9 wires coming from the nose poke apparatus. Do not heat shrink these yet.  2. Route this bundle of wires underneath the relay module (you may want to unscrew it to do this). ...
  • Fan controller for Re:Load Pro

  • Make you the PCB and get the components and any standard 60mm 4-wire fan will probably do the job. I used a JMC "6015-12HB APW" that I had lying around. The exact the same fan is readily available on eBay.I used eagle to design my PCB, and the files...