How to add a chip socket into your chipable ECU

Size: px
Start display at page:

Download "How to add a chip socket into your chipable ECU"

Transcription

1 How to add a chip socket into your chipable ECU 1 / 7 In the tuning world if you decide that you would like to keep the stock ECU and just adjust the maps contained within then this is the guide for you. My neighbor needed this done so today we are going to chip a Honda ECU, P28 or similar. The basic skills of this really apply toward chipping any ECU that just lacks a few components, the other main intent of this guide is to outline some help de-soldering techniques. So lets take a look at our ECU, with this specific computer the area that needs components inserted into it is actually surrounded in a dashed white line, interesting convenience. The 27C256 outline below is the "EPROM" which will actually contain the maps. This is the chip that you "burn", the other chip "74HC373" acts as an "interface" between the EPROM and the processor inside the ECU. Notice how all the pads are filled with solder to lets goto work exposing the holes: Looking at the below picture just the left of center you'll see a group of 4 rectangular pads and 2 more off the right that are flat in comparison to the pads in the very center of the picture, these are the holes that we will use as an example (note the completed added chip socket pads make up the row just below)

2 2 / 7 Next I tinned every pad that needs to be de-soldered, adding a little bit of new solder to make the overall process easier. I have noticed that old pads will be significantly harder to clean up without tinning them in this way. I don't even touch the solder to the pad I touch it to the top of the iron's tip, the pad will instantly flash into an all liquid state, then you can move onto the next pad: For the actual de-soldering part you'll be needing some solder wick. This is basically a fine braided flat copper wire rolled onto a mini spool. Out of the brands I have used so far, pro wick has been the best. You'll want to select the widest wick possible to suit your application, also when working with it keep in mind that copper transfers heat extremely well so you will want to keep your finger placed up the wire a bit so you don't burn it. I always bend a 90 degree angle in it so the wick doesn't flash or suck up the solder from neighboring components: When actually de-soldering you'll want to move up the wick about or at least 1/4 on an inch, or 10mm with every next pad you de-solder, and your soldering iron will need to be on a higher setting, I set my digitally controlled Weller somewhere around degrees F (420* C). The reason for the spacing is the flux of the solder will spread out on either side of the heat point as the solder transfers to the wick, resulting in a reduced overall sponging capacity at close distances from the central de-solder point on the wick, so

3 3 / 7 spacing yourself on the wick is critical. If you don't suck up all the solder so the hole is clean through, grab your roll and re-tin the pad, move further down the wick (maybe a slightly greater distance than before.) and press and hold for approximately 5 seconds, you will be able to see the sponging action take place as it happens and if you keep an eye on the wick you can see why the spacing is needed. Not everyone is perfect not even me, I missed the first two holes because when I folded the end I started to close to the end (you'll want to in-set 1/4 inch when starting from the solder wick end) and the subsequent attempt was also too close the 1st: Here is the top of the solder wick so you can get a better idea of spacing / what it looks like goobered up: Looking at the bottom side you can tell it's a pretty continuous line of solder, remember that the thinner the wick the further you'll need to expect to space out:

4 4 / 7 Researching Here is a picture Realityshowing the components added into the holes we just cleared out, the two brown/black/orange resistors in the center make up the "center reference point" in the top picture: Next I cleared the solder pads for the 74HC373, and it's "noise capacitor" off to the right. Notice in this picture I only missed one hole, the other hole for the capacitor. Some good soldering tips to keep in mind is remember to regularly sponge your iron tip and tin appropriately. Remember to heat the surface that you are applying solder to before applying the solder rather than globbing it on the iron. Here is the completed added in circuit, we are now ready to pop in our EEPROM with our custom maps and start tuning. All of this for the sweet sounds of boost:

5 5 / 7 The type of chip used in this to store the maps is of the usual 27C eprom series flavor, we use the SST 27SF512. This is pin to pin compatible with the 27cxxx series eprom chips but this one is electrically eraseable because it contains flash memory. It's compatible with the Willem prom burners for sure and I have had great success with this chip, so it comes highly recommended: Daughter Boards: Chip tuning an ECU isn't always as straight forward as it is on Honda ECU shown above. There are several different scenarios which can warrant the use of a daughter board. Sometimes they are needed in the form of a Romulator, which creates a real time tunable environment for the ecu by holding the entire contents of the EPROM in a ram and that is where the ECU reads it from, all while you're plugged into a serial port on the board with your laptop adjusting the values with the car on a Dyno. If the ECU needs to deal with checksums in some cases you'll need to shut down the engine to write the new data but its still much faster than burning and juggling chips. There are external types of ROM Emulators and then there are those that have been consolidated into a plugable, hideable board. Sometimes performance companies package this concept into their design and you get products like what Hondata offers.

