Temperature Sensor. Positive + (to 5 volts.) Ground. To A0 To GND Signal. To 5v

Size: px
Start display at page:

Download "Temperature Sensor. Positive + (to 5 volts.) Ground. To A0 To GND Signal. To 5v"

Transcription

1 Temperature Sensor This system measures the change in temperature and converts it to a colorful thermometer using LEDs. The first time you run the sketch, you will use the serial monitor to find the lowest temperature in the room. This will be referred to as the basetemp. The temperature sensor will be inserted into three female wires in the hex socket using one of the 3-wire holes. You will then program the LEDs to come on consecutively as the temperature on the sensor increases. Warning! Look at the labels on the pins below and be sure to run the wires to the proper pins. Wiring them up the wrong way can cause the sensor to get very hot. Positive + (to 5 volts.) To A0 To GND Signal To 5v Ground 62

2 Materials needed to wire a photoresistor and piezo buzzer. Use one of the 3 wire socket holes. Odyssey Board Hex Socket Block 3 F/F Jumper wires Temperature Sensor 3 LEDs Round Socket Block 3 F/F Resistor wires 3 F/F Jumper wires Set up the Odyssey Board, dowels, and socket blocks. (Wire clip is optional.) Your blocks may use any horizontal or vertical dowel holes. They do not have to look exactly like the ones shown. 63

3 Be sure to look at how the temperature sensor is curved. The front is the flat side. To 5v To A0 1. Place 3 female jumper wires in the socket block. Be sure the signal wire is in the center position. To GND 2. Place the temperature sensor in the socket wires. Be very careful to check the orientation. 3. Connect the wire from the GND pin to ground the blue header pin. 4. Connect the wire from the center pin to the A0 yellow signal pin. 5. Connect the wire from the 5v pin to the red 5v header pin Insert 3 jumper wires with 3 resistor wires in the circle socket block Insert 3 LEDs wired to ground and pins D2, D3, and D4. Mount the temperature resistor assembly and the LED assembly to the Odyssey Board. 64

4 Fine tune the sketch to your environment to create a colorful thermometer: Upload and run the Color Thermometer sketch. Open the serial monitor in the Arduino IDE. Observe the lowest temperature value recorded in the serial monitor. Change the basetemp value in the sketch to match the lowest value observed in the serial monitor. Upload the new sketch. Gently pinch the temperature sensor between your thumb and finger and watch the data on the Serial Monitor. After several seconds, let go of the sensor and lightly blow on it. What happens on the Monitor? Open the serial monitor to observe the changes in temperature. As the temperature increases in two degree increments, each LED should progressively light. See if you can add a 4th LED and add the code to make it light up. Think about how you could map other environmental sensors to various outcomes (sound pitch, light brightness, blink rates, etc). 65

5 int temperaturepin = A0; //This is will read the center pin of the temperature sensor. float basetemp = 24.0; //This is the lowest temperature before LEDs will begin turning on. void setup() { Serial.begin(9600); //This sets up the serial port so that the temperature can be read. pinmode(2, OUTPUT); // These lines set pins 2-5 as output and starts them being off. pinmode(3, OUTPUT); pinmode(4, OUTPUT); digitalwrite(2, LOW); digitalwrite(3, LOW); void loop() { int sensorval = analogread(temperaturepin); //Stores the value being read by the center pin. float voltage = (sensorval / ) * 5.0; //Converts the signal to volts. Serial.println("Degrees C: "); float temperature = (voltage -.5) * 100; //Converts the voltage to degrees celsius. Serial.print(temperature); //Prints the temperature to the serial monitor. if (temperature < basetemp) { // if the current temperature is lower than the basetemp turn all the LEDs off digitalwrite(2, LOW); digitalwrite(3, LOW); Continue to next page for the rest of the sketch. 66

6 (Continued from previous page) // if the temperature is between basetemp and 2 degrees above the basetemp turn on the first LED on else if (temperature >= basetemp && temperature < basetemp + 2) { digitalwrite(2, HIGH); digitalwrite(3, LOW); // if the temperature is between 2 and 4 degrees above basetemp turn first two LEDs on else if (temperature >= basetemp + 2 && temperature < basetemp + 4) { digitalwrite(2, HIGH); digitalwrite(3, HIGH); // if the temperature is above degrees C above base temp turn all LEDs on else if (temperature >= basetemp + 4) { digitalwrite(2, HIGH); digitalwrite(3, HIGH); digitalwrite(4, HIGH); delay(100); //wait 100 ms before checking the temperature again 67

(for example A0) on the Arduino you can expect to read a value of 0 (0V) when in its upright position and 1023 (5V) when it is tilted.

(for example A0) on the Arduino you can expect to read a value of 0 (0V) when in its upright position and 1023 (5V) when it is tilted. Tilt Sensor Module Tilt sensors are essential components in security alarm systems today. Standalone tilt sensors sense tilt angle or movement. Tilt sensors can be implemented using mercury and roller

More information

2.007 Design and Manufacturing I, Spring 2013 EXAM #2

2.007 Design and Manufacturing I, Spring 2013 EXAM #2 1 of 7 2.007 Design and Manufacturing I, Spring 2013 EXAM #2 NAME: Date: Tuesday 30 April, 11AM Please answer the following 9 questions showing your work to the extent possible within the allotted time.

