Close

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

  • Raspberry Pi Zero Prism

  • On The Raspberry Pi Zero in Terminal and type these commands to install theRTL8723BU Wifi+Bluetooth 4.0 module (should take about 1 hour to compile)First Lets install the Wifi driverspi@raspberrypi:~ $ sudo apt-get install raspberrypi-kernel-headers...
  • Arduino Code

  • // i2c and u8g library for 1306 oled display #include #include "U8glib.h" #define R_LOW 100 // 100k or 10k resistor, 1%, smd1206, 1/10 watt #define R_HIGH 5000 // 5M or 500k resistor, 1%, smd1206, 1/10 watt #define AREF 1.1 // Aref pin voltage #define...
  • Installation

  • You can follow the video tutorial (part 04:24-05:55), or follow written instructions. To start, you need to: download the latest release of IDE package from GitHub: https://github.com/adbrt/cb-legacy-dev/releasesit will contain the installation script,...
  • Mount the PCB

  • The PCB Mount Frame is designed to mount the V3.0 PCB ( 100 x 86 mm). The PCB mount has text on it to show orientation and the battery goes to the top of the assembly. Align the PCB in such a way that the battery holder on the PCB and the mounting plate...
  • PCB Design

  • I designed my PCB Christmas tree using Autodesk EAGLE. EAGLE is an electronic design automation (EDA) software enabling schematic diagrams design, component placement and PCB routing. I started the design by creating the schematic of the electronic circuit....
  • 1Charger

  • Calibration1.   #define CALIBRATION in software and recompile and flash ATtiny8612. For each range make two measurements in order to calculate the line v=k*ADC + m. With this simple approach I get about  10-20mV and 10-20mA accuracy ( compared...
  • add BNC jacks and wire everything up!

  • Mount the BNC jacks into the side panel. Solder wires connecting the ground terminals of the BNC jacks to each other, and another connecting them to the ground on the shield. The gold pin on the 3 BNC jacks should be connected to Pin 2 (this is the external...
  • Step 2: Connection of Arduino Clock

  • Connect SCL pin to RTC module to the Arduino A5Connect SDA pin to RTC module to the Arduino A4Connect VCC TO 5v and GND TO GNDConnect a pushbutton to the pin 8Connect another pushbutton to the pin 9Connect RS of LCD to pin 2 of ArduinoConnect E of LCD...
  • Connections for Components

  • Lidar 1 (Power) to community Power Lidar 2 to Nano A4 (orange) Lidar 3 to Nano A5 (white) Lidar 4 (Ground) to community ground Lidar 5 to community ground (I2C Programming) Lidar 6 Unused Capacitor Positive to community power Capacitor Neg to community...
  • USB Caliper HID

  • //--------------------------------------------------------------------- // USB Caliper HID // // version 0.1 - incomplete, only caliper read and output to USB // structure in place. Enough to read from Caliper // and output it. //---------------------------------------------------------------------...
  • Pin configuration

  • For this project i've choosed to use the ethernet shield with a led marquee but i couldn't interface everything on the same board due to pins conflict, instead i've choose to use 2 board, one will be the master who retrieve data from internet, and the...