6 6 / 7 Sometimes a board is required when the issue at hand is more technical. The Subaru SVX ECU is a great example, actually many OBDI JECS ecu's required a sort of "adapter board" to be able to adjust the ROM inside. The reason for this is because the JECS ECU's use chips that have 16 address and data lines, but the two functions are multiplexed over the same set of wires. (Each pin is both an address and data line) Since programmers and proms of that style aren't readily available or cost thousands of dollars a board adapting to a more economical solution is the best bet. In this case the JECS ecu I am modifying uses a 27c1028 Eprom, which isn't available anymore. This adapter board pictured below converts the 27c1028 into a 16bit EPROM. This PROM not only had the 16 address and data lines, but it also is large enough in capacity that it can hold two separate maps. (The square chip pictured below) The other two chips that are off to the side will take the data output from the EPROM and retain it in a temporary memory until the ECU needs to read the next 16 bits of data: This is a nice little production piece, but still not completely practical for the DIY user, since this utilizes a 16 bit EPROM you'll need to find an adapter for your programmer to be able to use it. (I bought my programmer with a 16 bit adapter) There is however more than one way to a solution. A very nice man by the name of Phil developed an adapter board for the Subaru SVX and instead of using 1 16 bit EPROM it utilizes 2 8 bit PROMS and merges the two together (ODD and EVEN) to create a 16 bit data signal back to the ECU's upgrade socket. These proms are extremely common and even come in a EEPROM from so there is no fuss with a window that you need to have a UV light to erase, it's all done electrically. This information and just about everything you need to get started reverse engineering SVX and other JECS ECU's can be found on his site: There is much there to read and should take you a couple of weeks of reading and experimentation to grasp the fundamentals, and once you do have them you'll be well on your way to not only tuning your car, but modifying other code and having a better understanding of how EFI works in it's OEM implemented form. After ordering the board via the Express PCB software I received the boards in the mail about a week later and obtained the