More information

8 Channel 5V Optical Isolated Relay Module

8 Channel 5V Optical Isolated Relay Module Handson Technology Data Specification 8 Channel 5V Optical Isolated Relay Module This is a LOW Level 5V 8-channel relay interface board, and each channel needs a 15-20mA driver current. It can be used

More information

Bill of Materials: Car Battery/charging system diagnostics PART NO

Bill of Materials: Car Battery/charging system diagnostics PART NO Car Battery/charging system diagnostics PART NO. 2192106 You can hook up the kit's test leads directly to the car battery (with engine off) and see whether battery voltage is ok (green LED on) or low (yellow

More information

The Easy Driver gives you the capability to drive bipolar stepper motors between 150mA to 700mA per phase.

The Easy Driver gives you the capability to drive bipolar stepper motors between 150mA to 700mA per phase. Introduction The Easy Driver gives you the capability to drive bipolar stepper motors between 150mA to 700mA per phase. Hardware Overview The Easy Driver is designed by Brian Schmalz, and is designed around

More information

Please Handle Carefully!

Please Handle Carefully! ELEC 3004/7312: Digital Linear Systems: Signals & Control! Prac/Lab 3 LeviLab: Part I: System Modelling May 11, 2015 (by C. Reiger & S. Singh) Pre-Lab This laboratory considers system modelling and control

More information

RB-See-218. Seeedstudio Solar Charger Shield for Arduino V2. Introduction

RB-See-218. Seeedstudio Solar Charger Shield for Arduino V2. Introduction RB-See-218 Seeedstudio Solar Charger Shield for Arduino V2 Introduction The solar charger is a stackable shield to Arduino compatible platforms, enables adaptive battery power and act as energy harvester

More information

Pressure and presence sensors in textile

Pressure and presence sensors in textile Pressure and presence sensors in textile Eindhoven University of Technology Industrial Design Wearable Senses Admar Schoonen 2017-10-06 1 Contents Part I: Hard/soft connections Temporary connections Through

More information

Build Manual. for Studying Electrical Conductivity using a 3D Printed 4-Point Probe Station

Build Manual. for Studying Electrical Conductivity using a 3D Printed 4-Point Probe Station Build Manual for Studying Electrical Conductivity using a 3D Printed 4-Point Probe Station 1 Materials 1. 3D printed parts Head support Trigger Front Probe head panel Right panel Middle panel Left panel

More information

CamJam EduKit Sensors Worksheet Three. Equipment Required. The Parts

CamJam EduKit Sensors Worksheet Three. Equipment Required. The Parts CamJam EduKit Sensors Worksheet Three Project Temperature Sensor Description In this project, you will learn how to use a temperature sensor. NOTE: This worksheet can used on all Raspberry Pi Models. The

More information

CHROME ALLEY CAT L.E.D. FUEL & BATTERY GAUGE 7381

CHROME ALLEY CAT L.E.D. FUEL & BATTERY GAUGE 7381 CHROME ALLEY CAT L.E.D. FUEL & BATTERY GAUGE 7381 Thank You For Choosing Küryakyn! Protect yourself and others from potential injury and property damage or loss. Pay close attention to all instructions,

More information

The next step is to determine your signal wire from each 02 sensor. This again will be identified in your repair manual wiring diagram.

The next step is to determine your signal wire from each 02 sensor. This again will be identified in your repair manual wiring diagram. Install instructions for True Digital EFIE with MAF/MAP Enhancer. For Narrow Band Oxygen Sensors Only. READ ALL DIRECTIONS BEFORE BEGINNING INSTALLATION It is highly recommended that you purchase a Haynes

More information

Mash Tun / RIMS Tube Controller

Mash Tun / RIMS Tube Controller Mash Tun / RIMS Tube Controller 1 Your new mash tun / RIMS Tube controller Thanks for buying your controller from us!!! Your controller is based on the MYPIN TA4 series PID controller. Unlike cheap REX

More information

Project Report EMF DETECTOR

Project Report EMF DETECTOR Project Report EMF DETECTOR Adarsh Kumar (120260013) Yashwanth Sandupatla (120260022) Vishesh Arya (120260001) Indian Institute of Technology Bombay 1 Abstract Deflection instruments like voltmeters and

More information

SMART LAB PUTTING TOGETHER THE

SMART LAB PUTTING TOGETHER THE PUTTING TOGETHER THE SMART LAB INSTALLING THE SPRINGS The cardboard workbench with all the holes punched in it will form the base to the many cool circuits that you will build. The first step in transforming

More information

PARTS LIST. Beams: 72x. 16x. 64x. 16x. 12x. 2x Breadboards CYB x TotemDuino 1x LabBoard 1x 30cm 34way Flat Cable 1x Power Supply 12v 1,5A

PARTS LIST. Beams: 72x. 16x. 64x. 16x. 12x. 2x Breadboards CYB x TotemDuino 1x LabBoard 1x 30cm 34way Flat Cable 1x Power Supply 12v 1,5A Totem Mini Lab is a great platform to experiment, learn basics of electronics and Arduino coding. We have made an all-in-one breadboarding and testing unit, that gives you several useful features: Different

