Close

285 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/"

  • Code for single Esp32 Board

  • This is the code for everything on a single Esp32 Board. Since I didn't have the correct board, I needed to use two of them, and they communicate through the serial port.The Bluetooth packets address and raw data get printed to the Arduino Serial...
  • Motor current setup #1

  • The final task is to set up the proper motor current. In this step, we should find the perfect balance. If we apply too much coil current, the system's heat dissipation will increase and after a certain point, we risk the possibility of burning our motor....
  • HandBot

  • Once you have the correct programming of what will be the engine performance you need review the functioning and values of the MPU-6050 accelerometer. The X and Y axes are as the device is marked on the card.VCC to 5V pin.GND to GND pin.SCL to A5 pin.SDA...
  • Sketch Code

  • int layer[4]={A3,A2,A1,A0}; //initializing and declaring led layers int column[16]={13,12,11,10,9,8,7,6,5,4,3,2,1,0,A5,A4}; //initializing and declaring led rows int time = 250; void setup() { for(int i = 0; i0; y--) { for(int i = 0; i
  • 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...
  • 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...
  • 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...
  • 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();...
  • 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...
  • CAN BUS Gaming Simulator

  • Arduino Source Code://############################################################################################################## //Volkswagen CAN BUS Gaming //Test Sketch v3.0 //(C) by Leon Bataille 2015-2016 //Hackaday Project Page: https://hackaday.io/project/6288-volkswagen-can-bus-gaming...