5" Display Kippah Portable Raspberry Pi

Size: px
Start display at page:

Download "5" Display Kippah Portable Raspberry Pi"

Transcription

1 5" Display Kippah Portable Raspberry Pi Created by Ruiz Brothers Last updated on :14:52 PM EDT

2 Guide Contents Guide Contents Overview Portable Pi Touch screen UPDATE Kippah Sauce PowerBoost 1000C Built-in Audio (Optional) 3D Printing Prerequisite Guides Parts Tools and Supplies Circuit Diagram The Circuit Diagram Installation Connect Display Update & Upgrade Install and Try raspi-gpio Install Device Tree Blob Update configuration Touch screen support 3D Printing Customize Design Materials Tolerances Bed Leveling Clean up Assembly Wiring Testing Mounting Process Slide Switch Prep Wires Tin Wires and Switch Connect Wires to Switch Page 2 of 28

3 Slide Switch Audio Cable Measure and Cut Strip It! Tin Wire Extend Ground Insulate Groud Audio Cable Amplifier Prep Wires Tin Wires Connect Wires to Amp Solder Audio Cable to Amp Connect Speaker to Amp Audio Circuit Kippah Prep Wires Tin Kippah and Wires Connect wires to Kippah Wired Kippah Powerboost 1000C Install Switch Machine Screws Install Screws Connect Switch to PowerBoost 1000C Mounting Components Install Amp Connect PAM8302 to PowerBoost 1000C Install Speaker Plug Audio Cable Install Raspberry Pi Circuit Checkpoint Kippah Display Install 40-pin FPC cable Install Kippah Connect Kippah to PowerBoost 1000C Install Display Mount Display Page 3 of 28

4 Connect Extension to Display Connect 40-pin cable to Extension Plug in Battery Test Circuit Closing it up Cable Management Ports Fasten Shut Closed Up Portable Kippah Pi Tripod Adapter Mountable Pi Use and Commence Pi What's that orange keyboard? Made This? Let us know! Page 4 of 28

5 Overview Portable Pi There are many applications where a portable Raspberry Pi can be really useful. In most general usecases, it's convenient to have a Raspberry Pi, display and battery contained in a nice package. In this project, we'll put together a portable Raspberry Pi with a battery and display. This project is relatively simple to put together and only requires a few wired connections. Touch screen UPDATE New version of enclosure now works with 5" 40-pin TFT Display with Touchscreen and Adafruit DPI TFT Kippah for Raspberry Pi with Touch Support ( ( Follow the Kippah Touch tutorial ( for setting up the software. The 3D printed parts are on thingiverse (labled v2). Kippah Sauce This project utilizes the Adafruit DPI Display Kippah "hat-like" board to drive a 5" TFT display without the extra cost and baggage of an HDMI decoder. Kippah gives you nice ultra-fast 18-bit color display. This works great with the 5" displays at 800x480. This display is 'native' so it gets all the graphics accelleration capabilities, instant refresh, etc. you would get from an HDMI display. PowerBoost 1000C The PowerBoost 1000C provides 1A of regulated power to the Raspberry Pi, Kippah and PAM8302 amplifier. On board charging let's you recharge a lipo battery over microusb. In this project we are able to comfortably fit a 2500mAh lipo battery in the 3D printed enclosure. Built-in Audio (Optional) There's enough room in the enclosure to fit a thin plastic speaker and a mono Class D audio amplifier. We can wire up an audio cable (3.5mm jack) to the amp and plug it into the audio jack on the Page 5 of 28