7 Powered by TCPDF ( 7 appropriate parts and assembled them: This is what I have been running in my car since, I bought some ZIF sockets that plug into the regular sockets for tuning purposes. It's sure nice to not have to pry the chips out every time and when you're done you can plug the chips into a more permanent home leaving ample room for the cover to go back on without the risk of shorting. They make shorter height ZIFs but at the time those options seemed to be a lower quality option. That pretty much covers all your possible tuning options when working with a factory pre OBD-II ecu. If you have a car that is OBD-II ( or newer) you have the major convenience of not having to fuss with any of this stuff (usually) and you can make adjustments and upload new images via the diagnostic port. Of course there are some complications because of "security" measures implemented by each manufacturer.. (i.e. Checksums, and even encryption) These however can and have been sidestepped time and time again. This guide was intended to be general, if you would like to see anything added on to it or have any questions please feel free to me. / 7

Part 2: Building the Controller Board

Part 2: Building the Controller Board v3.01, June 2018 1 Part 2: Building the Controller Board Congratulations for making it this far! The controller board uses smaller components than the wing boards, which believe it or not, means that everything

More information

imac Intel 21.5" Retina 4K Display (2017) RAM

imac Intel 21.5 Retina 4K Display (2017) RAM imac Intel 21.5" Retina 4K Display (2017) RAM Replacement Learn how to replace or upgrade the RAM in your 2017 Retina 4K imac. Written By: Evan Noronha ifixit CC BY-NC-SA www.ifixit.com Page 1 of 38 INTRODUCTION

More information

ZX81 ULA Replacement. Installing the ULA

ZX81 ULA Replacement. Installing the ULA ZX81 ULA Replacement The ZX81 ULA replacement is a plug in pin compatible clone of the original ZX81 ULA with a bit of an extra boost. Installing the ULA The replacement ula includes circuitry to directly

More information

OBDI Tune Kit Quick Start Guide

OBDI Tune Kit Quick Start Guide OBDI Tune Kit Quick Start Guide Revision A Page 1 Table of Contents Introduction... 3 Contents... 3 Early ECM Kits:... 3 Late ECM Kits:... 3 Minimum PC Requirements... 3 Program Installation... 4 Registering

More information

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system. Introduction 1 Welcome to the GENIE microcontroller system! The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

More information

QUASAR ELECTRONICS KIT No Hi-Fi PREAMPLIFIER WITH REMOTE CONTROL

QUASAR ELECTRONICS KIT No Hi-Fi PREAMPLIFIER WITH REMOTE CONTROL QUASAR ELECTRONICS KIT No. 1070 Hi-Fi PREAMPLIFIER WITH REMOTE CONTROL General Description This is a hi-fi STEREO preamplifier based on a single integrated circuit which employs a revolutionary new method

More information

Electronic Coin Toss

Electronic Coin Toss 1 Electronic Coin Toss Why this circuit? This circuit was not designed for people who can make up their mind nor have a coin to use for a heads or tail coin toss. This circuit can also be used to ask it

More information

Quicksilver 606 TR-606 CPU Upgrade

Quicksilver 606 TR-606 CPU Upgrade Quicksilver 606 TR-606 CPU Upgrade D650C 128 Installation Guide Social Entropy Electronic Music Instruments TABLE OF CONTENTS WARNINGS... 1 OVERVIEW... 2 WHAT'S IN THE BOX... 3 OPENING THE TR-606 CASE...

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

RC Tractor Guy Controller V2.1 Assembly Guide

RC Tractor Guy Controller V2.1 Assembly Guide RC Tractor Guy Controller V. Assembly Guide Features 0 Push button inputs Dual axis thumb sticks with built-in push button Rotary encoders with built-in push button MCU Socket to suit Meduino Mega 560

More information

Make Kits and Casemods

Make Kits and Casemods Make Kits and Casemods This weekend, you ll learn how to make a Minty Boost usb charger and a Daisy mp3 player. After you put these together you can put them into customized cases. I made my charger fit

More information

BS2p40tm OEM Module. Surface mount/through hole kit By Robert L. Doerr. Manual Revision.5

BS2p40tm OEM Module. Surface mount/through hole kit By Robert L. Doerr. Manual Revision.5 BS2p40tm OEM Module Surface mount/through hole kit 2006 By Robert L. Doerr Manual Revision.5 NOTE: The BASIC Stamp and the BS2p40 and Interpreter chip are trademarks of Parallax. This partial kit allows

More information

OpenSprinkler v2.2u Build Instructions

OpenSprinkler v2.2u Build Instructions OpenSprinkler v2.2u Build Instructions (Note: all images below are 'clickable', in order for you to see the full-resolution details. ) Part 0: Parts Check Part 1: Soldering Part 2: Testing Part 3: Enclosure

More information

Populating and Installing Synthex Rev 2/3 EPROM adapter board. R Grieb 5/13/2018

Populating and Installing Synthex Rev 2/3 EPROM adapter board. R Grieb 5/13/2018 Populating and Installing Synthex Rev 2/3 EPROM adapter board. R Grieb 5/13/2018 Please read these instructions before purchasing or installing the EPROM adapter, to make sure you are comfortable performing

More information

Reflowing Xbox 360 Motherboard

Reflowing Xbox 360 Motherboard Reflowing Xbox 360 Motherboard Reflow the solder on your Xbox 360's motherboard. Written By: Andrew Bookholt ifixit CC BY-NC-SA www.ifixit.com Page 1 of 31 INTRODUCTION Use this guide to reflow the solder

More information

UF-3701 Power Board Construction Guide

UF-3701 Power Board Construction Guide Page 1/5 Soldering and Part Placement See the Chapter 3 of the MIT 6270 Manual for information on electronic assembly, including soldering techniques and component mounting. Construction Information All

More information

An open-source hardware+software project. For design files and additional documentation, please visit:

An open-source hardware+software project. For design files and additional documentation, please visit: An open-source hardware+software project. For design files and additional documentation, please visit: http://www.evilmadscientist.com/go/diavolino Support: http://www.evilmadscientist.com/forum/ Distributed

More information

Portable Qi Charger. Created by Ruiz Brothers. Last updated on :20:38 AM UTC

Portable Qi Charger. Created by Ruiz Brothers. Last updated on :20:38 AM UTC Portable Qi Charger Created by Ruiz Brothers Last updated on 2017-12-05 01:20:38 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Parts, Tool & Supplies Universal Qi Wireless Charging

More information

Obtained from Omarshauntedtrail.com

Obtained from Omarshauntedtrail.com Getting Started Boombox Amplifier http://www.deathlord.net/boomboxamp/boom.htm BoomBox AmplifiER Difficulty Rating: For years I imagined that my old, broken boom boxes I had laying around could be used

More information

Digital Flame 1.0 Kit

Digital Flame 1.0 Kit Digital Flame 1.0 Kit Instruction Manual Eastern Voltage Research, LLC June 2012, Rev 1 1 http://www.easternvoltageresearch.com Introduction to the Digital Flame 1.0 Kit Thank you for purchasing the Digital

More information

Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012

Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012 Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012 1. Introduction:... 3 Currently available:... 3 2. Backpack assembly... 4 3. Connecting to a keypad... 6 4. Rotary encoder keypads...

More information

Version: 1.0 Public Effective from: 22 August 2017

Version: 1.0 Public Effective from: 22 August 2017 Introduction TiVo units sold in Australia and New Zealand are being discontinued by Hybrid Television Services and TiVo Inc on October 31 2017. As the TiVo requires connectivity to a central server (known

More information

OpenSprinkler v2.1u Build Instructions

OpenSprinkler v2.1u Build Instructions OpenSprinkler v2.1u Build Instructions (Note: all images below are 'clickable', in order for you to see the full-resolution details. ) Part 0: Parts Check Part 1: Soldering Part 2: Testing Part 3: Enclosure

More information

Midi2Org 64 and 32. An electronic board for automating a musical instrument. User Manual

Midi2Org 64 and 32. An electronic board for automating a musical instrument. User Manual Midi2Org 64 and 32 An electronic board for automating a musical instrument User Manual Orgautomatech Christian Blanchard 113 rue Champommier 79000 Niort FRANCE 33(0)9 63 45 61 45 chris@orgautomatech.fr

More information

Hauptwerk Hardware 2016

Hauptwerk Hardware 2016 Hauptwerk Hardware Interface Board for the Universal Midi Encoder User Manual Page 1 Release 1.2 February 2016 Table of Contents Introduction...3 Board Overview...4 IMPORTANT PLEASE READ...5 Mounting...6

More information

Midi2Org_16. An electronic board for automating a musical instrument. User Manual

Midi2Org_16. An electronic board for automating a musical instrument. User Manual Midi2Org_16 An electronic board for automating a musical instrument User Manual Orgautomatech Christian Blanchard 113 rue Champommier 79000 Niort FRANCE 33(0)9 63 45 61 45 chris@orgautomatech.fr N Siret

More information

PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 10kΩ Resistor OTHER PARTS YOU MAY NEED

PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 10kΩ Resistor OTHER PARTS YOU MAY NEED PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 150Ω Resistor 36 x 10kΩ Resistor 17 x Mini Toggle on-off 8 x Mini Toggle (on)-off-(on) 1 x 470Ω Resistor 1 x 47µF

More information

Single ROM Prototyping Board Pro 6502 (SRPB-PRO-6502) Instructions Version 1.2

Single ROM Prototyping Board Pro 6502 (SRPB-PRO-6502) Instructions Version 1.2 Single ROM Prototyping Board Pro 6502 (SRPB-PRO-6502) Instructions Version 1.2 Copyright 2016 Brian E. Brzezicki http://www.arcade-cabinets.com Figure 1 Image of SRPB-PRO-6502 v1.1 PCB board Disclaimer

More information

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits:

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits: Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) by Graham Meredith, 006 Revised 15 th January 009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8 to 16x

More information

Lab 0: Wire Wrapping Project: Counter Board

Lab 0: Wire Wrapping Project: Counter Board Lab 0: Wire Wrapping Project: Counter Board September 3, 2008 In this experiment, you will build a simple counter circuit that can be plugged into your breadboard. It will provide a set of TTL output signals

More information

ATTiny84/85 AVR adapter kit building and usage instructions

ATTiny84/85 AVR adapter kit building and usage instructions ATTiny84/85 AVR adapter kit building and usage instructions Version date Author Comments 1.0 25/06/2013 Boris du Reau Initial version 1.1 30/09/2013 Boris du Reau Updated document 1 Goal... 2 2 Kit content...

More information

How-To: Make an RGB combination door lock (Part 1)

How-To: Make an RGB combination door lock (Part 1) How-To: Make an RGB combination door lock (Part 1) Written By: Feitan 2017 www.botsbits.org Page 1 of 14 INTRODUCTION Part 2 can be found here 2017 www.botsbits.org Page 2 of 14 Step 1 How-To: Make an

More information

Morse Code Practice Oscillator

Morse Code Practice Oscillator Features Description Keyer speed range: Limited only by keying source True Sine wave tone output Tone Volume Control Tone Frequency Control Internal Speaker 1/8 External Speaker/Headphone Jack RCA Key

More information

RISC OS 3 software upgrade fitting instructions

RISC OS 3 software upgrade fitting instructions RISC OS 3 software upgrade fitting instructions Contents Page number Introduction 2 Packing list 2 An overview of the software upgrade procedure 4 Identifying your upgrade 4 Upgrading your computers hardware

More information

QRPGuys Single Lever Keyer/Paddle

QRPGuys Single Lever Keyer/Paddle QRPGuys Single Lever Keyer/Paddle First, familiarize yourself with the parts and check for all the components. If a part is missing, please contact us and we will send one. You must use qrpguys.parts@gmail.com

More information

Nistune Type 1 Diagnostics Technical Notes V1.2 (JECS ECCS Legacy Engine Control Units)

Nistune Type 1 Diagnostics Technical Notes V1.2 (JECS ECCS Legacy Engine Control Units) Nistune Type 1 Diagnostics Technical Notes V1.2 (JECS ECCS 1984-1989 Legacy Engine Control Units) Copyright 2004, 2005, 2006, 2014 Nistune Developments WARNING If your ECU pulses the fuel pump, injectors,

More information

The Basic Counter. Hobby Electronics Soldering Kit. Instruction Guide

The Basic Counter. Hobby Electronics Soldering Kit. Instruction Guide The Basic Counter Hobby Electronics Soldering Kit Instruction Guide TM For the best outcome, follow each step in order. We recommend reading this guide entirely before you get started. Tools required:

More information

HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS OPENING THE CASE

HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS OPENING THE CASE HOW TO ADD TWO USB PORTS TO LINKSYS WRT54GS Ver.1 AND WRT54G Ver.2 ROUTERS By Danuel Quaintance, AF7EF April 23, 2014 OPENING THE CASE To do this mod requires opening the case of the router. To do so you

More information

Building Morpheus v1.00a

Building Morpheus v1.00a Building Morpheus v1.00a Version 0.95 Copyright 2009 by William Henning Updated documentation will always be available at Morpheus v0.1 in mid-2008 1 Table of Contents Introduction...4 Top of board:...4

More information

Single ROM Prototyping Board Pro Z80 (SRPB-PRO-Z80) Instructions Version 1.0

Single ROM Prototyping Board Pro Z80 (SRPB-PRO-Z80) Instructions Version 1.0 Single ROM Prototyping Board Pro Z80 (SRPB-PRO-Z80) Instructions Version 1.0 Copyright 2016 Brian E. Brzezicki http://www.arcade-cabinets.com Figure 1 Image of SRPB-PRO-Z80 v1.1 PCB board Disclaimer The

More information

Single ROM Prototyping Board (SRBP) Instructions Version 3.0

Single ROM Prototyping Board (SRBP) Instructions Version 3.0 Single ROM Prototyping Board (SRBP) Instructions Version 3.0 Copyright 2015 Brian E. Brzezicki http://www.arcade-cabinets.com Disclaimer The Single ROM Prototyping Board (SRBP) is provided as is without

More information

ipad Mini Wi-Fi Front Facing Camera Replacement

ipad Mini Wi-Fi Front Facing Camera Replacement ipad Mini Wi-Fi Front Facing Camera Replacement Replace the Front Facing Camera in your ipad Mini Wi-Fi. Written By: Andrew Optimus Goldberg ifixit CC BY-NC-SA www.ifixit.com Page 1 of 42 INTRODUCTION

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

MuP-VT. By Mick Gulovsen 11-Sep-2014 Ver. 1

MuP-VT. By Mick Gulovsen 11-Sep-2014 Ver. 1 MuP-VT By Mick Gulovsen 11-Sep-2014 Ver. 1 bigmick58@bigpond.com Board Concept. MuP-VT is a small 49.5mm x 49.5mm PCB that is based on Geoff Graham s ASCII Video Terminal (AVT), which is a VT100 based

More information

Adafruit Terminal Block Breakout FeatherWing

Adafruit Terminal Block Breakout FeatherWing Adafruit Terminal Block Breakout FeatherWing Created by lady ada Last updated on 2017-01-04 04:53:26 AM UTC Guide Contents Guide Contents Overview Pinouts Assembly Downloads Datasheets & Files Schematic

More information

Roger P. Ries, W9FIU Ries Labs, Inc Raven Road Farina, IL Phone:

Roger P. Ries, W9FIU Ries Labs, Inc Raven Road Farina, IL Phone: Roger P. Ries, W9FIU Ries Labs, Inc. 2275 Raven Road Farina, IL 62838 Phone: 618.238.1400 email: rpr@rieslabs.com Usage of the Syntor Frequency Prom Adapter: 1.) This adapter is useful only for VHF and

