Close

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

  • Parts Selection and Ordering

  • Parts Selection I would say in general there are four categories of parts that you need to manage where some are customizable ordering-wise while others are fixed.  The PCBsThe Electronics BOMThe Miscellaneous BOMThe Housing The PCBs Honestly the...
  • Program

  • Download the project file here.Open the project using Workshop 4. This project uses the Visi Environment.You can modify the properties of all the objects and buttons using the object inspector.You can change the trigger voltage level at which the...
  • VR Tracker

  • They are two main components in the system : the cameras and the gateway.The cameras are based CMUcam5 from Charmed Labs which is a position tracking camera which can output 2D coordinates. Why this camera ?I have tested almost every alternatives, and...
  • Tuya Application Setup

  • We assume that you are already familiar with the Tuya Platform and have created your account. Make sure you install tuyaos-link-sdk in Python. Tuya IoT Platform(Web) Once logged in, create a new product (follow this simple tutorial as a getting started...
  • SMS

  • Let's create a SMS alert whenever the scale takes a weight measurement.We are going to follow the Trigger notification setup process outlined here. Make sure your weight history data bucket is loaded.Click on the bucket's settings (under its name)...
  • Programming the Trundlebot

  • You can programme the Trundlebot using Micropython. If you are new to this then I suggest continuing with the examples on the raspberry Pi site linked above. To move the Trundlebot we have four commands in the trundle library. Forward, Back, Left and...
  • Powersupply / MIDI / Audio Out

  • Next thing was the PSU. Since I had a spare NiftyCase laying around, and they have a PSU / MIDI In and Audio Out already in the case, I decided to just canibalize this. The NiftyCase electronics consists of two PCBs, connected with a ribon cable. I laser...
  • Sensor Interfacing

  • We will see how to interface the 3 given sensors to an Arduino UNO or Arduino compatible board. So, let us start with the first sensor that is the CCS811 Sensor. 1.1 CCS-811 Gas Sensor Arduino Interfacing The CCS811 is an I2C sensor hence the interfacing...
  • Coding for Receiver

  • #include "Arduino.h" #include #include #include #include #include // How many leds in your strip? #define NUM_LEDS 1 #define DATA_PIN 27 // Define the array of leds CRGB leds[NUM_LEDS]; String knownBLEAddresses[] = {"24:a1:60:53:06:3e"}; int RSSI_THRESHOLD...
  • Creating the L298n Circuit

  • The primary purpose of the circuit on our ROV is to take input from a program and use this input to control the motors.  Obtain 2 L298n motor controllers.Connect the 12 volts and ground to the two terminals. Connect the 5 volts terminal to...
  • 3. Peripherals Setup: TFT Display Control

  • This step describes the TFT display setup for PiCon One. The TFT display I am using is the Adafruit 3.5 480x320 display with product ID 2050. The current pin assignment for this TFT on PiCon One v1.0a is matching the Adafruit 3.5 PiTFT (product ID 2097)....