More information

LG Air conditioning CAC and Multi Split unit Fault code sheet Universal and Multi Split Units

LG Air conditioning CAC and Multi Split unit Fault code sheet Universal and Multi Split Units Universal and Multi Split Units If there is fault on any LG universal or multi unit a two digit number will appear on the remote controllers led display. If the unit does not have a remote controller the

More information

1. Overview Power output & conditioning 5 2. What is included Software description 6 3. What you will need 2

1. Overview Power output & conditioning 5 2. What is included Software description 6 3. What you will need 2 Control system for Horizon fuel cell stack Refillable metal hydride hydrogen storage with pressure regulators Complete component kit to build and create your own hydrogen fuel cell power plant Development

More information

BAPI-Stat 3 Room Sensor

BAPI-Stat 3 Room Sensor Overview and Identification The BAPI-Stat 3 is a multiple output transmitter for temperature and humidity with setpoint capability for both and occupied/unoccupied override switching. The large easy-to-read

More information

G213V STEP MOTOR DRIVE REV 7: March 25, 2011

G213V STEP MOTOR DRIVE REV 7: March 25, 2011 Thank you for purchasing the G213V drive. The G213V is part of Geckodrive s new generation of CPLD-based microstep drives. It has short-circuit protection for the motor outputs, over-voltage and under-voltage

More information

DEFIE (Digital Electronic Fuel Injector Enhancer) Installation & Operating Instructions.

DEFIE (Digital Electronic Fuel Injector Enhancer) Installation & Operating Instructions. DEFIE (Digital Electronic Fuel Injector Enhancer) Installation & Operating Instructions. Please note. The DEFIE is not intended to be a fuel saver by itself. The DEFIE designed to be used only in conjunction

More information

Voltage and Current in Simple Circuits (Voltage Sensor, Current Sensor)