More information

K1EL Morse Code Practice Oscillator CPO

K1EL Morse Code Practice Oscillator CPO Features This is an oscillator not a Morse keyer Input source can be a keyer or straight key Near Sine wave tone output CPO Tone Volume Control CPO Tone Frequency Control Use headphones or external speaker

More information

H89-Z37 DOUBLE-DENSITY FLOPPY CONTROLLER

H89-Z37 DOUBLE-DENSITY FLOPPY CONTROLLER H8-Z37 DOUBLE DENSITY FLOPPY CONTROLLER 2015 H89-Z37 DOUBLE-DENSITY FLOPPY CONTROLLER Norberto Collado norby@koyado.com 6/6/2015 Revision History and Disclaimer Revision History Revision Date Comments

More information

Fitting An Emulator into the Yamaha AR Organ

Fitting An Emulator into the Yamaha AR Organ Fitting An Emulator into the Yamaha AR Organ As performed by Les White and Frank Kemplay May 2011 On the upper rear panel remove the top line of 3 screws to allow removal of the top board assemblywhich

More information

LED Knight Rider. Yanbu College of Applied Technology. Project Description

LED Knight Rider. Yanbu College of Applied Technology. Project Description LED Knight Rider Yanbu College of Applied Technology Project Description This simple circuit functions as a 12 LED chaser. A single illuminated LED 'walks' left and right in a repeating sequence, similar

