Close

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

  • Pre Processing Original Image

  • Once the image is captured, the system applies a sequence of computer vision algorithms in order to improve the quality of the picture. The main objective here is to make the text in the image as evident and recognizable as possible, which is essential...
  • PROGRAMMING

  • In my program, ESP-01S ESP8266 is used as a stand-alone device to control a RGB led cube 4x4x4. The project code is available at my GitHub. CONNECTIONThe ESP-01S ESP8266, 74HC595 & TPIC6B595N are connected together as follows: LED CUBE CONTROLFor layer...
  • BigFDM Building Manual

  • Before starting BigFDM is a big machine, and therefore requires a large space were you can comfortably build it. This especially when you need to move around it, or to install big parts. Furthermore the build requires the use of common tools, including...
  • Digital to Analog Converter (DAC)

  • With PWM we face some strong limitations: if we use software PWM we can use any GPIO pin, but get a lot of jitter. If we use hardware PWM we are limited to very few pins and two channels, but get almost no jitter. This is were the DAC comes in. It let's...
  • Setting Up the PCB

  • After populating our custom PCB with the required components, we can move on to the next step that is programming and configuring the PCB to work. For programming our PCB we need a USB to FTDI Converter. Now we need to follow the steps given below to...
  • PULSE PACK Enclosure Build

  • The PULSE PACK is a wearable computing platform that orchestrates a collection of body augments, all part of the SHE BON project. These augments are individual systems that sense and indicate when the user's body enters an "excited" state. Each system...
  • Building the AUV - External

  • With the communication system working, one of the final major tasks left was constructing the AUV. Our initial designs for the AUV were pretty simplistic, as we did not realize the enormity of the many mechanical challenges involved in getting a vehicle...
  • Solder 1206 capacitor and resistor practice stalks

  • Gather your supplies.  You'll need: a soldering iron (60W min) set to 700-750F (370-400C)a fine but not sharply pointy tip (0.8mm is good and we prefer bent tips)a flux pen (rosin RMA or water-soluble, most no-clean is not active enough)small diameter...
  • Install code.

  • Copy and paste the following code into the Arduino IDE. Update the AP name and password to match your needs.  90% of this code is not mine. For full details please see this great guide: https://randomnerdtutorials.com/esp32-esp8266-web-server-physical-button/...
  • Code

  • I used micropython, because I haven't used it for a project yet and I was shocked how well it worked for this. There are many tutorials on how to use Thonny with an ESP32, and I found it to be much quicker than doing this in Arduino/ C++. The main files...
  • Raspi Newspaper Synthesizer/Reader

  • Now we need to add a file that is missing from the tts repositories. Fortunately Google themselves make it available but it needs some modifications to make it work with the Raspi port. You can find the file at https://android.googlesource.com/platform/external/svox/+/9b08cc440f25c4722ca112642be87053fc47f918/pico/tts/com_svox_picottsengine.cpp...