Voltage and Current in Simple Circuits (Voltage Sensor, Current Sensor) 68 Voltage and Current in Simple Circuits (Voltage Sensor, Current Sensor) E&M: Voltage and current Equipment List DataStudio file: 68 Simple Circuits.ds Qty Items Part Numbers 1 PASCO interface (for two

More information

Coil Inserter Module

Coil Inserter Module Coil Inserter Module 1) Installation Instructions: Diagram 4 Procedure to attach the coil inserter onto the OD 4012 punch Unplug the main power cord from the OD 4012. Remove the two safety screws (3/32

More information

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE LABORATORY 8: DC MOTOR CONTROL DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL: This section will introduce DC motors

More information

HDMD-200/300 Universal display

HDMD-200/300 Universal display Universal display I n s ta l l at i o n G u i d e Micro Display Kit 9 Mendenhall Drive North Las Vegas, NV 8908 www.dynojet.com -800-99-4993 www.dynojet.com Display unit Attachment Pegs Cable Harness Hex

More information

Change to BLUE High Density LED in Dashboard for Volvo V

Change to BLUE High Density LED in Dashboard for Volvo V Change to BLUE High Density LED in Dashboard for Volvo V70-2001 VER. 1.1 1. Why we did it? Because 50% was not working. 2. We will try to show how to replace the original Lamps with LED in the Dashboard,

More information

Assembly Manual for New Control Board 22 June 2018

Assembly Manual for New Control Board 22 June 2018 Assembly Manual for New Control Board 22 June 2018 Parts list Arduino 1 Arduino Pre-programmed 1 Faceplate Assorted Header Pins Full Board Rev A 9 104 capacitors 1 Rotary encode with switch 1 5-volt regulator

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS THANK YOU FOR CHOOSING KURYAKYN! Protect yourself and others from possible injury and property damage or loss. Pay close attention to all instructions, warnings, cautions, and notices regarding the installation,

More information

User s Manual. Automatic Switch-Mode Battery Charger

User s Manual. Automatic Switch-Mode Battery Charger User s Manual Automatic Switch-Mode Battery Charger IMPORTANT Read, understand, and follow these safety rules and operating instructions before using this battery charger. Only authorized and trained service

More information

Using your Digital Multimeter

Using your Digital Multimeter Using your Digital Multimeter The multimeter is a precision instrument and must be used correctly. The rotary switch should not be turned unnecessarily. To measure Volts, Milliamps or resistance, the black

More information

KTM 690 TTV UPGRADE INSTRUCTIONS

KTM 690 TTV UPGRADE INSTRUCTIONS INSTRUCTIONS: Temp. Sensor Connector/Jumper Jumper Plug O-Ring TTV STEP 1 Remove the seat, radiator shrouds and air box from the bike and drain the coolant system by removing the drain bolt on the water

More information

Load Cell Amplifier HX711 Breakout Hookup Guide

Load Cell Amplifier HX711 Breakout Hookup Guide Load Cell Amplifier HX711 Breakout Hookup Guide CONTRIBUTORS: SARAH AL-MUTLAQ, ALEX THE GIANT FAVORITE 0 Getting Started The HX711 load cell amplifier is used to get measurable data out from a load cell

More information

INSTALLATION ZOMBIE L.E.D. FUEL & BATTERY GAUGE. THANK YOU FOR CHOOSING KϋRYAKYN!

INSTALLATION ZOMBIE L.E.D. FUEL & BATTERY GAUGE. THANK YOU FOR CHOOSING KϋRYAKYN! THANK YOU FOR CHOOSING KϋRYAKYN! PROTECT YOURSELF AND OTHERS FROM POSSIBLE INJURY AND PROPERTY DAMAGE OR LOSS. PAY CLOSE ATTENTION TO ALL INSTRUCTIONS, WARNINGS, CAUTIONS, AND NOTICES REGARDING THE, USE,

More information

K Wiring and Electronics

K Wiring and Electronics HKBay.com K Wiring and Electronics Written By: HKBay 2017 hkbay.dozuki.com Page 1 of 12 TOOLS: Hex key; ball ended, long arm, 2.5mm (1) PARTS: Arduino Mega (blue) (1) RAMPS board (red) (1) glass tabs (3)

More information

Electronic STEM Kit. 15 Projects-in-1. Documentation

Electronic STEM Kit. 15 Projects-in-1. Documentation Electronic STEM Kit 15 Projects-in-1 Documentation Online Resource: http://bit.ly/2hbazwg INDEX About EdgeFX STEM Kit STEM Kits Basics Anatomy of a Block: Each Block has a defined function. Blocks are

More information

Basic Electronics Course Part 1

Basic Electronics Course Part 1 Basic Electronics Course Part 1 Simple Projects using basic components Following are instructions to complete several basic electronic projects Identify each component in your kit Image 1. [There are other

More information

POWER and ELECTRIC CIRCUITS

POWER and ELECTRIC CIRCUITS POWER and ELECTRIC CIRCUITS Name For many of us, our most familiar experience with the word POWER (units of measure: WATTS) is when we think about electricity. Most of us know that when we change a light

More information

ELECTRIC ACTUATOR HVAC/BAC ELECTRIC IOM. E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS

ELECTRIC ACTUATOR HVAC/BAC ELECTRIC IOM. E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS HVAC/BAC ELECTRIC IOM ELECTRIC ACTUATOR E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS Electric Actuator Specifications... 2 Overview... 3 Actuator

More information

Induction Power Supplies

Induction Power Supplies Induction Power Supplies 7.5kW; 135 400kHz 480V version (Integral Heat Station) User s Guide Model 7.5-135/400-3-480 SMD Control Brds Rev. D 5/08 Table of Contents 1. Specifications and features...3 2.

More information

ELECTRIC ACTUATOR 94OE IOM. E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS

ELECTRIC ACTUATOR 94OE IOM. E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS ELECTRIC ACTUATOR E024, EO25, E026, EO29 & E030 Installation Operation and Maintenance Instructions TABLE OF CONTENTS 94OE IOM Electric Actuator Specifications...2 Overview...3 Actuator Wiring Diagrams...4

More information

FL-100-R (109) Operations and Installation Manual

FL-100-R (109) Operations and Installation Manual Page 1 of 23 All specification subject to change 2002-2005 FL-100-R (109) Operations and Installation Manual This manual is certified for use with instrument serial number ASL000000 Use of this manual

More information

Setup and Configuration Guide Universal Switch Interface

Setup and Configuration Guide Universal Switch Interface Table of Contents J1939 inmotion Cell Setup and Configuration Guide Universal Switch Interface Overview... 2 Warnings... 3 J1939 inmotion Cell Technical Details... 4 inmotion Cell Installation Steps...

More information

Universal Gauge User Manual v1.0

Universal Gauge User Manual v1.0 Universal Gauge User Manual v1.0 For gauge hardware revision 4, software version 7 www.perfecttuning.net 1 December 2016 Table of content Table of content... 2 Warning... 4 1 Wiring... 4 1.1 Black 8 conductor

More information

Easy-On Wireless Tail Lights User s Guide

Easy-On Wireless Tail Lights User s Guide Easy-On Wireless Tail Lights User s Guide TAKE NOTICE: BY INSTALLING OR OTHERWISE USING THE EASY-ON WIRELESS TAIL LIGHTS YOU AGREE TO FOLLOW THE BELOW DIRECTIONS CAREFULLY AND BE BOUND BY THE LIMITATION

More information

Infinitybox Express Road Race Car Kit Installation Guide

Infinitybox Express Road Race Car Kit Installation Guide Table of Contents Infinitybox Express Road Race Car Kit Installation Guide Overview... 2 Warnings... 3 J1939 POWERCELL Technical Details... 4 IOX Input/Output Module Technical Details... 4 Kit Contents...

More information

Electric Actuator Instructions

Electric Actuator Instructions BAC IOM Electric Actuator Instructions E024, E025, E026, E029 & E030 TABLE OF CONTENTS Electric Actuator Specifications...2 Overview...3 Actuator Wiring Diagrams...4 VMS-35 Specifications and Wiring Diagram...5

More information

G203V / G213V MANUAL STEP MOTOR DRIVE

G203V / G213V MANUAL STEP MOTOR DRIVE G203V / G213V MANUAL STEP MOTOR DRIVE PRODUCT DIMENSIONS PHYSICAL AND ELECTRICAL RATINGS Minimum Maximum Units Supply Voltage 18 80 VDC Motor Current 0 7 A Power Dissipation 1 13 W Short Circuit Trip 10

More information

CHAPTER 6.3: CURRENT ELECTRICITY

CHAPTER 6.3: CURRENT ELECTRICITY CHAPTER 6.3: CURRENT ELECTRICITY These components are used in electric circuits. TASK: Draw how you could make this lamp light. Electricity will only flow through a complete circuit. The battery, wires

More information

SMT-150 Installer Manual

SMT-150 Installer Manual SMT-150 Installer Manual 3 Stage Digital HVAC Controller Version 1.0 Version History January 2019 Version 1 - Original Document Thank you for your purchase of this premier product. Please take the time

More information

TCM & MAT Data Logger Battery Replacement Instructions

TCM & MAT Data Logger Battery Replacement Instructions TCM & MAT Data Logger Battery Replacement Instructions These instructions apply to the following products: MAT-1 Data Logger TCM-1 Current Meter TCM-2 Wave and Current Meter TCM-3 4500m Current Meter The

More information

Lesson 1 - Make The Car Move Points of this section

Lesson 1 - Make The Car Move Points of this section Lesson 1 - Make The Car Move Points of this section Learning part: Learn how to use Arduino IDE Make the car move by uploading program Preparations: One car (with a battery) One USB cable Ⅰ. Introduction

More information

DOOR SAFETY KIT INSTALLATION MANUAL

DOOR SAFETY KIT INSTALLATION MANUAL DOOR SAFETY KIT INSTALLATION MANUAL IMPORTANT Read all instructions in this manual before installing. Perform steps in the order given. Failure to comply could result in property damage or personal injury.

More information

Cabin Light. Hi All, 1

Cabin Light. Hi All,   1 Hi All, My friend Rudolf set me a challenge for his 36331 electric locomotive, wanting Telex couplers fitted. When I opened up the locomotive I discovered there is very little room to add extra components

More information

PL900 ILLUMINATOR. Fiber-Lite. Operation Manual. Setup. Fiber Optic Connection A PRODUCT OF DOLAN-JENNER INDUSTRIES. Voltage Selection:

PL900 ILLUMINATOR. Fiber-Lite. Operation Manual. Setup. Fiber Optic Connection A PRODUCT OF DOLAN-JENNER INDUSTRIES. Voltage Selection: PL900 ILLUMINATOR A PRODUCT OF DOLAN-JENNER INDUSTRIES Setup Voltage Selection: Operation Manual Read and review the instructions on the label covering the power entry module and the instructions in this

More information

SOLAR MODEL CAR. 1-Q Car Assembly Guide UNDERSIDE OF PV FRONT WHEEL PLATE & STRAW. 1 small 3:1 gear.

SOLAR MODEL CAR. 1-Q Car Assembly Guide UNDERSIDE OF PV FRONT WHEEL PLATE & STRAW. 1 small 3:1 gear. . Inventory of components COLLECTOR SIDE OF SOLAR CELL SOLAR MOTOR MOTOR PLATE & MOTOR HOLDER -Q Car Assembly Guide. Identify the three speed gearbox components PLUGGING into the sun SOLAR MODEL CAR NEGATIVE

More information

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011

Arduino-based OBD-II Interface and Data Logger. CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino-based OBD-II Interface and Data Logger CS 497 Independent Study Ryan Miller Advisor: Prof. Douglas Comer April 26, 2011 Arduino Hardware Automotive OBD ISO Interface Software Arduino Italy 2005

More information

J1939 POWERCELL Setup and Configuration Guide Universal Switch Interface

J1939 POWERCELL Setup and Configuration Guide Universal Switch Interface Table of Contents J1939 POWERCELL Setup and Configuration Guide Universal Switch Interface Overview... 2 Warnings... 3 J1939 POWERCELL Technical Details... 4 POWERCELL Installation Steps... 5 Mounting

More information

Science Olympiad Shock Value ~ Basic Circuits and Schematics

Science Olympiad Shock Value ~ Basic Circuits and Schematics Science Olympiad Shock Value ~ Basic Circuits and Schematics Use a single D battery, a single bare wire and a light bulb. Find four different ways to light the light bulb using only a battery, one wire

More information

Tooling List 10mm Wrench 10mm Socket 3/8 Drive 3/8 Drive Ratchet Flat Head Screwdriver

Tooling List 10mm Wrench 10mm Socket 3/8 Drive 3/8 Drive Ratchet Flat Head Screwdriver Thank you for purchasing the CorkSport Cold Air Box. Protect your short ram intake from excessive engine bay heat with our two piece cold air box. CAD designed and thermoformed this box fits like it was

More information

Smart Sensor Pro+ User Guide

Smart Sensor Pro+ User Guide Smart Sensor Pro+ User Guide Important Information FCC Notice This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: 1. This device may not cause harmful

More information

MegaSquirt III for Gen 3 HEMI. Hardware Install THE FOLLOWING SENSOR PART NUMBERS APPLY TO ALL HARNESSES FOR ENGINES 2004 TO CURRENT:

MegaSquirt III for Gen 3 HEMI. Hardware Install THE FOLLOWING SENSOR PART NUMBERS APPLY TO ALL HARNESSES FOR ENGINES 2004 TO CURRENT: MegaSquirt III for Gen 3 HEMI MegaSquirt controllers are experimental devices intended for educational purposes. MegaSquirt controllers are not for sale or use on pollution controlled vehicles. Check the

More information

Lab # 4 Parallel Circuits

Lab # 4 Parallel Circuits Lab # 4 Parallel Circuits Name(s) Obtain an Electro-Trainer and wire it exactly as shown (Be sure to use the 100 ohm resistor) 1) Record the volt drop and current flow for the Switch, the Resistor and

More information

EASY CHARGE Waterproof portable Battery Charger

EASY CHARGE Waterproof portable Battery Charger EASY CHARGE Waterproof portable Battery Charger 1.1 AND 4.3 AMP MODELS EN NL, DE, FR, ES, IT USER S MANUAL WWW.MASTERVOLT.COM/EASYCHARGE-PORTABLE 10000009117/04 2 EN / EasyCharge 1.1 and 4.3 Amp - User

More information

Experiment 3: Ohm s Law; Electric Power. Don t take circuits apart until the instructor says you don't need to double-check anything.

Experiment 3: Ohm s Law; Electric Power. Don t take circuits apart until the instructor says you don't need to double-check anything. Experiment 3: Ohm s Law; Electric Power. How to use the digital meters: You have already used these for DC volts; turn the dial to "DCA" instead to get DC amps. If the meter has more than two connectors,

More information

Circuit Basics and Components

Circuit Basics and Components Circuit Basics Electric circuits are arrangements of conductors and components that permit electrical current to flow. A circuit can be as simple as a battery and lamp or as sophisticated as a computer.

More information

Installing the STS-4CH Dodge Challenger Sequential Turn Signal System

Installing the STS-4CH Dodge Challenger Sequential Turn Signal System Installing the STS-4CH 2008-2010 Dodge Challenger Sequential Turn Signal System The STS-4CH is an exciting addition to your 2008-2010 Dodge Challenger. This Plug-N-Play system comes complete with pre-wired

More information

SM361 RIG SWITCH CONSTRUCTION MANUAL

SM361 RIG SWITCH CONSTRUCTION MANUAL SM361 RIG SWITCH CONSTRUCTION MANUAL Document ver 1, For software release ver 1.1 May 27, 2016 Controls the power of 12V equipment while a vehicle is in use Product Development by: SM361 RIG SWITCH OVERVIEW

More information

Low Pressure Sensor. Overview. Specifications. Installation and Operation

Low Pressure Sensor. Overview. Specifications. Installation and Operation Overview The Low Pressure Sensor with display measures building pressure, air velocities and volumes. The heart of the unit is a micro-machined silicon pressure sensor. The unit includes a static pressure

More information

Lab 4.4 Arduino Microcontroller, Resistors, and Simple Circuits

Lab 4.4 Arduino Microcontroller, Resistors, and Simple Circuits Lab 4.4 Arduino Microcontroller, Resistors, and Simple Circuits A microcontroller is a "brain" of a mechatronic system that interfaces sensors with a computer. Microcontrollers can perform math operations,

More information

IMPORTANT! DO NOT THROW AWAY THE SHIPPING CARTON AND PACKING MATERIAL

IMPORTANT! DO NOT THROW AWAY THE SHIPPING CARTON AND PACKING MATERIAL Operator s Manual IMPORTANT! DO NOT THROW AWAY THE SHIPPING CARTON AND PACKING MATERIAL ii Table of Contents Operator Safety... 1 Introduction... 2 Unpacking and Setup... 3 Unpacking... 3 Setup... 4 ROCKET

More information

Certus Model 460 Turntable Manual. 25-Jun-2007

Certus Model 460 Turntable Manual. 25-Jun-2007 Certus Model 460 Turntable Manual 25-Jun-2007 I. Bearing Assembly The Teres bearing was designed to have a lot of viscous damping. This damping helps swamp the effects of stylus drag, resulting in better

More information

MPT SERIES OPERATING MANUAL. Caution: To Operate this controller safely, use the Safe Operating Area Design Tool Online at

MPT SERIES OPERATING MANUAL. Caution: To Operate this controller safely, use the Safe Operating Area Design Tool Online at LASER DIODE DRIVERS TEMPERATURE CONTROLLERS Simply Advanced Control for Your Cutting Edge Design MPT SERIES OPERATING MANUAL Caution: To Operate this controller safely, use the Safe Operating Area Design

More information

OMEGA KUSTOM INSTRUMENTS

OMEGA KUSTOM INSTRUMENTS 4O5O 6O 7O 8O 9O 1OO MPH 3O 1OO 2O Gauge Installation Manual 1O O OMEGA KUSTOM INSTRUMENTS 14O 12O 13O Operations Omega Kustom Gauges Speedometer: The speedometer can be set up to display MPH or KPH. There

More information

6 Gauge Box Set with Programmable Speedometer. Made in the USA. Caution. Speedometer Parts. Tachometer Parts. Fuel Level Gauge Parts.

6 Gauge Box Set with Programmable Speedometer. Made in the USA. Caution. Speedometer Parts. Tachometer Parts. Fuel Level Gauge Parts. 6 Gauge Box Set with Programmable Speedometer Caution Disconnect the battery during installation. Tighten nuts on the backclamp only slightly more than you can tighten with your fingers. Six inch-pounds

More information

MegaSquirt III for LS Style Engines. Hardware Install. 1. Disconnect and remove the battery from the vehicle.

MegaSquirt III for LS Style Engines. Hardware Install. 1. Disconnect and remove the battery from the vehicle. MegaSquirt III for LS Style Engines MegaSquirt controllers are experimental devices intended for educational purposes. MegaSquirt controllers are not for sale or use on pollution controlled vehicles. Check

More information

Cabrillo College Physics 10L. LAB 7 Circuits. Read Hewitt Chapter 23

Cabrillo College Physics 10L. LAB 7 Circuits. Read Hewitt Chapter 23 Cabrillo College Physics 10L Name LAB 7 Circuits Read Hewitt Chapter 23 What to learn and explore Every electrical circuit must have at least one source (which supplies electrical energy to the circuit)

More information

Lab 1: DC Motors Tuesday, Feb 8 / Wednesday, Feb 9

Lab 1: DC Motors Tuesday, Feb 8 / Wednesday, Feb 9 Introduction MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.007 Electromagnetic Energy: From Motors to Lasers Spring 2011 Do the pre-lab before you come

More information

RESISTIVE LOAD XP300C

RESISTIVE LOAD XP300C RESISTIVE LOAD XP300C Via della Torricella, 22 50012 ANTELLA (FI) - Italy Tel. +39 055 620508 Fax +39 055 620338 e-mail: marelita@tin.it www.marelweb.it INDEX GENERAL...3 OPERATION AND USE...3 WARNINGS...3

More information

for 86 and 87 Buick Turbo V6 and 89 Turbo Trans Am

for 86 and 87 Buick Turbo V6 and 89 Turbo Trans Am for 86 and 87 Buick Turbo V6 and 89 Turbo Trans Am Scanmaster Instructions Power Up On initial key-on, the right-most decimal point will flash quickly to indicate that data is being received. The Scanmaster

More information

Classic Instruments. Installation Manual

Classic Instruments. Installation Manual Classic Instruments Installation Manual TABLE OF CONTENTS Welcome from the Team at Classic Instruments! 3 Mounting Gauges 4 4 Speedometer Wiring 5 4 Speedometer Wiring Diagram 5 16 Pulse Signal Generator

More information

PARTS LIST WRANGLER 26-VS

PARTS LIST WRANGLER 26-VS PARTS LIST WRANGLER 26-VS ELECTRICAL WIRING ITEM PART NO. DESCRIPTION QTY. 1 2694161 UPPER WIRING HARNESS 1 2 2694171 LOWER WIRING HARNESS 1 3 2490811 BRUSH MOTOR WIRE ASSEMBLY 1 4 2396141 WIRE ASSEMBLY

More information

6500DC Dual Motor Wireless Controller Kits

6500DC Dual Motor Wireless Controller Kits 6500DC Dual Motor Wireless Controller Kits READ ALL DIRECTIONS FIRST BEFORE PROCEEDING NOTE: SEE THE QUICK PROGRAM INSTRUCTIONS BEFORE OPERATING THE FIRST TIME. DO NOT REMOVE THE TRANSMITTER BATTERY Please

More information

CPi. CoiL PACK IGNiTioN FOR AViATiON. For 4,6 and 8 cylinder 4 stroke applications. Please read the entire manual before beginning installation.

CPi. CoiL PACK IGNiTioN FOR AViATiON. For 4,6 and 8 cylinder 4 stroke applications. Please read the entire manual before beginning installation. 1 CPi CoiL PACK IGNiTioN FOR AViATiON Coil pack (4 cylinder) Coil pack (6 cylinder) For 4,6 and 8 cylinder 4 stroke applications. Please read the entire manual before beginning installation. Software version

More information

Force Sensitive Resistor (FSR) Created by Ladyada

Force Sensitive Resistor (FSR) Created by Ladyada Force Sensitive Resistor (FSR) Created by Ladyada Guide Contents Guide Contents Overview Some Basic Stats These stats are specifically for the Interlink 402, but nearly all FSRs will be similar. Checking

More information

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE

EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE EGG 101L INTRODUCTION TO ENGINEERING EXPERIENCE LABORATORY 11: AUTOMATED CAR PROJECT DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS GOAL: This section combines the motor

More information

Therm-L-Tec Building Systems LLC. Therm-L-Tech. Power Operated Retrofit Kit 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual

Therm-L-Tec Building Systems LLC. Therm-L-Tech. Power Operated Retrofit Kit 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual Therm-L-Tec Building Systems LLC Therm-L-Tech Power Operated Retrofit Kit 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual Rev. A 01/2015 Index Index 1 Electrical Requirements for Therm-L-Tec

More information

The M7 Direct Flow Intercooler (DFIC) Installation Guide

The M7 Direct Flow Intercooler (DFIC) Installation Guide The M7 Direct Flow Intercooler (DFIC) Installation Guide This information is meant only as a guide. The author of this information,, or any M7 Tuning employees assumes no liabilities for any outcomes resulting

More information

Period 16 Activity Sheet: Motors and Generators

Period 16 Activity Sheet: Motors and Generators Name Section Period 16 Activity Sheet: Motors and Generators Activity 16.1: How Are Electric Motors and Generators Related? a) Generators. 1) Attach a hand-cranked generator to a small motor and turn the