More information

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s)

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) by Graham Meredith, 2006 Revised 13 th January 2009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8

More information

Removing and Replacing Parts

Removing and Replacing Parts Removing and Replacing Parts Preparing to Work Inside the Computer Recommended Tools Screw Identification System Components Hard Drive Fixed Optical Drive Media Bay Devices Memory Modules Mini PCI Card

More information

Spork Installation Instructions

Spork Installation Instructions Table of Contents 1. Table of Contents 1 2. Requirements... 1 3. Bluetooth Connection Process 2 4. Software Installation... 3 5. Retrieving Spork s Serial Number... 4 6. Retrieving the ECU s ROM Calibration..

More information

IN MAV'S FreHD WORKSHOP. by Ian Mavric. HOW TO CONVERT TRS-80 MODEL 1 TO FreHD AUTO BOOT

IN MAV'S FreHD WORKSHOP. by Ian Mavric. HOW TO CONVERT TRS-80 MODEL 1 TO FreHD AUTO BOOT IN MAV'S FreHD WORKSHOP by Ian Mavric HOW TO CONVERT TRS-80 MODEL 1 TO FreHD AUTO BOOT Over the next few editions of TRS8Bit I'm going to explain, step by step, how to upgrade the TRS-80s internal ROM

More information

The Stack, Free Store, and Global Namespace

The Stack, Free Store, and Global Namespace Pointers This tutorial is my attempt at clarifying pointers for anyone still confused about them. Pointers are notoriously hard to grasp, so I thought I'd take a shot at explaining them. The more information

More information

imac Intel 27" EMC 2639 Hard Drive

imac Intel 27 EMC 2639 Hard Drive imac Intel 27" EMC 2639 Hard Drive Replacement Replace the Hard Drive in your imac Intel 27" EMC 2639. Written By: Walter Galan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 26 INTRODUCTION Replacing the

More information

Adventure Time Coffee Cup Lamp with MakeCode

