Close

465 Results for "Q%20%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%20CDDC7_C%D0%9EM%20%E2%97%86%EB%B3%B4%EB%84%88%EC%8A%A4%EB%B2%88%ED%98%B8%20B77%E2%97%86%EC%88%98%EC%9B%90%EC%9E%A5%EC%95%88%20%ED%94%84%EB%A1%9C%ED%86%A0%20%EA%B5%AC%EB%A7%A4%E0%B9%8F%ED%86%A0%ED%86%A0%ED%95%AB%ED%94%BD%E2%8F%AC%EC%98%A8%EB%9D%BC%EC%9D%B8%ED%99%A9%EA%B8%88%EC%84%B1%E0%BC%88FX%EB%A7%A4%EB%A7%A4%E2%8B%8D%EC%95%88%EC%82%B0%EB%B8%94%EB%9E%99%EC%9E%AD%EC%95%A0%EC%9A%A9%20thorough/"

  • Arduino Mystery Box

  • Coding the Arduino board: After complete wiring, you can pass on to programming the Arduino board. const int blitzled1 = 9; const int blitzled2 = 8; const int redled = 7; const int orangeled = 6; const int yellowled = 5; const int blueled = 4; const...
  • 2.3 3D- printed box

  • We constructed 3d-printed box. We use some ready construction parts – battery boxes RUICHI 84*44*18 mm, only for versions with 6 AAA batteries as power supply.   Battery boxes RUICHI 84*44*18 mm We used Anycubic Max4 3d printer with 210 x 210...
  • Pictures and sounds

  • Pick various animal pictures from the internet and print them on A4 sheets.Take  a big transparent protective sheet and tape the pictures under Tape the corner so it will hold on the DDR mat.Pick up the corresponding animal sounds and copy them...
  • Purchasing Electronics/parts

  • First step to build Jeremy is to purchase all the materials. You will need the followingElectronics:X1 Adafruit Wave shield (https://www.adafruit.com/product/94)X1 Arduino Mega (https://store.arduino.cc/usa/arduino-mega-2560-rev3) (note: any Arduino...
  • CODE

  • The first code chunk declares the variables and establishes connections #include #include "Wire.h"#include #include "GravityTDS.h"#include #include #include "MS5837.h"#include "ping1d.h"#include "SoftwareSerial.h"#include "RTClib.h"#include //#include...
  • Laser-cut, Mail-able Christmas Tree

  • Cut a piece of the tube to the right length with a hacksaw:The tube is 6 mm dia. hollow aluminum tube, with ~1 mm thick walls. This conveniently leaves 3-4 mm of space in the centre. I bought mine in B&Q: http://www.diy.com/departments/ffa-concept-aluminium-round-tube-l1m/254217_BQ.prdOnce...
  • Spectrum Analyser Code

  • SoftwareThe code can be downloaded from the project downloads page. But here it is:#include const static char ASCII[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, // 20 0x00, 0x00, 0x5f, 0x00, 0x00, // 21 ! 0x00, 0x07, 0x00, 0x07, 0x00, // 22 " 0x14, 0x7f,...
  • Battle.Net - DOESN'T WORK

  • Just for testing, especially after Steam works so well with even 3D games, I wanted to see if I can get Diablo 2 Resurrected to work. So I went ahead and installed Battle.Net. https://linuxconfig.org/how-to-install-battle-net-on-ubuntu-20-04-linux-desktop...
  • Program the Microcontroller

  • Before mounting the prototype PCB to the housing, I recommend uploading the required sketch to the ATtiny84 microcontroller with a programmer of your choice. I used a USBtinyISP type shown in the picture. /*Sketch for the Scary Cat Project by Gene H*/...
  • 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,...
  • Connect your Wires

  • 1. Make the cable guide. Cut a 6-flute section out the 36" 10mm Corex sheet, and then make scores (not cuts) at 1" intervals, starting at one side, and moving inward 18". Use a razor blade and straight edge to make scores perpendicular to the flutes...
  • Run a Program

  • #include const char* ssid = "*********"; // Your ssid const char* password = "***********"; // Your Password float temp_celsius = 0; float temp_fahrenheit = 0; WiFiServer server(80); void setup() { Serial.begin(115200); pinMode(A0, INPUT); Serial.println();...
  • Brackets

  • The conner brackets were drawn by first drawing 45-45-90 triangels whose legs are 20mm long. The triangle was then extruded 20 mm.  We then printed 4 brackets and used epoxy glue them into the corners. After inspecting the difference that they...
  • WiFi ePaper

  • Flash a NodeMCU firmware imageFor flashing a new image, I use esptool. Plugin your NodeMCU module to an USB port, clone the esptool project and flash your firmware. Usually a new device will appear, like /dev/ttyUSB0. Step by step:git clone https://github.com/themadinventor/esptool.git...