More information

FiveFish Studios PSU-2448Plus+ Assembly Guide

FiveFish Studios PSU-2448Plus+ Assembly Guide FiveFish Studios PSU-2448Plus+ Assembly Guide Copyright 2015-2017 FiveFish Audio Revision 1.02-20171105 No part of this document may be reproduced, either mechanically or electronically, posted online

More information

IFC-BL02 Interface Free Controller Brushless Motor Card

IFC-BL02 Interface Free Controller Brushless Motor Card IFC-BL02 Interface Free Controller Brushless Motor Card User s Manual V1.1 Apr 2008 Information contained in this publication regarding device applications and the like is intended through suggestion only

More information

Assembly directions for Magnus DPV For this assembly, be sure you have the Motor section, the battery pack, 4 threaded rods and 12 nuts.

Assembly directions for Magnus DPV For this assembly, be sure you have the Motor section, the battery pack, 4 threaded rods and 12 nuts. Assembly directions for Magnus DPV For this assembly, be sure you have the Motor section, the battery pack, 4 threaded rods and 12 nuts. You will also require 2 tools to enable the tightening of 2 x 7/16

More information

D6, D7, D8, D9, D12, D13, D14, D15, D16, D17, D18, D19. Schottky rectifier diode. 1N5817-1N5819 or SB130