Adventure Time Coffee Cup Lamp with MakeCode Adventure Time Coffee Cup Lamp with MakeCode Created by Ruiz Brothers Last updated on 2019-01-08 03:18:49 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Circuit Playground Express 3

More information

Building the VMW Time Circuitry Meter by Vincent M. Weaver 6 May 2014

Building the VMW Time Circuitry Meter  by Vincent M. Weaver 6 May 2014 Building the VMW Time Circuitry Meter http://www.deater.net/weave/vmwprod/hardware/time_circuit/ by Vincent M. Weaver 6 May 2014 1 Introduction This is a work in progress. I will update it as I complete

More information

Teensy 3.5/3.6 Breakout (Revision A, Standard)

Teensy 3.5/3.6 Breakout (Revision A, Standard) Teensy 3.5/3.6 Breakout (Revision A, Standard) This is a breakout for the Teensy 3.5 and Teensy 3.6 development boards by PJRC. Included are all the pin headers you need to assemble it, a switch to select

More information

Analog Technologies. Laser Driver Load Assembly ATLS212DLD1.0 Load Assembly for Laser Drivers

Analog Technologies. Laser Driver Load Assembly ATLS212DLD1.0 Load Assembly for Laser Drivers Load Assembly for Laser Drivers series laser drivers more conveniently, we have designed and made the evaluation board, ATLS212EV1.0. This laser load assembly can be used with this evaluation board, or

More information

Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs)

Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs) Turning on radio ProCabs / PowerCabs Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs) Overview This paper will look into and explain why radio ProCabs / PowerCabs are hard to

More information

imac Intel 27" Retina 5K Display CPU Replacement

imac Intel 27 Retina 5K Display CPU Replacement imac Intel 27" Retina 5K Display CPU Replacement Replace or upgrade the CPU in your imac Intel 27" Retina 5K Display. Written By: Sam Lionheart ifixit CC BY-NC-SA www.ifixit.com Page 1 of 36 INTRODUCTION

More information

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board EE 354 August 1, 2017 Assembly of the AT89C51CC03 board The AT89C51CC03 board comes as a kit which you must put together. The kit has the following parts: No. ID Description 1 1.5" x 3.25" printed circuit

More information

**** Never plug in your LED driver to AC power until all wiring is complete ****

**** Never plug in your LED driver to AC power until all wiring is complete **** 1 RapidLED Plug-n-Play Solderless Retrofit Kit Contents Overview... 1 Warnings Read Me First!... 1 Dimmable Driver Controller and Driver Output Current Adjustment... 2 Kit Assembly... 2 Attaching Your

More information

When you are ready to build your computer you will have the following materials to work with.

When you are ready to build your computer you will have the following materials to work with. Copyright 2009 BOSMA Enterprises Chapter 3 Putting the Computer Together When you are ready to build your computer you will have the following materials to work with. 1. One motherboard. 2. One ribbon

More information

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut Arduino 05: Digital I/O Jeffrey A. Meunier jeffm@engr.uconn.edu University of Connecticut About: How to use this document I designed this tutorial to be tall and narrow so that you can read it on one side

More information

ipod Touch 4th Generation 30 Pin Dock Connector Replacement

ipod Touch 4th Generation 30 Pin Dock Connector Replacement ipod Touch 4th Generation 30 Pin Dock Connector Replacement Learn how to replace the 30 pin dock connector on an ipod touch 4th generation. Written By: Gabe Keehn ifixit CC BY-NC-SA www.ifixit.com Page

More information

ipad Mini 2 Wi-Fi Front Panel Assembly Replacement

ipad Mini 2 Wi-Fi Front Panel Assembly Replacement ipad Mini 2 Wi-Fi Front Panel Assembly Replacement Fix a broken ipad Mini 2 screen. Replace the front glass and digitizer on an ipad Mini 2 Wi-Fi. Written By: Sam Lionheart ifixit CC BY-NC-SA www.ifixit.com

More information

3-slot Backplane For RC2014 User Guide

3-slot Backplane For RC2014 User Guide 3-slot Backplane For RC204 User Guide For module: SC6 version.0 Design and Documentation by Stephen C Cousins Edition.0.0, 208-0-7 CONTENTS OVERVIEW...2 PRINTED CIRCUIT BOARD... 4 SCHEMATIC... 6 WHAT YOU

More information

Electronics Construction Manual

Electronics Construction Manual Electronics Construction Manual MitchElectronics 2019 Version 3 04/02/2019 www.mitchelectronics.co.uk CONTENTS Introduction 3 How To Solder 4 Resistors 5 Capacitors 6 Diodes and LEDs 7 Switches 8 Transistors

More information

Construction Construction Instructions

Construction Construction Instructions Semi-Virtual Diskette SVD Construction Construction Instructions PCB version 2.0 September 2004 Eric J. Rothfus Table of Contents Table of Contents... i Parts List...1 Construction Overview...5 PCB Construction...

More information

EQ573 Assembly guide. EQ573 Assembly guide Main board 1. Diodes. 2. Resistors (1) 3. Test pins. 4. Ceramic capacitors.

EQ573 Assembly guide. EQ573 Assembly guide Main board 1. Diodes. 2. Resistors (1) 3. Test pins. 4. Ceramic capacitors. EQ573 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge about