6 Raspberry Pi. This portion can be optional, but the keep in mind there's no access to the audio jack on this 3D printed enclosure. In most cases (with terminal), there is noticeable audio interference. The interference is minimized with the use of startx and emulationstation. 3D Printing This project enclosure was designed specially to fit the components listed in the sidebar and below. The parts unfortunately will not fit on smaller print beds (like the Printrbot Simple). To print the parts, you'll need access to a printer with a minimum build plate of 100mm x 168mm x 30mm. No 3D printer? You could send the parts to be printed by a service like 3D Hubs, MakerXYZ or shapeways. You could also try checking out your local hacker/maker space or library. Prerequisite Guides Check out the guides below to get a better understanding of the Kippah and the Raspberry Pi 2 or B+ (The enclosure is compatible with both). Adafruit DPI Display Kippah ( Introducing Raspberry Pi 2 ( Introducing Raspberry Pi B+ ( Parts Adafruit DPI Display Kippah Raspberry Pi 2 Raspberry Pi B+ 5" TFT display 40-pin PowerBoost 100C PAM8302 Amplifier Thin plastic speaker 2500mAh lithium polymer battery Slide switch Right-angle 3.5mm stereo plug to pigtail cable 3/8" to 1/4" Adapter Screw ( Swivel-Head Pan Tilt ( Tools and Supplies 3D Printer Page 6 of 28

7 Filament Wire Strippers/Cutters 30/26AWG silicone-coated stranded wire Soldering Iron Solder Helping-third hands Panavise Jr. 6 #2-56 3/8 flat Phillips machine screws 8 #4-40 3/8 flat Phillips machine screws Page 7 of 28

8 Circuit Diagram The Circuit Diagram The slide switch connects to the EN and GND pins on the PowerBoost1000C. Connect 5V and GND on the Kippah to the 5V and GND pins on the PowerBoost 1000C. The Vin and GND pins audio amplifier will connect to a set of positive+ and negative- pins on PowerBoost1000C. The speaker connects to the positive+ and negatives- audio out pin on the PAM8302 amplifier. Stereo audio cable plugs into the audio jack on the Raspberry Pi and connects to A+ and A- on the amp. The 5" TFT display connects to a 40-pin FPC extention connector. An included 40-pin cable connects from the Kippah to the extension to the 5" display. JST cable from the lipo battery connects directly to the JST port on the PowerBoost1000C. Page 8 of 28

9 Installation If you just plug in the DPI Kippah, it won't work on a fresh installation of Raspbian! You must set up the special device tree overlay configuration! However, its not too bad, check it out below! We've only tested this device tree overlay/firmware with Raspbian. Since its a bit of a hack, it doesn't work with the native pre-boot 'NooBS' screen. However, it does come up immediately with Raspbian (e.g. you get to see the rainbow square screen) Note these instructions are tested to work with Raspbian Jessie and Wheezy as of 2016/04/11 Connect Display The DPI Kippah has a 40-pin TFT connector. This is a semi-standard connector. A majority of 3.5", 4.3", 5.0" and 7.0" dot-clock DPI displays have this 'standard 40-pin' connector. Check the Downloads page for an example datasheet so you can check if your display is compatible. All Adafruit 40-pin TFT TTL displays work, we do not guarantee any other displays work. In fact, if you connect a display that does not match the right pinout, you could easily fry the display if the 20V backlight pin ends up connected to a logic pin! To connect, gently pull on the two black 'ears' on the FPC connector, and plug in the display so the gold/silver metalic pins are facing 'up' away from the PCB. Update & Upgrade Start by updating and upgrading your Raspberry Pi to the latest software. sudo apt-get update sudo apt-get upgrade We want to get the most recent recent kernel and firmware, so run sudo apt-get install rpi-update Page 9 of 28

10 and then sudo rpi-update Then reboot with sudo reboot Install and Try raspi-gpio To help us debug/make sure we have the right device tree blob, we'll use a tool called raspi-gpio Install it with sudo apt-get install raspi-gpio Then you can run it with sudo raspi-gpio When you run it this time, you'll see the first 'bank' of GPIO pins set to, essentially GPIO nn: level=1 fsel=0 alt= func=input Install Device Tree Blob Now download and install the DPI device tree blob (tip o' the hat to abugsworstnightmare ( from github by running: cd ~ wget sudo cp dt-blob.bin /boot/ in your Pi's command line, to change directories to the home directory, download the blob, then copy it in /boot Update configuration Finally, we'll tell the Pi to use the attached DPI display. The following will work for our 5" and 7" 800x480 displays. Both touch and non-touch displays use the same setup here Start by editing with sudo nano /boot/config.txt Page 10 of 28

11 and add the following lines at the bottom # Disable spi and i2c, we need these pins. dtparam=spi=off dtparam=i2c_arm=off # Set screen size and any overscan required overscan_left=0 overscan_right=0 overscan_top=0 overscan_bottom=0 framebuffer_width=800 framebuffer_height=480 # enable the DPI display enable_dpi_lcd=1 display_default_lcd=1 # set up the size to 800x480 dpi_group=2 dpi_mode=87 # set up the hsync/vsync/clock polarity and format dpi_output_format= # set up the size to 800x480 hdmi_timings= For 4.3" TFT use the following: # Disable spi and i2c, we need these pins. dtparam=spi=off dtparam=i2c_arm=off # Set screen size and any overscan required overscan_left=0 overscan_right=0 overscan_top=0 overscan_bottom=0 framebuffer_width=480 framebuffer_height=272 # enable the DPI display enable_dpi_lcd=1 display_default_lcd=1 # set up the size to 480x272 dpi_group=2 Page 11 of 28

12 dpi_mode=87 # set up the hsync/vsync/clock polarity and format dpi_output_format= # set up the size to 480x272 hdmi_timings= This sets up the screen, if you ever want to 'undo the DPI Hat install' just delete these lines To finish installation, just run sudo reboot Touch screen support If you have a DPI HAT with touchscreen circuitry installed and a touch-screen display, you can easily use it for touch screen support A microusb cable is required (not included) connect it from the MicroUSB connector on the HAT into one of the Pi's USB port No drivers are required! However, you'll likely want to calibrate the screen. We have a calibration helper python script. Start by installing python-pip and pyusb version 1.0.0b1 sudo apt-get install python-pip sudo pip install pyusb==1.0.0b1 Then grab the code and example gradient cd ~ wget mv ar1100py ar1100.py wget If you are running it on a 5" display, continue as is. If you are running it on a 7" display, edit with nano ar1100.py and change this line: writeeeprom = CALIBRATED_5IN_800x480; to writeeeprom = CALIBRATED_7IN_800x480; Then run the calibrator with: cd ~ chmod +x ar1100.py sudo python ar1100.py Page 12 of 28

13 Its normal for the first time you run it, it will complain "Couldn't find generic either" just run it again! Just hit the up arrow on your keyboard and return, to rerun sudo python ar1100.py This time it will continue, program the AR1100 with the calibration data, and give you a rainbow display. When done, hit Escape on your keyboard cd ~ wget sudo cp dt-blob.bin /boot/ -Kippah/master/dt-blob.bin Page 13 of 28

14 3D Printing The parts are optimized to print with no support material. The two enclosure parts are held together with machine screws. They're oriented in center and should be good to print as is. To print the parts, you'll need access to a printer with a minimum build plate of 100mm x 168mm x 30mm c Extruder 10% Infill 5ip2-v2-top.stl about 1hr 20min 2 Shells 90/120 speeds Download CAD files (Thingiverse) Download CAD files (Cults3D) 5ip2-v2-bot.stl - about 1hr and 40min sd-cover.stl - about 5min Customize Design You can modify the original solids in the CAD files to make a custom project. Materials The parts can be printed in different types of filament. The most common filaments like PLA and ABS will do just fine but you can of course experiement with copperfill, bamboofill, Semiflex, PET and Nylon. Tolerances The parts were tested with common printing settings (listed in the table). With a parameter of 2 shells, theres only a few areas where tolerances really matters - the port cutouts and the mounting holes. Test fit the parts by inserting the top enclosure part over the Raspberry Pi. Check to see if the cutouts fit over the USB and ethernet ports. If the cutout is too tight, you can loosen it with a filing tool. Page 14 of 28

15 The standoffs with counter bores should fit the machine screws listed in the BOM. These can be threaded by fastening in the appropriate sized screw. Bed Leveling Any parts with large surface require a well leveled build plate. If you're using a heated bed, you can minimize warping. Blue painters tape, build tak, and sticky adhesives can help keep your part flat and adhere to the bed. Clean up If there's any string or artifacts left over from retraction and oozing, clean up the part by trimming them off using a pair of flush snips. Page 15 of 28

16 Assembly Wiring First section of the assembly requires measuring wires, cutting, stripping, tinning and soldering. It's a good idea to connect the component and test the circuit before mounting anything to the enclosure. Testing With the components wired up, we'll test power to ensure all the connections are solid. We connect the display to the kippah and the Raspberry Pi to ensure the circuit is working properly before mounting. Mounting Once the components are wired up, you'll mount sections of the circuit to the enclosure using machine screws. This will keep everything secured in place. Process This assembly is segmented and formatted linearly to make the build an easy experience. Keeping the circuit modular allows you to trouble shoot more easily and makes mounting parts more optimal. Page 16 of 28

17 Slide Switch Prep Wires Measure, cut and strip two pieces of 30AWG silicone-coated stranded wire. Tin Wires and Switch Use a pair of helping third hands to secure wires/switch in place. Appy small amount of solder to the tips of the wires and the terminals on the slide switch. Connect Wires to Switch Solder both wires to two terminals on the slide switch (one in the center, and another next to that). Cut a piece of shrink tubing and slide that onto the wire to cover it up. Apply some heat to secure the connections. Trim off the unused terminals on the side switch. Slide Switch The slide switch is now ready for some action! Let's set it aside and get to the next section. Page 17 of 28

18 Audio Cable Measure and Cut Grab the right-angled stereo plug to pigtail cable and measure up the length you'll need. If you cut it too short, you can always extend by splicing with a longer wire. Strip It! You'll want to remove about 10mm of insultation from the audio cable. Use wire cutters or a hobby knife to strip the wire. Carefuly bundle the stranded wire and twist it together to make a uniform wire - this is the ground connection. Tin Wire Secure the audio cable to third-helping hands. Apply solder to the ground connection. Trim one of the insulated wires (red or white, doesn't matter these are the 'left' and 'right' channels). We only need one channel and the ground connection. Strip and tin the remaining wire. Extend Ground Trim off about half of the tinned ground connection (it's too long). Prep a new piece of AWG30 silicone-coated stranded wire by measuring, cutting and stripping. Solder it to the ground connection. Insulate Groud Slide a piece of shrink tubing over the ground connection and apply heat to secure the connection. Cut the ground wire to match the length of the channel wire and tin the tip. Audio Cable Page 18 of 28

19 This pigtail is ready for baking! Page 19 of 28

20 Amplifier Prep Wires You can lay down the Powerboost 1000C and PAM8302 amplifier on the enclosure to get an idea for how long the power and ground wires need to be. Cut two pieces of 26AWG silicone-coated stranded wires. Tin Wires Strip the tips of both wire using wire strippers and secure the wires to thirdhelping hands. Apply a small amount of solder to tin the tips. Connect Wires to Amp Apply solder to the pins on the amplifier. To solder the wires to the pins, hold the tip of the soldering iron to the solder joint and insert the wire. Solder Audio Cable to Amp Connect the audio cable to the amp by heating A+ and A- pins with the tip of the soldering iron. Insert the white channel wire to A+ and the ground wire to A-. Connect Speaker to Amp Apply solder to the positive and negative pins on the amplifier and insert the + and - wires from the speaker to the amp. Audio Circuit This beastly audio setup is ready for some thumpin' beats! Page 20 of 28

21 Page 21 of 28

22 Kippah Prep Wires Lay Kippah and Powerboost 1000c on the enclosure to get an idea of wire length. A bit of extra slack is OK, you can shorten it later. 26AWG silicone-coated stranded wire is recommend for power. Tin Kippah and Wires Strip and tin the two wires then, apply solder to the 5V and GND pins on the Kippah. Connect wires to Kippah Appy heat to the solder joints on Kippah and place the tip of the wires to the 5V and GND pads. Wired Kippah This stylin' Kippah is ready for sum Raspberré Pi! Page 22 of 28

23 Powerboost 1000C Install Switch Insert the wires from the switch to the cutout near the bottom of the enclosure. Press the switch into the cutout to snap it into place. Machine Screws You'll need two #4-40 3/8th flat phillips machine screws to secure the PowerBoost 1000C to the enclosure. Install Screws Insert the two screws to the bottom of the enclosure and fasten them in until the tip of the thread pokes through the top of the standoff. Lay the PowerBoost 1000C over the screws and fasten the screws all the through while holding the PCB in place. Connect Switch to PowerBoost 1000C Solder the two wires from the slide switch to pins EN and GND on the PowerBoost 1000C. Page 23 of 28

24 Mounting Components Install Amp Lay the PAM8302 PCB over the standoffs on the enclosure and hold it in place while you fasten a single machine screw to the bottom of the enclosure. Connect PAM8302 to PowerBoost 1000C Get the power and ground wires from the PAM8302 amplifier and solder them to the positive and negative pins on the PowerBoost 1000C. Install Speaker Insert the thin plastic speaker into the cylindrical cavity. Press it down until it snaps into place. Tolerances should be pretty tight. Plug Audio Cable Insert the 3.5mm connector from the audio cable into the audio jack on the Raspberry Pi Install Raspberry Pi Lay the PCB over the standoffs with the ports facing the cutout. Line up the mounting holes on the Pi with the holes on the standoffs. Insert four #4-40 3/8 flat Phillips machine screws and fasten them into place from the top of the Pi. Circuit Checkpoint The bottom half of the project is pretty much finished. The Rasp Pi and audio setup is installed, mounted and wired! Page 24 of 28

25 Kippah Display Install 40-pin FPC cable Open the latch from the Kippah PCB and insert the 40-pin FPC cable. Close the latch to secure it in place. Install Kippah Lay the Kippah over the Raspberry Pi and line up with socket with the header pins. Press the PCB down to secure it into place. Connect Kippah to PowerBoost 1000C Solder the 5V wire from the Kippah to the 5V pin on the PowerBoost 1000C, then solder ground to ground. Install Display Insert the display into the top enclosure part at an angle, with the corners going into the clips. Mount Display Careful bend the enclosure back until the clips allow the display panel to fit under the clips. These clips will hold the TFT panel in place. Connect Extension to Display Pop open the latch from the 40-pin extension and insert the 40-pin cable from the display to the extension board, then close the latch to secure it in place. Page 25 of 28

26 Connect 40-pin cable to Extension Open the latch from the other side of the extension and insert the extension cable connected to the Kippah into the extension board. Plug in Battery Connect the JST cable from the lipo battery to the JST connector on the PowerBoost 1000C. Test Circuit It's a good idea to check your wiring before closing everything up! Power the circuit on with the slide switch and see if it lights ups. Page 26 of 28

27 Closing it up Cable Management The wiring should be pretty tight, with the exception of the 40-pin FPC cable. You ll need to fold this cable and make sure it stays inside the case while closing it up. Ports Insert the ports on the Raspberry Pi into the cut outs on the top half of the enclosure. If you find the cutouts too tight, you can open them up with a filing tool. Fasten Shut Insert #2-56 3/8 flat phillips machine screws into the six counter bores on the bottom of the enclosure. Hold the two half together while fastening the screws. Fasten them in until you feel they re completely joined. Closed Up The enclosure is now secured shut! Portable Kippah Pi This build is pretty much done! You can optionally insert a tripod screw thread to make it mount to any standard tripod. Tripod Adapter Insert the tripod screw into the hole and fasten it with a flat phillips screw driver. Fasten it in until the screw is flush with the surface of the enclosure. Page 27 of 28

28 Mountable Pi This is screw thread is a 1/4" to 3/8" adapter for Tripods. Use and Commence Pi Boot up the Pi and hook up your favorite keyboard. The 2500mAh battery should give you about 2 hours of use, but it'll vary depending on your application. What's that orange keyboard? It's from the Raspberry Pi Kano kit ( Made This? Let us know! If you made this project, please post a make on our Thingiverse page ( It'll let us know you're awesome and we'll feature it on our 3D Hangout show ( Last Updated: :14:53 PM EDT Page 28 of 28

7" Portable HDMI Monitor

7 Portable HDMI Monitor 7" Portable HDMI Monitor Created by Ruiz Brothers Last updated on 2015-10-28 06:10:09 PM EDT Guide Contents Guide Contents Overview DIY Monitor Connect to a Raspberry pi Use as a second monitor Camera

More information

Raspberry Pi Pipboy 3000

Raspberry Pi Pipboy 3000 Raspberry Pi Pipboy 3000 Created by Ruiz Brothers Last updated on 2016-02-05 04:43:25 PM EST Guide Contents Guide Contents Overview Functional Cosplay Props Electronic Parts & Components Tools & Supplies

More information

DIY Wearable Pi with Near-Eye Video Glasses

DIY Wearable Pi with Near-Eye Video Glasses DIY Wearable Pi with Near-Eye Video Glasses Created by Ruiz Brothers Last updated on 2015-02-20 09:31:15 AM EST Guide Contents Guide Contents Overview 3D Printing Disassembly Assembly Video Configurations

More information

DIY Pocket LED Gamer - Tiny Tetris!

DIY Pocket LED Gamer - Tiny Tetris! DIY Pocket LED Gamer - Tiny Tetris! Created by Jianan Li Last updated on 2014-12-11 11:00:38 AM EST Guide Contents Guide Contents Overview Menu Brightness Adjust Tetris Snake Paint Parts & Tools Parts

More information

DIY Bluetooth Gamepad

DIY Bluetooth Gamepad DIY Bluetooth Gamepad Created by Ruiz Brothers Last updated on 2015-03-11 03:15:13 PM EDT Guide Contents Guide Contents Overview Prerequisite Guides Expectations Parts Tools & Supplies Circuit Diagram

More information

Building A Computer: A Beginners Guide

Building A Computer: A Beginners Guide Building A Computer: A Beginners Guide Mr. Marty Brandl The following was written to help an individual setup a Pentium 133 system using an ASUS P/I- P55T2P4 motherboard. The tutorial includes the installation

More information

DIY Y6. Build Manual V.A 2014

DIY Y6. Build Manual V.A 2014 DIY Y6 Build Manual V.A 2014 1 Contents Thanks for purchasing a DIY Y6! These instructions will show you how to assemble a Y6 using the Pixhawk autopilot system and ArduCopter/APM:Copter firmware. If you

More information

GT3B Hack Kit Install Instructions Written By Austin Hutchison

GT3B Hack Kit Install Instructions Written By Austin Hutchison GT3B Hack Kit Install Instructions Written By Austin Hutchison Step 1: Remove 4 screws located on top of the radio. 1 Step 2: There are small plastic latches that also hold the top in place. The easiest

More information

RS232/DB9 An RS232 to TTL Level Converter

RS232/DB9 An RS232 to TTL Level Converter RS232/DB9 An RS232 to TTL Level Converter The RS232/DB9 is designed to convert TTL level signals into RS232 level signals. This cable allows you to connect a TTL level device, such as the serial port on

More information

Document number RS-PRD-00130 Revision 05 Date 20/10/2009 Page 1/30

Document number RS-PRD-00130 Revision 05 Date 20/10/2009 Page 1/30 Date 20/10/2009 Page 1/30 1. Purpose This document describes the field replacement of the footscan plate cable for these models: 2m hi-end plate SN 11/5/xxx 2m pro plate SN 7/5/xxx 0.5m 2003 hi-end plate

More information

3D Print Link's Hylian Shield

3D Print Link's Hylian Shield 3D Print Link's Hylian Shield Created by Ruiz Brothers Last updated on 2015-07-14 04:20:12 PM EDT Guide Contents Guide Contents Overview Parts, Tool & Supplies 3D Printing 3D Printed Parts Slicer Settings

More information

DIY QUAD. Build Manual V.A 2014

DIY QUAD. Build Manual V.A 2014 DIY QUAD Build Manual V.A 2014 1 Contents Thanks for purchasing a DIY Quad! These instructions will show you how to assemble a Quad using the Pixhawk autopilot system and ArduCopter/APM:Copter firmware.

More information

LED Wiring and Connections

LED Wiring and Connections LED Wiring and Connections A Handbook of How-to Manuals 2009 usledsupply. All Rights Reserved. Index These step by step how to manuals will give you the foundation necessary to use your new LED lights.

More information

Assembly and User Guide

Assembly and User Guide 1 Amp Adjustable Electronic Load 30V Max, 1 Amp, 20 Watts Powered by: 9V Battery Assembly and User Guide Pico Load is a convenient constant current load for testing batteries and power supplies. The digital

More information

3D Printing with Bamboo Wood Filament

3D Printing with Bamboo Wood Filament 3D Printing with Bamboo Wood Filament Created by Ruiz Brothers Last updated on 2015-07-28 01:20:09 PM EDT Guide Contents Guide Contents Overview Usage Temperature Guidelines: Compatible Extruders Temperature

More information

Adafruit Pi Box Plus. Created by Phillip Burgess. Last updated on 2014-07-24 08:45:08 PM EDT

Adafruit Pi Box Plus. Created by Phillip Burgess. Last updated on 2014-07-24 08:45:08 PM EDT Adafruit Pi Box Plus Created by Phillip Burgess Last updated on 2014-07-24 08:45:08 PM EDT Guide Contents Guide Contents Assembly Instructions Preparation Parts List Assembly Opening the Lid If Using a

More information

Adafruit NFC/RFID on Raspberry Pi

Adafruit NFC/RFID on Raspberry Pi Adafruit NFC/RFID on Raspberry Pi Created by Kevin Townsend Last updated on 2016-07-18 05:29:08 PM EDT Guide Contents Guide Contents Overview Freeing UART on the Pi Step One: Run raspi-conf Step Two: Disable

More information

Cell Phone Charging Purse

Cell Phone Charging Purse Cell Phone Charging Purse Created by Becky Stern Last updated on 2015-02-20 01:00:16 PM EST Guide Contents Guide Contents Overview Prepare USB and Power Supply Create a Charging Shelf Install Coil in Bag

More information

WIRE, TERMINAL AND CONNECTOR REPAIR CONDUCTORS

WIRE, TERMINAL AND CONNECTOR REPAIR CONDUCTORS CONDUCTORS Conductors are needed to complete the path for electrical current to flow from the power source to the working devices and back to the power source. Special wiring is needed for battery cables

More information

Electronics and Soldering Notes

Electronics and Soldering Notes Electronics and Soldering Notes The Tools You ll Need While there are literally one hundred tools for soldering, testing, and fixing electronic circuits, you only need a few to make robot. These tools

More information

Cover Page. Factory Radio Other Documents Available For This Vehicle:

Cover Page. Factory Radio Other Documents Available For This Vehicle: & nstall Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,,2000. Factory Radio

More information

Time needed: ~3h for lid replacement only. Add 1h for operation harness in lid and ~2h more for installing drive unit and cable harness in trunk.

Time needed: ~3h for lid replacement only. Add 1h for operation harness in lid and ~2h more for installing drive unit and cable harness in trunk. DIY for replacing trunk lid and/or retrofitting electrical operation of trunk lid. This document is meant to be a support and give advice on the procedure but I will take no responsibility for any damage

More information

MTH SD70ACe DCC Ready Soundtraxx AT-1000 EMD 710 Sound Decoder Install Revised June 1, 2011

MTH SD70ACe DCC Ready Soundtraxx AT-1000 EMD 710 Sound Decoder Install Revised June 1, 2011 303 447-9251 Fax: 303 447-1406 Sales@UlrichModels.com Introduction MTH SD70ACe DCC Ready Soundtraxx AT-1000 EMD 710 Sound Decoder Install Revised June 1, 2011 The MTH DCC Ready SD70ACe has very little

More information

FTDI VCP DRIVER (free) (WIN/MAC/LINUX) http://www.ftdichip.com/drivers/vcp.htm

FTDI VCP DRIVER (free) (WIN/MAC/LINUX) http://www.ftdichip.com/drivers/vcp.htm 002 - CONNECTING THE PRINTER Now that you have an idea what 3D printing entails, we can continue and connect the printer to your computer. First make sure you have a computer with a decent amount of RAM

More information

Adafruit Proto Shield for Arduino

Adafruit Proto Shield for Arduino Adafruit Proto Shield for Arduino Created by lady ada Last updated on 2016-08-04 11:06:30 PM UTC Guide Contents Guide Contents Overview Make it! Lets go! Preparation Prep Tools Parts list Parts List Optional

More information

I Click on a link tab to jump to that page

I Click on a link tab to jump to that page & nstall Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. Factory

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Rear Vision System Tailgate Handle Camera Mirror Display 2004-2014 Ford F-150 and 2008-2015 Ford Super Duty (Kit part numbers 9002-9521) Kit Contents: Mirror Tailgate Handle with camera and harness Interior

More information

Quick Start Guide. The Raspberry Pi Single Board Computer. Source: Raspberry Pi & Wiki

Quick Start Guide. The Raspberry Pi Single Board Computer. Source: Raspberry Pi & Wiki Quick Start Guide The Raspberry Pi Single Board Computer Source: Raspberry Pi & Wiki Chapter 1: RPi Hardware Basic Setup Typical Hardware You Will Need While the RPi can be used without any additional

More information

Bill Conkling July 2012

Bill Conkling July 2012 Bill Conkling July 2012 Introduction: For any ham, there are moments that are priceless, like snagging that elusive rare DX station on a deserted island that hasn t been activated in 52 years. And certainly,

More information

5inch HDMI LCD User Manual

5inch HDMI LCD User Manual 5inch HDMI LCD User Manual Features 800 480 high resolution Directly-pluggable into any revision of Raspberry Pi (only except the first generation Pi model B which requires an HDMI cable) Driver is provided

More information

I Click on a link tab to jump to that page. Cover Page

I Click on a link tab to jump to that page. Cover Page & nstall Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. Factory

More information

Gripper Kit for the Boe-Bot Robot (#28202)

Gripper Kit for the Boe-Bot Robot (#28202) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

AMPSEAL* Automotive Plug Connector and Header Assembly

AMPSEAL* Automotive Plug Connector and Header Assembly AMPSEAL* Automotive Plug Connector and Header Assembly Application Specification 24 SEP 97 Rev E All dimensions are given in millimeters unless otherwise specified. All dimensional tolerances are +0.2

More information

Creator Start-up Guide

Creator Start-up Guide www.ff3dp.com Creator Start-up Guide Zhejiang Flashforge 3D Technology Co., Ltd. www.ff3dp.com Contents Precautions:... 1 1. What's in the box?...1 2. Unboxing... 2 3. Initial Hardware Installation...5

More information

430 Power/Electronics Replacement

430 Power/Electronics Replacement Replacing the main board WARNING Before proceeding, turn off the main power switch and unplug the power cord. Caution Make sure you are properly grounded with an ESD strap before continuing. The main printed

More information

AXE114S BINARY CLOCK. revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Version 1.1 12/09/08 AXE114.PMD.

AXE114S BINARY CLOCK. revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Version 1.1 12/09/08 AXE114.PMD. AXE114S BINARY CLOCK Features: The PICAXE binary clock kit tells the time by lighting up blue LEDs in a binary pattern. This is a useful tool for teaching students binary code or simply just confusing/

More information

3D Printed Camera Tripod Adapter for Telescope

3D Printed Camera Tripod Adapter for Telescope 3D Printed Camera Tripod Adapter for Telescope Created by Ruiz Brothers Last updated on 2015-09-29 06:18:55 PM EDT Guide Contents Guide Contents Overview Designed for Mobile Phones 3D Printing Support

More information

AR1100 Resistive Touch Screen Controller Guide

AR1100 Resistive Touch Screen Controller Guide AR1100 Resistive Touch Screen Controller Guide Created by lady ada Last updated on 2015-06-30 01:40:06 PM EDT Guide Contents Guide Contents Overview Calibrating the AR1100 Download and Install AR1100 Configuration

More information

Written By: Walter Galan

Written By: Walter Galan Installing iphone 4S Display Assembly Written By: Walter Galan TOOLS: Phillips 00 Screwdriver (1) Plastic Opening Tools (1) PARTS: iphone 4S Display Assembly (1) iphone 4 and 4S Screen Protector (1) Small

More information

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735 Experience Level: Intermediate Time Required: 1-2 Hours This project automatically records phone calls. The program, along with the adapter records each

More information

Micrio WS1 Replacement Wind Speed Sensor and WC1 Replacement Wind Compass Sensor for Raymarine ST50 and ST60 Wind Instruments. Rev 4.

Micrio WS1 Replacement Wind Speed Sensor and WC1 Replacement Wind Compass Sensor for Raymarine ST50 and ST60 Wind Instruments. Rev 4. Micrio WS1 Replacement Wind Speed Sensor and WC1 Replacement Wind Compass Sensor for Raymarine ST50 and ST60 Wind Instruments. Rev 4.1 The Micrio WS1 Wind Speed Sensor and WC1 Compass Sensor are direct

More information

ScreenLogic Wireless Connection Kit. Installation Guide. pool/spa control system

ScreenLogic Wireless Connection Kit. Installation Guide. pool/spa control system pool/spa control system ScreenLogic Wireless Connection Kit Installation Guide P/N 520663 - Rev B 8 Technical Support Contact Technical Support at: Sanford, North Carolina (8 A.M. to 5 P.M.) Phone: (800)

More information

Written By: Sam Lionheart

Written By: Sam Lionheart iphone 5s Battery Replacement Replace the battery in your iphone 5s. Written By: Sam Lionheart INTRODUCTION Use this guide to bring life back to your iphone 5s with a new battery. Removing the battery

More information

Control Box Wiring For PRSstandard Tool

Control Box Wiring For PRSstandard Tool 888-680-4466 ShopBotTools.com Control Box Wiring For PRSstandard Tool Copyright 2016 ShopBot Tools, Inc. page 1 Copyright 2016 ShopBot Tools, Inc. page 2 Table of Contents Introduction:...5 Installation:...5

More information

Printrbot Getting Started Guide. For models: Simple

Printrbot Getting Started Guide. For models: Simple Printrbot Getting Started Guide For models: Simple Contents 4 4 4 5 5 5 6 6 6 6 7 8 Chapter 1: Welcome Overview Support Chapter 2: Your Printrbot has arrived... now what? Printrbot Kits Pre-Assembled Printrbots

More information

BUILDING INSTRUCTIONS

BUILDING INSTRUCTIONS etap2hw 38 mm I2C to LCD Interface BUILDING INSTRUCTIONS October 2013 P. Verbruggen Rev 1.01 15-Oct-13 Page 1 Table of Contents Chapter 1 General Information 1.1 ESD Precautions 1.2 Further Supplies 1.3

More information

I Click on a link tab to jump to that page. Cover Page

I Click on a link tab to jump to that page. Cover Page Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. Factory Radio Other

More information

INSTALL/REMOVAL INSTRUCTIONS: WINDOW REGULATOR

INSTALL/REMOVAL INSTRUCTIONS: WINDOW REGULATOR REMOVAL/INSTALL OF WINDOW REGULATOR (741-306) Honda Accord 2003 07 General Tech Tips: Use painter s tape rather than duct tape to secure window. It will not damage paint or leave sticky residue. A plastic

More information

Model 201 Wiegand Touchpad Reader Installation Guide

Model 201 Wiegand Touchpad Reader Installation Guide Model 201 Wiegand Touchpad Reader Installation Guide P/N 460353001C 15AUG11 2011 UTC Fire & Security. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced without

More information

GUITAR PREAMPLIFIER WITH HEADPHONE OUTPUT K4102

GUITAR PREAMPLIFIER WITH HEADPHONE OUTPUT K4102 H4102IP-1 GUITAR PREAMPLIFIER WITH HEADPHONE OUTPUT K4102 Practice the guitar without disturbing others. Features & Specifications Features: An electric guitar cannot be connected to just any amplifier

More information

Build Your Own Solar Car Teach build learn renewable Energy! Page 1 of 1

Build Your Own Solar Car Teach build learn renewable Energy! Page 1 of 1 Solar Car Teach build learn renewable Energy! Page 1 of 1 Background Not only is the sun a source of heat and light, it s a source of electricity too! Solar cells, also called photovoltaic cells, are used

More information

CONTENTS TOOLS REQUIRED: Ratchet 13mm Socket 10mm Socket Phillips Screwdriver Pliers Panel Removal Tool. Amp Installation

CONTENTS TOOLS REQUIRED: Ratchet 13mm Socket 10mm Socket Phillips Screwdriver Pliers Panel Removal Tool. Amp Installation CONTENTS 1EA. SUBWOOFER ASSEMBLY P/N RUWRANGLER 1EA. 200 WATT AMP/BRACKET ASSEMBLY P/N RM11JKBTL - Bracket P/N RE08BTL200R - Amp 1EA. POWER HARNESS P/N RHWRANGLERPWR 1EA. OVERLAY HARNESS P/N RHWRANGLER

More information

step 1 Unpack the lunchbox And check whether you have got all the components~ If you have questions please contact us at: info@unitunlikely.

step 1 Unpack the lunchbox And check whether you have got all the components~ If you have questions please contact us at: info@unitunlikely. step 1 Unpack the lunchbox And check whether you have got all the components~ If you have questions please contact us at: info@unitunlikely.com This part is called the PCB (printed circuit board). All

More information

EXPLORE 4-Leg Teaming Table with Screen Share Assembly Instructions

EXPLORE 4-Leg Teaming Table with Screen Share Assembly Instructions EXPLORE 4-Leg Teaming Table with Screen Share Monitor Display Requirements: your flat panel display must confirm to the following requirements. y With the stand removed, the monitor must not exceed 40

More information

Basic soldering is a skill that's easy to learn and not too hard to master. It just takes practice.

Basic soldering is a skill that's easy to learn and not too hard to master. It just takes practice. From www.mediacollege.com How to Solder Basic soldering is a skill that's easy to learn and not too hard to master. It just takes practice. There is a huge range of soldered joints out there, from tiny

More information

Playing sounds and using buttons with Raspberry Pi

Playing sounds and using buttons with Raspberry Pi Playing sounds and using buttons with Raspberry Pi Created by Mikey Sklar Last updated on 2015-04-15 01:30:08 PM EDT Guide Contents Guide Contents Overview Install Audio Install Python Module RPi.GPIO

More information

PiFace Control & Display

PiFace Control & Display PiFace Control & Display A Plug and Play Device to control Raspberry Pi Exclusively From Quick Start Guide Version 1.0 Dated: 30 th Oct 2013 Table Of Contents Page No 1. Overview 2 2. Fitting the PiFace

More information

The definite Guide to Power connectors, Charging, and other Power related questions for the #11 Keychain Camera

The definite Guide to Power connectors, Charging, and other Power related questions for the #11 Keychain Camera The definite Guide to Power connectors, Charging, and other Power related questions for the #11 Keychain Camera The same questions are being asked over and over again. I hope that this guide will clarify

More information

INSTALL/REMOVAL INSTRUCTIONS: WINDOW LIFT MOTOR

INSTALL/REMOVAL INSTRUCTIONS: WINDOW LIFT MOTOR REMOVAL/INSTALL OF WINDOW LIFT MOTOR (742-273) Ford Expedition 1997 2002, Lincoln Navigator 1998 2002, Ford F-150 Super Crew Cab 2001 General Tech Tips: Use painter s tape rather than duct tape to secure

More information

ROTOPOD PERISCOPE LIGHTING KIT (for MCWHLR & Daniel D/Xeno Periscopes)

ROTOPOD PERISCOPE LIGHTING KIT (for MCWHLR & Daniel D/Xeno Periscopes) ROTOPOD PERISCOPE LIGHTING KIT (for MCWHLR & Daniel D/Xeno Periscopes) 14-APR-2012_rev 1.2 I designed the Periscope Lighting Kit to be as flexible as possible. Every LED is individually controllable. I

More information

110244-003. PrintPAD CN3/4/3e/4e. User Guide

110244-003. PrintPAD CN3/4/3e/4e. User Guide 110244-003 PrintPAD CN3/4/3e/4e User Guide TABLE OF CONTENTS PrintPAD CN3/4 & PrintPAD CN3e/4e Printer Views...1 Open View...1 Closed View...1 Using Batteries: General Guidelines...1 Installing and/or

More information

ilan Ethernet Box for 9100 Installation Manual

ilan Ethernet Box for 9100 Installation Manual ilan Ethernet Box for 9100 Installation Manual 07103-00154 March 11, 2014 Corporate Headquarters: 21405 B Street Long Beach, MS 39560 Phone: (800) 259-6672 Fax: (228) 868-9445 Copyright Notice 2014 Triton.

More information

HP Pavilion All-in-One MS200 series PC. Upgrading and Servicing Guide. Printed in

HP Pavilion All-in-One MS200 series PC. Upgrading and Servicing Guide. Printed in HP Pavilion All-in-One MS200 series PC *579907-001* *579907-001* Printed in Upgrading and Servicing Guide Replacing a Wireless Keyboard or Mouse...2 Before You Begin... 2 Replacing the Keyboard or Mouse...

More information

Elecraft K3 KPA3 Power Connector Replacement Revision A Review, April 16, 2012 Copyright 2012, Elecraft, Inc. All Rights Reserved

Elecraft K3 KPA3 Power Connector Replacement Revision A Review, April 16, 2012 Copyright 2012, Elecraft, Inc. All Rights Reserved Introduction Elecraft K3 KPA3 Power Connector Replacement Revision A Review, April 16, 2012 Copyright 2012, Elecraft, Inc. All Rights Reserved The connectors furnishing high current to the KPA3 module

More information

Monitor Your Home With the Raspberry Pi B+

Monitor Your Home With the Raspberry Pi B+ Monitor Your Home With the Raspberry Pi B+ Created by Marc-Olivier Schwartz Last updated on 2015-02-12 03:30:13 PM EST Guide Contents Guide Contents Introduction Hardware & Software Requirements Hardware

More information

How to choose the very best connectors for your speaker cables and enjoy superb sound from your music system

How to choose the very best connectors for your speaker cables and enjoy superb sound from your music system Not all speaker plugs sound the same How to choose the very best connectors for your speaker cables and enjoy superb sound from your music system By Graham Nalty MA Not all speaker plugs sound the same

More information

Strato Pi Hardware Guide

Strato Pi Hardware Guide Strato Pi Hardware Guide October 2015 Revision 001 a professional expansion board for Raspberry Pi 2 Introduction 3 Features 4 Usage and connections 5 Hardware Installation 5 Strato Pi boards 5 Strato

More information

BODY-12, Door Handle - Removal, Installation, and Adjustment

BODY-12, Door Handle - Removal, Installation, and Adjustment Introduction BODY-12, Door Handle - Removal, Installation, and Adjustment There are many different procedures floating around describing how to replace the door handles on a 944 and every one of them will

More information

Printrbot Getting Started Guide. For models: Printrbot Plus (v2) Printrbot LC (v2) Printrbot jr

Printrbot Getting Started Guide. For models: Printrbot Plus (v2) Printrbot LC (v2) Printrbot jr Printrbot Getting Started Guide For models: Printrbot Plus (v2) Printrbot LC (v2) Printrbot jr Contents 4 Chapter 1: Welcome 4 Overview 4 Support 5 Chapter 2: Your Printrbot has arrived... now what? 5

More information

POWERPOLE CONNECTOR GENERAL INSTALLATION TIPS

POWERPOLE CONNECTOR GENERAL INSTALLATION TIPS POWERPOLE CONNECTOR GENERAL INSTALLATION TIPS Assemble the red and black plastic housings together correctly on the first try, they fit snugly and can be difficult to get apart. See the picture below for

More information

BUILT-IN DISHWASHER INSTALLATION INSTRUCTIONS

BUILT-IN DISHWASHER INSTALLATION INSTRUCTIONS BUILT-IN DISHWASHER INSTALLATION INSTRUCTIONS PLEASE READ COMPLETE INSTRUCTIONS BEFORE YOU BEGIN LEAVE INSTALLATION INSTRUCTIONS AND USER'S GUIDE WITH OWNER ALL ELECTRIC WIRING AND PLUMBING MUST BE DONE

More information

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2015-11-25 11:50:13 PM EST Guide Contents Guide Contents Overview You Will Need Downloading

More information

400W MONO/STEREO AMPLIFIER

400W MONO/STEREO AMPLIFIER 400W MONO/STEREO AMPLIFIER Universal, robust and compact are the words to describe this amplifier. Total solder points: 264 Difficulty level: beginner 1 2 3 4 5 advanced K4005B ILLUSTRATED ASSEMBLY MANUAL

More information

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0

Joule Thief 3.0 Kit. June 2012, Rev 1 1 http://www.easternvoltageresearch.com Joule Thief 3.0 Kit Instruction Manual Eastern Voltage Research, LLC June 2012, Rev 1 1 http://www.easternvoltageresearch.com HIGH BRIGHTNESS LED THIS KIT USES A 1W CREE, HIGH BRIGHTNESS LED. DO NOT STARE AT THIS (OR

More information

Adafruit's Raspberry Pi Lesson 5. Using a Console Cable

Adafruit's Raspberry Pi Lesson 5. Using a Console Cable Adafruit's Raspberry Pi Lesson 5. Using a Console Cable Created by Simon Monk Last updated on 2014-09-15 12:00:13 PM EDT Guide Contents Guide Contents Overview You Will Need Part Software Installation

More information

How to modify a car starter for forward/reverse operation

How to modify a car starter for forward/reverse operation How to modify a car starter for forward/reverse operation Ok, start by choosing a starter. I took a starter out of an older style Nissan Sentra. I chose this particular starter for two reasons: 1. It was

More information

Overnight Sensations Speaker Kit

Overnight Sensations Speaker Kit Overnight Sensations Speaker Kit Thank you for purchasing the Overnight Sensation cabinet kit. This speaker kit was precision cut using CNC machinery for the best possible fit and finish. With a little

More information

Installation Instructions for FT-10 Network PowerCommand ATS Communication Module (NCM) Kits 541 0812 and 541 0868

Installation Instructions for FT-10 Network PowerCommand ATS Communication Module (NCM) Kits 541 0812 and 541 0868 Instruction Sheet 10-2004 Installation Instructions for FT-10 Network PowerCommand ATS Communication Module (NCM) Kits 541 0812 and 541 0868 PowerCommand is a registered trademark of Cummins Inc. InPower

More information

OWNER'S MANUAL HIGH PERFORMANCE AMPLIFIERS

OWNER'S MANUAL HIGH PERFORMANCE AMPLIFIERS OWNER'S MANUAL HIGH PERFORMANCE AMPLIFIERS B2 has through years of dedication introduced our line of Ref 0.5 & Anno amplifiers. The B2 line up are made to fullfil our philosophy for amplifiers; A variety

More information

Modifying the Yaesu FT-847 External 22.625 MHz Reference Input

Modifying the Yaesu FT-847 External 22.625 MHz Reference Input Modifying the Yaesu FT-847 External 22.625 MHz Reference Input David Smith VK3HZ Introduction This document describes the modification of an FT-847 to allow an external 22.625 MHz Reference oscillator

More information

Part Name/Description Part Number Quantity. Power Cable 4000950-5 1

Part Name/Description Part Number Quantity. Power Cable 4000950-5 1 Note: Indented items indicate parts included in an assembly listed above Part Name/Description Part Number Quantity Power Cable 4000950-5 1 Raven Harness Adapter Kit 4100525 1 Installation Instructions

More information

I Click on a link tab to jump to that page. Cover Page

I Click on a link tab to jump to that page. Cover Page & nstall Publication, Duplication, or Retransmission Of This Document Not Expressly Authorized n Writing By The nstall Doctor s Prohibited. Protected By U.S. Copyright Laws. 1997,1998,1999,2000. Factory

More information

ECEN 1400, Introduction to Analog and Digital Electronics

ECEN 1400, Introduction to Analog and Digital Electronics ECEN 1400, Introduction to Analog and Digital Electronics Lab 4: Power supply 1 INTRODUCTION This lab will span two lab periods. In this lab, you will create the power supply that transforms the AC wall

More information

The Ultimate XBOX 360 Guide to Fix 3 Red Lights (RROD)

The Ultimate XBOX 360 Guide to Fix 3 Red Lights (RROD) The Ultimate XBOX 360 Guide to Fix 3 Red Lights (RROD) We offer a wide range of repair kits to meet just about everyone's needs. We offer kits ranging from just hardware, to kits that include hardware,

More information

7-SEGMENT DIGITAL CLOCK

7-SEGMENT DIGITAL CLOCK 57mm 7-SEGMENT DIGITAL CLOCK Large 57mm clock & temperature display with extra unique feature Total solder points: 263 Difficulty level: beginner 1 2 3 4 5 advanced K8089 ILLUSTRATED ASSEMBLY MANUAL H8089IP-1

More information

Adding a Real Time Clock to Raspberry Pi

Adding a Real Time Clock to Raspberry Pi Adding a Real Time Clock to Raspberry Pi Created by lady ada Last updated on 2016-04-29 11:45:10 PM EDT Guide Contents Guide Contents Overview Wiring the RTC Set up I2C on your Pi Verify Wiring (I2C scan)

More information

Wall Mount Installation and Use

Wall Mount Installation and Use Wall Mount Installation and Use 1. Introduction The Wall Mount works the same way for all Touchfire cases - the one or two row magnet strip on the back of the case is magnetically attracted to the Wall

More information

P150SC15. Designed for 2015 Ford F150 Super-Cab and Super-Crew vehicles without Sony System. 2015 Stillwater Designs P150SC15-A2-20150813

P150SC15. Designed for 2015 Ford F150 Super-Cab and Super-Crew vehicles without Sony System. 2015 Stillwater Designs P150SC15-A2-20150813 P150SC15 Designed for 2015 Ford F150 Super-Cab and Super-Crew vehicles without Sony System Subwoofer Assembly Amplifier Assembly Amplifier Harness 2015 Stillwater Designs P150SC15-A2-20150813 M6 Bolt M6

More information

Setting up a Raspberry Pi as a WiFi access point

Setting up a Raspberry Pi as a WiFi access point Setting up a Raspberry Pi as a WiFi access point Created by lady ada Last updated on 2015-03-10 04:30:11 PM EDT Guide Contents Guide Contents Overview What you'll need Preparation Check Ethernet & Wifi

More information

Martin County Amateur Radio Association. Nightfire Kits 1 LED Torch Kit 270016. Contents. Description

Martin County Amateur Radio Association. Nightfire Kits 1 LED Torch Kit 270016. Contents. Description Nightfire Kits 1 LED Torch Kit 270016 1 Contents Nightfire Kits LED Torch Kit 270016... 1 Description... 1 Safety and Assembly of the kit... 6 Required and Useful Tools... 7 Assembly... 8 Checkout and

More information

Guide for Modified Assembly: Lightning McQueen. By: Collin Patterson, University of Delaware. Materials and Tools:

Guide for Modified Assembly: Lightning McQueen. By: Collin Patterson, University of Delaware. Materials and Tools: Guide for Modified Assembly: Lightning McQueen By: Collin Patterson, University of Delaware Materials and Tools: PVC o 40 inches of 1 in diameter PVC o 25 inches of ¾ in PVC o 4 x 1 in elbows o 2 x ¾ in

More information

Scorpius Installation Guide Version 1.7

Scorpius Installation Guide Version 1.7 Scorpius Installation Guide Version 1.7 Updates on yellow since Version 1.5 Updates on green since Version 1.6 CONTROLLER Install 2 x AAA batteries by removing casing and knob screws. Ensure polarity is

More information

Inspiron 13. Service Manual. 7000 Series. Computer Model: Inspiron 13 7348 Regulatory Model: P57G Regulatory Type: P57G001

Inspiron 13. Service Manual. 7000 Series. Computer Model: Inspiron 13 7348 Regulatory Model: P57G Regulatory Type: P57G001 Inspiron 13 7000 Series Service Manual Computer Model: Inspiron 13 7348 Regulatory Model: P57G Regulatory Type: P57G001 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps

More information

Reasons for reissue are in Section 6, REVISION SUMMARY.

Reasons for reissue are in Section 6, REVISION SUMMARY. Figure 1 This instruction sheet covers the application of OPTIMATE FSMA Fiber Optic Connector Types 905 and 906 for data and telecommunications applications. Base part numbers which apply to each type

More information

200W DISCRETE POWER AMPLIFIER K8060

200W DISCRETE POWER AMPLIFIER K8060 H8060IP-1 200W DISCRETE POWER AMPLIFIER K8060 Ideal for active speaker system or subwoofer, guitar amp, home theatre systems, instrument amp, etc. Features & Specifications Specifications: Excellent value

More information

DYI INNOVA LIGHT BAR

DYI INNOVA LIGHT BAR H U R D U S E W www.hurdusew.com PATRICK HURD: phurd99@gmail.com Southwest Florida phurd99@gamai.com www.hurdusew.com PARTS NEEDED All the parts were purchased at Home Depot Total Cost: 224.51 All parts

More information

Drive Doctor for Nintendo Wii

Drive Doctor for Nintendo Wii Drive Doctor for Nintendo Wii Installation Guide. Warning: Installation of Drive Doctor for Nintendo Wii requires you to have some prior experience of soldering, and demands careful following of these

More information

K128. USB PICmicro Programmer. DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong. http://www.kitsrus.com mailto: peter@kitsrus.

K128. USB PICmicro Programmer. DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong. http://www.kitsrus.com mailto: peter@kitsrus. K128 USB PICmicro Programmer DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong http://www.kitsrus.com mailto: peter@kitsrus.com Last Modified March 31 2003 Board Construction The board is

More information

Drive a 16x2 LCD with the Raspberry Pi

Drive a 16x2 LCD with the Raspberry Pi Drive a 16x2 LCD with the Raspberry Pi Created by Mikey Sklar Last updated on 2015-04-17 05:50:06 PM EDT Guide Contents Guide Contents Overview To Follow This Tutorial You Will Need Wiring the Cobbler

More information