D6, D7, D8, D9, D12, D13, D14, D15, D16, D17, D18, D19. Schottky rectifier diode. 1N5817-1N5819 or SB130 Roll Your Own ljunggrenaudio.com Altered States version 1.0 Bills Of Material Qty Value 12 1N4148 2 1N5818 4 1N750 4.7V 4 220p Device Diode Diode Zener diode Capacitor 30 100n 4 15p 8 560p 1 5x2 pin Capacitor

More information

Advanced Troubleshooting Guide Snorkel V Battery Charger Rev 0 3JAN07

Advanced Troubleshooting Guide Snorkel V Battery Charger Rev 0 3JAN07 Advanced Troubleshooting Guide Snorkel 3050097 24V Battery Charger Rev 0 3JAN07 1. How It Works: The 3050097 charger converts AC voltage to DC voltage, then uses high frequency to re-convert it to DC voltage/current

More information

The HMC-Lite Construction Guide

The HMC-Lite Construction Guide The HMC-Lite Construction Guide The Heavy Metal-Lite Chassis is constructed using two identical drive modules. The drive modules are constructed using 3 mechanical sub-assemblies. The drive modules are

More information

Installing LED courtesy lights in Mustang.

Installing LED courtesy lights in Mustang. Installing LED courtesy lights in 2005 2010 Mustang. This procedure is to provide you with the basics for installing LED strips under the dash and changing the map or courtesy lights to LED. Use the Ford