More information

Strobe Light. Student Lab Guide. Engineering Teaching Laboratory. Lab Partner(s) Page 1 of 10

Strobe Light. Student Lab Guide. Engineering Teaching Laboratory. Lab Partner(s) Page 1 of 10 Strobe Light Student Lab Guide Engineering Teaching Laboratory Name Date Lab Partner(s) Page 1 of 10 NEW TERMS Electric Circuit: Electric circuits are paths for transmitting electric current, or moving

More information

dual bipolar voltage controlled step sequencer DIY ASSEMBLY MANUAL v1.03

dual bipolar voltage controlled step sequencer DIY ASSEMBLY MANUAL v1.03 dual bipolar voltage controlled step sequencer DIY ASSEMBLY MANUAL v1.03 Contents Contents... 2 Introduction... 3 Part Sourcing Notes for Non Kit Builders... 3 Eurorack Kit Assembly... 4 Resistors and

More information

Shack Clock kit. U3S Rev 2 PCB 1. Introduction

Shack Clock kit. U3S Rev 2 PCB 1. Introduction Shack Clock kit U3S Rev 2 PCB 1. Introduction Thank you for purchasing the QRP Labs Shack Clock kit. This clock uses the Ultimate3S QRSS/WSPR kit hardware, but a different firmware version. It can be used

More information

Advanced Lantern 1.0 Kit. Introduction to the Advanced Lantern 1.0 Kit

Advanced Lantern 1.0 Kit. Introduction to the Advanced Lantern 1.0 Kit Advanced LED Lantern 1.0 Instruction Manual Eastern Voltage Research, LLC Introduction to the Advanced Lantern 1.0 Kit Thank you for purchasing the Advanced Lantern 1.0 Kit. This kit is an advanced microprocessor

More information

Digital Candle 1.0 Kit

Digital Candle 1.0 Kit Kit Instruction Manual Eastern Voltage Research, LLC June 2012, Rev 1 1 http://www.easternvoltageresearch.com Introduction to the Kit Thank you for purchasing the Kit. This kit is definitely a favorite

More information

Harbortronics Time-Lapse Package Troubleshooting Guide This document is intended to help diagnose any problems with your Time-Lapse Package.

Harbortronics Time-Lapse Package Troubleshooting Guide This document is intended to help diagnose any problems with your Time-Lapse Package. This document is intended to help diagnose any problems with your Time-Lapse Package. Power Everything in the Time-Lapse Package (TLP) is powered by the large Lithium-Ion Polymer battery pack, made specifically

More information

E-Limitator (Kit) on to your game board or a suitable PC interface. General Advice for building a circuit

E-Limitator (Kit) on to your game board or a suitable PC interface. General Advice for building a circuit E-Limitator (Kit) Digital joysticks are divided by the number of directions that can be controlled with them. The most common are 2-, 4- and 8-way. It's uncommon that a developer has already built in a

More information

Adafruit 1-Wire Thermocouple Amplifier - MAX31850K

Adafruit 1-Wire Thermocouple Amplifier - MAX31850K Adafruit 1-Wire Thermocouple Amplifier - MAX31850K Created by lady ada Last updated on 2015-04-09 03:45:15 PM EDT Guide Contents Guide Contents Overview Pinouts Power Pins Address Pins Data Pin Themocouple

More information

The ECU+ Fuel/Timing/Datalogging Piggyback Engine Computer

The ECU+ Fuel/Timing/Datalogging Piggyback Engine Computer The ECU+ Fuel/Timing/Datalogging Piggyback Engine Computer Version 2.10 Upgrade Guide 07/24/07 Page 1 Table of Contents 1 Introduction... 3 2 What's New... 3 3 Hardware Requirements...3 4 Jumper Changes...

More information

Tone Bender Mk III. Grandaddy of super-cool vintage fuzz tone

Tone Bender Mk III. Grandaddy of super-cool vintage fuzz tone Tone Bender Mk III Grandaddy of super-cool vintage fuzz tone Contents of this document are 2014 Pedal Parts Ltd. No reproduction permitted without the express written permission of Pedal Parts Ltd. All

More information

Repairing a Nintendo DS that is not charging

Repairing a Nintendo DS that is not charging Repairing a Nintendo DS that is not charging Repairs not charging fault by replacing or bypassing the EM10 filter. Written By: Knut ifixit CC BY-NC-SA www.ifixit.com Page 1 of 14 INTRODUCTION If you have

More information

How To Install Windows Updates 8 From Usb

How To Install Windows Updates 8 From Usb How To Install Windows Updates 8 From Usb Hard Drive Iso You can also use Rufus to create a bootable USB drive with the ISO. writer, you can right-click on the ISO file in Windows 7 or 8 and burn it to

More information

Moto G4 LCD Screen and Digitizer Assembly Replacement

Moto G4 LCD Screen and Digitizer Assembly Replacement Moto G4 LCD Screen and Digitizer Assembly Replacement Replace a cracked or faulty display as a complete assembly, including the surrounding frame/chassis. Written By: Richard Gonzalez ifixit CC BY-NC-SA

More information

Logitech Wireless Gaming Mouse G700 Left/Right Click Button Replacement

Logitech Wireless Gaming Mouse G700 Left/Right Click Button Replacement Logitech Wireless Gaming Mouse G700 Left/Right Click Button Replacement Replacing the Omron D2FC-F-7N switch that is underneath the left/right click mouse buttons on the Logitech G700/G700s mouse. Written

More information

Make Your Own Fritzing Parts a

Make Your Own Fritzing Parts a Make Your Own Fritzing Parts a learn.sparkfun.com tutorial Available online at: http://sfe.io/t144 Contents What is Fritzing? Download and Install Breadboard View Create a New Part Custom Breadboard SVG

More information

BMC24. MIDI TO GATE CONVERTER DOCUMENTATION. This documentation is for use with the "Euro Style" bottom board.

BMC24. MIDI TO GATE CONVERTER DOCUMENTATION. This documentation is for use with the Euro Style bottom board. BMC24. MIDI TO GATE CONVERTER DOCUMENTATION. This documentation is for use with the "Euro Style" bottom board. A. USING THE MIDI TO GATE CONVERTER B. PARTS LIST C. BUILDING INSTRUCTIONS D. SCHEMATICS Revision.

More information

Micro USB Dock for Circuit Playground

Micro USB Dock for Circuit Playground Micro USB Dock for Circuit Playground Created by Ruiz Brothers Last updated on 2017-12-07 04:25:47 AM UTC Guide Contents Guide Contents Overview Parts, Tools & Components USB DIY Connector Shell - Type

More information

Mac mini Late 2018 Memory (RAM) Replacement

Mac mini Late 2018 Memory (RAM) Replacement Mac mini Late 2018 Memory (RAM) Replacement How to upgrade the RAM in your shiny new 2018 Mac mini. Written By: Rod Bland ifixit CC BY-NC-SA www.ifixit.com Page 1 of 15 INTRODUCTION Learn how to upgrade

More information

Uzebox Kit Assembly Guide

Uzebox Kit Assembly Guide Uzebox Kit Assembly Guide V1.7 Page 1 of 21 Revision History Version Date Author Description 1.0 01-Nov-2012 A.Bourque Initial release 1.1 6-Nov-2012 A.Bourque Minor corrections 1.2 28-Jan-2014 A.Bourque

More information

LED Sequencer 1.0 / 1.5

LED Sequencer 1.0 / 1.5 LED Sequencer 1.0 / 1.5 Instruction Manual Eastern Voltage Research, LLC May 2012, Rev 2 1 http://www.easternvoltageresearch.com Introduction to the LED Sequencer 1.0 Thank you for purchasing the LED Sequencer

More information

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System

Button Code Kit. Assembly Instructions and User Guide. Single Button Code Entry System Button Code Kit Single Button Code Entry System Assembly Instructions and User Guide Rev 1.0 December 2009 www.alan-parekh.com Copyright 2009 Alan Electronic Projects Inc. 1. Introduction... 4 1.1 Concept

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Update Manual Ios 7.1 Iphone 4s Wont >>>CLICK HERE<<<

Update Manual Ios 7.1 Iphone 4s Wont >>>CLICK HERE<<< Update Manual Ios 7.1 Iphone 4s Wont ios 7.1.2 has caused some problems for some iphone, ipad and ipod touch users. Here's how you can That way, if anything goes wrong, at least you won't lose any data.

More information

On Xp Without Losing Data

On Xp Without Losing Data How To Install Microsoft Windows 7 Games On Xp Without Losing Data I have a desktop with Windows XP on it that I urgently need to get it updated to Windows 7. I have heard from a friend that you need to

More information

Sega MegaDrive 1 RGB Bypass Installation Guide Rev 1.4

Sega MegaDrive 1 RGB Bypass Installation Guide Rev 1.4 Sega MegaDrive 1 RGB Bypass Installation Guide Rev 1.4 Revision 1 Board See Page 3 for important information Revision 2 Board Onboard 2k2 Pull up Resistor for CSYNC This step by step guide describes the

More information

TH E FI N EST I N G E E K E NTE RTAI N M E NT

TH E FI N EST I N G E E K E NTE RTAI N M E NT HACKING the C a b l e M o d e m W h at c a b l e c o m pa n i e s d o n t wa n t yo u t o k n o w DerEngel BUILDING A CONSOLE CABLE The device shown in Figure 17-1 is an RS-232 to TTL converter board,

More information

imac Intel 21.5" EMC 2638 RAM Replacement

imac Intel 21.5 EMC 2638 RAM Replacement imac Intel 21.5" EMC 2638 RAM Replacement Replace the RAM in your imac Intel 21.5" EMC 2638. Written By: Walter Galan ifixit CC BY-NC-SA www.ifixit.com Page 1 of 33 INTRODUCTION Use this guide to replace

More information

Raspberry-Pi Shield: Binary-Coded-Decimal Clock

Raspberry-Pi Shield: Binary-Coded-Decimal Clock Raspberry-Pi Shield: Binary-Coded-Decimal Clock ASSEMBLY INSTRUCTIONS What is it? This kit builds a binary-coded-decimal clock, driven by a Raspberry-Pi (which should be mounted on the back). This is a

More information