More information

EGT-100 Operations and Installation Manual

EGT-100 Operations and Installation Manual Page 1 of 11 All specification subject to change 2002-2005 EGT-100 Operations and Installation Manual This manual is certified for use with instrument serial number ASL000000 Use of this manual with any

More information

Power Operated Retrofit Kit for Manual Door 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual

Power Operated Retrofit Kit for Manual Door 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual Therm-L-Tec Building Systems LLC Therm-L-Tech Power Operated Retrofit Kit for Manual Door 230 VAC or 440/480 VAC 50/60 Hz Installation and Setup Manual Rev. A 10/2014 Index Index 1 Electrical Requirements

More information

CLASSIC PEDAL KIT. Assembly Instructions WHEN YOU CAN T BUY IT BUILD IT. StewMac Monarch RARE / VINTAGE / HARD TO GET

CLASSIC PEDAL KIT. Assembly Instructions WHEN YOU CAN T BUY IT BUILD IT. StewMac Monarch RARE / VINTAGE / HARD TO GET Sheet #i-2205 Updated 2/8 StewMac Monarch CLASSIC PEDAL KIT Kit case is unpainted IN COLLABORATION WITH EarthQuakerDevices Assembly Instructions The Monarch Overdrive is an all discrete, FET-based dirt

More information

Gas Spreader PLUS Remote Kit With Built in Clutch Relay and On/Off Switch

Gas Spreader PLUS Remote Kit With Built in Clutch Relay and On/Off Switch Gas Spreader PLUS Remote Kit With Built in Clutch Relay and On/Off Switch NOTE: Read all directions first before continuing. This wireless controller kit has been programmed and tested before shipping.

More information

User manual. For. Arduino Ultrasonic Car Kit

User manual. For. Arduino Ultrasonic Car Kit User manual For Arduino Ultrasonic Car Kit Introduc on: This ultrasonic DIY car is based on Arduino development board(open source electronic pla orm). In this manual, we mainly use four Arduino parts:

More information