Arduino Panel Meter Clock. By Russ Hughes

Size: px
Start display at page:

Download "Arduino Panel Meter Clock. By Russ Hughes"

Transcription

1 Arduino Panel Meter Clock By Russ Hughes

2 OVERVIEW My father has been a lifelong Ham Radio Operator with a fondness for almost anything with a panel meter. After seeing the Trinket Powered Analog Meter Clock by Mike Barela on the Adafruit website ( I knew I had to create one. 3D PRINTING All parts print without support. I printed mine in PLA with a 0.2mm layer height using 3 top, bottom and perimeter shells CUSTOM METER FACES The Hour and Minute meter faces were created using MeterBasic from Tonne Software. MeterBasic is a fine program for the hobbyist who wants to generate a simple scale occasionally. MeterBasic is based on a subset of the features found in Meter and there are no plans to update it regularly. It requires no key and has no time or usage limitations. To provide an incentive to upgrade from MeterBasic to Meter, many of the features found in Meter are absent.. Download and install a copy from The source files for the meter faces are included in my project files so print one (or two, stuff happens) of each of the meters. Take apart the meters by removing the two small screws on front of the meter and remove the cover. Carefully remove the two small screws that hold the meter s scale plate and remove the plate by sliding it up and off the two very easily broken plastic or metal pins. Glue the new meter face to the back side of the plate (they are usually blank) and replace the scale plate with the new face showing. Reassemble the meter and congratulate yourself either on a job well done or the fact that you bought extra meters and nobody has to see havoc you have wrought on a poor panel meter.

3 PARTS LIST 1 3D Printed Case & Buttons 1 Arduino Pro Mini 328-5V/16MHz Vdc Analog Panel Meters 1 DS3231 RTC 2 6x6x4.3mm Tactile Push Buttons 1 DC Power Jack Socket 1 Vero 250D Protoboard 4 M3-0.5 Screws (around 8mm length) 7 M2-0.4 Screws (around 6mm length) 10 short lengths of wire mm Single Row Female Header mm Single Row Male Header to 12Vdc wall power adapter

4 ASSEMBLY Solder the headers to the Arduino Pro Mini including the A4 & A5 pins on the top of the board. It should look similar to the picture below. Drill two additional holes in the protoboard mirroring the two existing holes so they line up with the 4 standoffs on the rear panel of the case. Cut 2 pieces 12 pins in length from the Female Pin Header and solder them to the top side of the protoboard as shown below.

5 Solder the two Tactile Push Buttons to the backside of the protoboard as shown below. These buttons should be directly above the time button adjust holes in the rear panel of the case when the board is mounted to the four standoffs. The orientation of the switches is important as the two sets legs are tied together. If you have the switch rotated 90 degrees it will act like it is always pressed. Use a multimeter to verify that the normally open pins are arranged horizontally and they are closed when the buttons are pressed. The lower pins of the buttons should line up with the Arduino s D8 and D11 pins.

6 Turn the board over so you re looking at the top side again. The solid yellow boxes in the picture below show the position of the legs of the tactile buttons. I usually fold the legs over to keep the button in place while soldering but be careful that the lower two legs don t make connection with any of the adjacent solder pads. The lower two pins of the buttons should line up with the Arduino s D8 and D11 pins Cut three 2 pin strips from the male header and solder in the locations marked by the red boxes in the picture below. One 2 pin header should line up vertically with the Arduino s D5 & D6 pins. The second 2 pin header should line up horizontally with the Arduino s GND pin. The third 2 pin header should line up vertically with the Arduino s RAW and GND pins. Cut a 3 pin strip from the male header and solder in the location marked by the yellow box Solder two short lengths of wire between the solder pads as show below in blue. Each of the wires should run from one of the Arduino s ground pins to the bottom outside pins of the tactile buttons.

7 Turn the protoboard over so you are looking at the bottom side again. Solder short lengths of wire or create solder bridges between the pads as shown by the red boxes.

8 THE RTC BOARD If your RTC board has a diode located near the red arrow in the picture below, remove it from the board. It is intended to be a charging circuit and it should not be used as it can cause damage to your battery. Take a look at these web pages for more information on this charging circuit: Remove the 6 pin header from the RTC board if it has one. You can unsolder it or just clip it with wire cutters. Solder a 4 pin male header or 4 short lengths of wire to the battery side of the RTC board.

9 Use M2 screws to mount the RTC board battery side up to back of the case as shown below. Mount the power jack through the large hole in the back of the case as shown below. Solder 2 short lengths of wire to the positive and ground tabs of the connector.

10 Place the two 3d printed buttons through the two holes (they have notches not shown in this picture to clear the standoffs) so the small nubs of the buttons stick out the back of the case leaving the large flat surfaces inside the case so they can activate the time adjust buttons on the protoboard. Mount the protoboard in the back of the case as shown using M2 screws. The 3d printed buttons should line up with the two tactile buttons on the other side of the protoboard.

11 MOUNTING THE METERS Mount the meters through the front of the case and secure them in place.

12 MAKING THE CONNECTIONS I used premade cables with female Dupont Connectors at each end and an assortment of 2, 3 and 4 pin housings to make these connections but you could use any small diameter wire. Connect the RTC board to the protoboard and Arduino as follows; RTC SCL to Arduino A5, RTC SDA to Arduino A4, RTC VCC to Arduino VCC, RTC GND to Arduino GND If you plan to run the clock off a regulated 5 volt supply like a USB port or charger connect the power jacks positive wire to one of the VCC pins. If you plan to use a 6 to 12Vdc wall power adapter connect the power jack s positive wire to the header pin connected to the Arduino s RAW pin. Connect the power jacks GND wire to the header pin connected to Arduino s GND pin. Make two cables with 2 wires each with small round crimp terminal at one end. I just soldered the crimp on terminals over the existing female connectors since they fit. Attach one of the cables to the 2 pin ground header on the right side of the protoboard. Attach the other end of each wire to the - terminal on each of the panel meters. Connect the other cable to the 2 pin header connected to the Arduino s D5 & D6 pins. Connect the wire from the D5 pin to the + terminal of the HOUR meter and the wire from the D6 pin to the + terminal of the MINUTE meter.

13 PROGRAMMING The Arduino Pro Mini has no USB port so it requires a 5V FTDI board or other device to program. I use a FTDI Basic Breakout from Sparkfun available from or The clock sketch uses an additional library to communicate with the RTC board that you will need to install. See the Arduino website if you need more information on how to install libraries. The RTCLib library is available from Load the PanelMeterClock sketch into the Arduino IDE then compile and upload it to the Arduino Pro Mini. The clock should automatically set the time to the time that sketch was compiled and start displaying the time. You can set the time by pressing either the Hour or Minuet adjust buttons. Due to variances in meters your clock may need to be calibrated if the needle does not point to the correct digit for each hour and minute. The clock sketch contains two arrays hpwm[] and mpwm[] that hold the PWM values used for each hour and minute. You can step thru the hours and minutes using the time adjust buttons making note of any inaccurate readings and then adjust the corresponding values in each array to get a more accurate display. I have also included a CalibrateMeter sketch that will let you step thru all the possible PWM values from 0 to 255 using the time adjust buttons. The current PWM values will be printed to the Serial Monitor in the Arduino IDE. You can use this to step through each hour and minute to determine the best PWM value for each. FINAL ASSEMBLY Carefully tuck the wires into the case and attach the back of the case with four M3-0.5 machine screws. Enjoy your new clock. Russ

Rainbowduino Word Clock. By Russ Hughes

Rainbowduino Word Clock. By Russ Hughes Rainbowduino Word Clock By Russ Hughes (russ@owt.com) OVERVIEW This word clock is based on the NeoMatrix 8x8 Word Clock by Andy Doro from https://learn.adafruit.com/neomatrix-8x8-word-clock. Not having

More information

Adafruit USB Power Gauge Mini-Kit

Adafruit USB Power Gauge Mini-Kit Adafruit USB Power Gauge Mini-Kit Created by Bill Earl Last updated on 2017-07-14 11:55:04 PM UTC Guide Contents Guide Contents Overview Assembly Basic Assembly Solder the female connector. Solder the

More information

Installation/assembly manual for DCC/Power shield

Installation/assembly manual for DCC/Power shield Installation/assembly manual for DCC/Power shield The DCC circuit consists of the following components: R1/R6 R2/R3 R4/R5 D1 C2 2 kω resistor ½ Watt (colour code Red/Black/Black/Brown/Brown) 10 kω resistor

More information

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel)

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel) Nano DDS VFO Rev_2 Assembly Manual Farrukh Zia, K2ZIA, 2016_0130 Featured in ARRL QST March 2016 Issue Nano DDS VFO is a modification of the original VFO design in Arduino Projects for Amateur Radio by

More information

Phi -1 shield Documentation. Table of content

Phi -1 shield Documentation. Table of content Phi -1 shield Documentation Last reviewed on 01/03/11 John Liu Table of content 1. Introduction: 2 2. List of functions: 2 3. List of possible projects: 2 4. Parts list: 3 5. Shield pin usage: 3 6. List

More information

ROTOPOD PERISCOPE LIGHTING KIT

ROTOPOD PERISCOPE LIGHTING KIT ROTOPOD PERISCOPE LIGHTING KIT (for ULTIMATE Periscopes) 14-MAR-2013_rev 2.0 I designed the Periscope Lighting Kit to be as flexible as possible. Every LED is individually controllable. I have provided

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

Post Tenebras Lab. Written By: Post Tenebras Lab

Post Tenebras Lab. Written By: Post Tenebras Lab Post Tenebras Lab PTL-ino is an Arduino comptaible board, made entirely out of through-hole components. It is a perfect project to learn how to solder and start getting into the world of micro controllers.

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

Bill of Materials: Turn Off the Lights Reminder PART NO

Bill of Materials: Turn Off the Lights Reminder PART NO Turn Off the Lights Reminder PART NO. 2209650 Have you ever woke up early in the morning to find out that the kids (or adults) in your home forgot to turn off the lights? I've had that happen a number

More information

Flight Data Recorder Hardware Version 1.0

Flight Data Recorder Hardware Version 1.0 Flight Data Recorder Hardware Version 1.0 By R. G. Sparber Scope The Flight Data Recorder (FDR) hardware is described here. The software is described in a separate document. The reader can etch their own

More information

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder.

Insert the male, 90 angled, 2x10 connectors into the corresponding 2x10 sockets and put them in place, flat under the PCB. Solder. MC624 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

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

GPS Series. Build a GPS Smart Logger. By Michael Simpson. As seen in November 2008 of Servo Magazine Pick up an issue at

GPS Series. Build a GPS Smart Logger. By Michael Simpson. As seen in November 2008 of Servo Magazine Pick up an issue at GPS Series By Michael Simpson Build a GPS Smart Logger As seen in November 2008 of Servo Magazine Pick up an issue at www.servomagazine.com I recently did a GPS series covering various GPS modules and

More information

Propeller Project Board USB (#32810)

Propeller Project Board USB (#32810) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

BehringerMods.com. Instructions for modification of Behringer SRC analog inputs and outputs

BehringerMods.com. Instructions for modification of Behringer SRC analog inputs and outputs BehringerMods.com Instructions for modification of Behringer SRC analog inputs and outputs The following instructions will cover the details of fully modifying a unit with analog output and analog input

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

Plasma Panel Replacement Guide DU-42PX12X

Plasma Panel Replacement Guide DU-42PX12X Plasma Panel Replacement Guide DU-42PX12X Panel Replacement: At this point, the panel has been determined to be defective and replacement is necessary. Upon receiving the replacement panel, it must be

More information

Tubbutec Sumtiple Kit Version Construction Manual

Tubbutec Sumtiple Kit Version Construction Manual Tubbutec Sumtiple Kit Version Construction Manual This document describes the construction of the Sumtiple Kit. The following parts are included: 1x Sumtiple PCB with SMD-Parts already soldered 1x Front

More information

Wii Nunchuk Transceiver. Wiring Diagrams

Wii Nunchuk Transceiver. Wiring Diagrams Wii Nunchuk Transceiver Wiring Diagrams Wii Nunchuk Controller Wiring SCL SCL SDA +3v3 +3v3 Det SDA To Nunchuk Controller Top View Bottom View Bottom View 2.4GHz Wireless Transceiver CMD RXD TXD VCC 220Ω

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

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

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

FCB1010 Phantom Power Adaptor

FCB1010 Phantom Power Adaptor FCB1010 Phantom Power Adaptor The Behringer FCB1010 pedal is normally powered by an external cable that plugs into a standard 120 volt 3-prong wall receptacle. While this works fine, it does require a

More information

Installation Instructions. Ecast Mojo B75B Motherboard Upgrade Kit Kit #

Installation Instructions. Ecast Mojo B75B Motherboard Upgrade Kit Kit # Installation Instructions Ecast Mojo B75B Motherboard Upgrade Kit Kit #26684501 This kit contains the parts and instruction to install the B75B Motherboard into your Ecast Mojo jukebox. Tools Required

More information

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS List of tools and materials needed: Modchip, flexible LED add-on board, 6 tac switches Microsoft wireless CG2 controller Soldering iron and thin

More information

HARDWARE OPERATIONS MANUAL

HARDWARE OPERATIONS MANUAL HARDWARE OPERATIONS MANUAL Table of Contents INTRODUCTION... 2 SECTION 1: HARDWARE COMPONENT ASSEMBLIES... 2 MECHANICAL HARDWARE AND CASE... 2 PCB ASSEMBLY... 4 ISD RECORDING CIRCUIT... 5 BREADBOARD ASSEMBLY...

More information

Metro Minimalist Clock

Metro Minimalist Clock Metro Minimalist Clock Created by John Park Last updated on 2018-08-22 04:01:22 PM UTC Guide Contents Guide Contents Overview For this build you'll need: Clock Circuit Code the Clock Display the Clock

More information

Hardware Overview and Features

Hardware Overview and Features Hardware Overview and Features Don t snap apart your LilyPad ProtoSnap Plus until you're ready to use the pieces in a project. If you leave the pieces attached to the board, you'll be able to prototype

More information

Mailbox Notification Service. Created by Adam Kohring

Mailbox Notification Service. Created by Adam Kohring Mailbox Notification Service Created by Adam Kohring Last updated on 2015-06-24 10:20:07 PM EDT Guide Contents Guide Contents Overview Parts List Adafruit Products Additional Products Print the Circuit

More information

Single cable kit for the FCB1010

Single cable kit for the FCB1010 Single cable kit for the FCB1010 1. What is it? With this kit, you can turn your FCB1010 into a phantom powered floorboard, which can do 2-way MIDI communication over one single cable. After installing

More information

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC

Adafruit Metro Mini. Created by lady ada. Last updated on :12:28 PM UTC Adafruit Metro Mini Created by lady ada Last updated on 2018-01-24 08:12:28 PM UTC Guide Contents Guide Contents Overview Pinouts USB & Serial converter Microcontroller & Crystal LEDs Power Pins & Regulators

More information

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold.

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold. Passive Components 0101 Resistor, 100 brown-black-browngold. 690620 0102 Resistor, 220 red-red-brown-gold. 690700 0103 Resistor, 1000 brown-black-red-gold. 690865 0104 Resistor, 10k 0201 Capacitor, 1 µf,

More information

TLC5947 and TLC59711 PWM LED Driver Breakouts

TLC5947 and TLC59711 PWM LED Driver Breakouts TLC5947 and TLC59711 PWM LED Driver Breakouts Created by Bill Earl Last updated on 2016-03-01 07:38:00 PM EST Guide Contents Guide Contents Overview Assembly Assembly: Soldering the Headers Position the

More information

Go-Baby-Go Senior Capstone Project

Go-Baby-Go Senior Capstone Project Go-Baby-Go Senior Capstone Project Assembly Manual Team 22C Alwaleed Alhamra Asrar Alkhabbaz Fawaz Almutairi Sultan Almutairi Eric Trieu Project Sponsor: W.L. Gore & Associates Faculty Advisor: Dr. David

More information

Standard Strip Series

Standard Strip Series Standard Strip Series Standard Strip STS-12 LED Lighting Systems Installation Manual (Version 1.3) YESCO LLC, 5119 South Cameron Street, Las Vegas, NV 89118 Table of Contents Introduction 1 Mounting Diagrams

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

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

HUB-ee BMD-S Arduino Proto Shield V1.1

HUB-ee BMD-S Arduino Proto Shield V1.1 HUB-ee BMD-S Arduino Proto Shield V1.1 User guide and assembly instructions Document Version 0.5 Introduction & Board Guide 2 Schematic 3 Quick User Guide 4 Assembly Guide 6 Kit Contents 7 1) Diodes and

More information

BuffaloLabs WiFi Lantern Assembly guide version 1

BuffaloLabs WiFi Lantern Assembly guide version 1 BuffaloLabs WiFi Lantern Assembly guide version 1 Needed equipment: Solder iron Solder wire Cutter Wire stripper (optional) Hot glue gun Overview of the components (not including USB cable and box panels)

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Please read these instructions before purchasing the MIDI interface, to make sure you are comfortable performing the necessary steps.

More information

Desktop housing AZ/EL Kit V1.2 for ERC-M Instructions. Instructions

Desktop housing AZ/EL Kit V1.2 for ERC-M Instructions. Instructions Instructions Desktop housing AZ/EL it V1.2 for ERC-M Instructions Congratulations for buying your Desktop housing AZ/EL for ERC-M. This document will guide you through the needed steps for assembly of

More information

Bill of Materials: Picaxe-based IR Control Module Pair PART NO

Bill of Materials: Picaxe-based IR Control Module Pair PART NO Picaxe-based IR Control Module Pair PART NO. 2171014 The IRGEII is an IR (Infra Red) Transmitter and Receiver pair that uses a 38 KHZ frequency of invisible light to communicate simple instructions. The

More information

KK1L 2x6 Antenna Switch Relay Controller / Dual Band Decoder Basic Assembly Version 4.8 (new 24-Aug-2009) Parts List updated 19-AUG-2016

KK1L 2x6 Antenna Switch Relay Controller / Dual Band Decoder Basic Assembly Version 4.8 (new 24-Aug-2009) Parts List updated 19-AUG-2016 KK1L 2x6 Antenna Switch Relay Controller / Dual Band Decoder Basic Assembly Version 4.8 (new 24-Aug-2009) Parts List updated 19-AUG-2016 Ronald Rossi, KK1L http://home.comcast.net/~kk1l Design Features:

More information

HTC RE Companion Handheld camera

HTC RE Companion Handheld camera HTC RE Companion Handheld camera disassemby HTC RE Companion camera disassembly starting point. This will get the camera open with minimal damage, and give you some options to repair. Written By: Mike

More information

Zero2Go. User Manual (revision 1.03) Wide Input Range Power Supply for Your Raspberry Pi. Copyright 2017 UUGear s.r.o. All rights reserved.

Zero2Go. User Manual (revision 1.03) Wide Input Range Power Supply for Your Raspberry Pi. Copyright 2017 UUGear s.r.o. All rights reserved. Zero2Go Wide Input Range Power Supply for Your Raspberry Pi User Manual (revision 1.03) Copyright 2017 UUGear s.r.o. All rights reserved. Table of Content Product Overview... 1 Product Details... 3 Package

More information

REMOTE HEAD ADAPTER INSTALLATION GUIDE

REMOTE HEAD ADAPTER INSTALLATION GUIDE REMOTE HEAD ADAPTER INSTALLATION GUIDE The Remote Head adapter is a valuable accessory for the Uniden BC-780, 785 and 796 scanners. It allows the scanner's control panel to be removed from the radio and

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

Connecting igaging DigiMAG Scales to the Caliper2PC Interface A step by step Guide

Connecting igaging DigiMAG Scales to the Caliper2PC Interface A step by step Guide What is an igaging DigiMAG Scale? The igaging DigiMAG are digital linear scales that are easily connectable to the Caliper2PC interface. They consist of two parts, the encoder and the readout unit. The

More information

CP5176 Assembly guide. Soldering. CP5176 Assembly guide Main PCB PCB split. Document revision 2.1 Last modification : 12/11/17

CP5176 Assembly guide. Soldering. CP5176 Assembly guide Main PCB PCB split.  Document revision 2.1 Last modification : 12/11/17 CP5176 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

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

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

LilyPad ProtoSnap Plus Hookup Guide

LilyPad ProtoSnap Plus Hookup Guide Page 1 of 16 LilyPad ProtoSnap Plus Hookup Guide Introduction The LilyPad ProtoSnap Plus is a sewable electronics prototyping board that you can use to learn circuits and programming, then break apart

More information

The basic product comes with the IRS5 control board, 3 internal cables, 1 external cable with a 5 volt adapter and a mounting bracket with hardware.

The basic product comes with the IRS5 control board, 3 internal cables, 1 external cable with a 5 volt adapter and a mounting bracket with hardware. Please read these instructions and watch the Installation Video before you proceed with the installation of the PC-IRS5-01. Installation Video: http://youtu.be/os98e32vhb4 The PC-IRS5-01 Infrared Receiver

More information

Pacific Antenna Two Tone Generator

Pacific Antenna Two Tone Generator Pacific Antenna Two Tone Generator Description Our Two Tone Generator kit provides two non-harmonic, sine wave signals for testing audio circuits Outputs of approximately 700Hz and 1900Hz and the combination

More information

Assembly Instructions (8/14/2014) Your kit should contain the following items. If you find a part missing, please contact NeoLoch for a replacement.

Assembly Instructions (8/14/2014) Your kit should contain the following items. If you find a part missing, please contact NeoLoch for a replacement. NeoLoch NLT-28P-LCD-5S Assembly Instructions (8/14/2014) Your kit should contain the following items. If you find a part missing, please contact NeoLoch for a replacement. Kit contents: 1 Printed circuit

More information

the TS-520 Noise Blanker board to and making wiring changes to your SB-303 receiver!!!!

the TS-520 Noise Blanker board to and making wiring changes to your SB-303 receiver!!!! The Kenwood TS-520 s Noise Blanker board, ID# X54-1080-10, can be installed in a Heathkit SB-303 receiver quite easily. The Noise Blanker board operates directly off of the SB-303 s 15VDC supply. Therefore,

More information

Thursday, September 15, electronic components

Thursday, September 15, electronic components electronic components a desktop computer relatively complex inside: screen (CRT) disk drive backup battery power supply connectors for: keyboard printer n more! Thursday, September 15, 2011 integrated

More information

Sprinkler Controller Assembly Manual

Sprinkler Controller Assembly Manual Sprinkler Controller Assembly Manual V1.0 Doug Jackson VK1ZDJ September 2010 Licence The Sprinkler Controller Design, PCB layout, Manual, and Firmware is Copyright 2010, by Douglas Jackson, VK1ZDJ. This

More information

RedBoard Hookup Guide

RedBoard Hookup Guide Page 1 of 11 RedBoard Hookup Guide CONTRIBUTORS: JIMB0 Introduction The Redboard is an Arduino-compatible development platform that enables quick-and-easy project prototyping. It can interact with real-world

More information

Building the RGBW LED Controller

Building the RGBW LED Controller Building the RGBW LED Controller A guide for the assembly and operation of your RGBW LED Controller. ver 3.1 Getting Started Parts list - You should have received the following parts: (1) Circuit Board,

More information

Adafruit PowerBoost Charger

Adafruit PowerBoost Charger Adafruit PowerBoost 500 + Charger Created by lady ada Last updated on 2015-10-21 12:44:24 PM EDT Guide Contents Guide Contents Overview Pinouts Power Pins Control Pins LEDs Battery and USB connection On/Off

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

SharpSky Focuser Construction. SharpSky Focuser. Construction Document V st December 2012 Dave Trewren 1

SharpSky Focuser Construction. SharpSky Focuser. Construction Document V st December 2012 Dave Trewren 1 SharpSky Focuser Construction Document V0.12 1st December 2012 Dave Trewren 1 Contents 1 General... 3 1.1 Change Record... 3 1.2 References... 3 2 Introduction... 5 3 SharpSky driver installation... 5

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:   Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

LED. Sign Module. Assembly Manual

LED. Sign Module. Assembly Manual LED Sign Module Assembly Manual 6/14/2002 3:10 PM 6 2 3 3 E. S a w g ra s s R d S a ra s o ta, F L. 3 4 2 4 0 (9 4 1 )3 7 7-5 7 7 5 F A X(9 4 1 )3 7 8-4 2 2 6 www.acscontrol.com Table of Contents Table

More information

MAIN PCB (The small one)

MAIN PCB (The small one) THANKS FOR CHOOSING ONE OF OUR KITS! This manual has been written taking into account the common issues that we often find people experience in our workshops. The order in which the components are placed

More information

HUB-ee BMD-S Arduino Proto Shield V1.0

HUB-ee BMD-S Arduino Proto Shield V1.0 HUB-ee BMD-S Arduino Proto Shield V1.0 User guide and assembly instructions Document Version 1.0 Introduction 2 Schematic 3 Quick user guide 4 Assembly 5 1) DIP Switches 5 2) Micro-MaTch Connector Headers

More information

Upgrading the Mark5 motherboard to the SE7520BD2 Server Board

Upgrading the Mark5 motherboard to the SE7520BD2 Server Board Upgrading the Mark5 motherboard to the SE7520BD2 Server Board Joint Institute for VLBI in Europe Martin Leeuwinga (leeuwinga@jive.nl) February 2008 1. Introduction This document describes how to upgrade

More information

Phi -2 shield Documentation. Table of content

Phi -2 shield Documentation. Table of content Phi -2 shield Documentation Last reviewed on 4/2/2011 John Liu Table of content 1. Introduction: 2 2. List of functions: 2 3. Complete projects with code to get you started: 3 4. Possible projects to get

More information

How to Assemble a Desktop PC

How to Assemble a Desktop PC How to Assemble a Desktop PC By Taylor Koch iii Table of Contents Introduction to Building a Desktop PC... 1 Preparation and Precautions... 3 PC Parts... 3 Basic Tools... 3 Safety Precautions... 3 Installing

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

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

12mm LED Pixels. Created by Phillip Burgess. Last updated on :38:47 AM UTC

12mm LED Pixels. Created by Phillip Burgess. Last updated on :38:47 AM UTC 12mm LED Pixels Created by Phillip Burgess Last updated on 2017-10-25 04:38:47 AM UTC Guide Contents Guide Contents Project Ideas Wiring Connecting to Arduino Why do the bullet and flat pixels use different

More information

PIX 515/515E. PIX 515/515E Product Overview CHAPTER

PIX 515/515E. PIX 515/515E Product Overview CHAPTER CHAPTER 4 PIX 515/515E This chapter describes how to install the PIX 515/515E, and includes the following sections: PIX 515/515E Product Overview Installing a PIX 515/515E PIX 515/515E Feature Licenses

More information

Mac Mini Mid 2010 SSD Installation

Mac Mini Mid 2010 SSD Installation Mac Mini Mid 2010 SSD Installation Replace your Mac Mini Mid 2010's hard drive for more storage space and an increase in speed. Written By: Dozuki System 2017 guides.crucial.com Page 1 of 15 INTRODUCTION

More information

OPERATING INSTRUCTIONS:

OPERATING INSTRUCTIONS: List OPERATING INSTRUCTIONS: Preparation For Installation, Product Identification Charging The Batteries ing And Adjusting The Lift Mounting Head s Brackets Mounting Clamps And Quick-Locking Arms Installation

More information

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011

Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part 1, V1.5 UFO Doctor, July 4th, 2011 Tutorial AR Drone Miru Mod on Windows7 with DX6i DRAFT Part, V.5 UFO Doctor, July th, 20. Introduction The Miru Mod for standard remote control of the AR Drone is great work. Congratulations to Miru and

More information

13 MMC for PC Option Modules

13 MMC for PC Option Modules Part Number M.1300.8684 MMC for PC Option Modules Manual V3.0 The information in this document is also available in the MMC for PC Hardware Manual. 13 MMC for PC Option Modules 13.1 General The MMC for

More information

Parts List: Part # Tools List: Instructions:

Parts List: Part # Tools List: Instructions: Parts List: Part # 1 pair of Dayton Audio B652s 300-652 1 Dayton Audio DTA-2 amplifier 300-385 1 MP3 module 320-350 1 7805 +5 VDC voltage regulator 7805 1 12 VDC 2A power supply 129-077 1 2.1 mm panel

More information

Proto-DB (#28310): Prototyping Daughterboard

Proto-DB (#28310): Prototyping Daughterboard Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

AXE Stack 18. BASIC-Programmable Microcontroller Kit. An inexpensive introduction to microcontroller technology for all ability levels

AXE Stack 18. BASIC-Programmable Microcontroller Kit. An inexpensive introduction to microcontroller technology for all ability levels Ltd AXE Stack 18 BASIC-Programmable Microcontroller Kit a division of An inexpensive introduction to microcontroller technology for all ability levels Free Windows interface software Programmable in BASIC

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

Creep Cluster Build Document. V5 - November 2018

Creep Cluster Build Document. V5 - November 2018 Creep Cluster Build Document. V5 - November 2018 Dual triangle oscillators are hard-switched by a fast squarewave. Then the signal goes into a resonant lowpass filter. Sounds vary from deep rumbling drones

More information

Triori Game PART NO

Triori Game PART NO Triori Game PART NO. 2207865 -History Almost everyone knows the tic tac toe but few know the game Triori. Triori or Triara as it is called, is an ancient Greek game that was played in the sand or the streets

More information

You need the following components to assemble the Black n Wood Nixie Clock circuit board:

You need the following components to assemble the Black n Wood Nixie Clock circuit board: You need the following components to assemble the Black n Wood Nixie Clock circuit board: Quantity Designator Description 1 Battery Battery, CR1220 1 Battery Battery holder 3 Button 1, Button 2, Button

More information

Section 5: Installing Parts from the Controls and Connectors Bag

Section 5: Installing Parts from the Controls and Connectors Bag Section 5: Installing Parts from the Controls and Connectors Bag 1) Install Pinheaders & Sockets Using the Component Layout Diagram in Appendix A as a guide, install all pinheaders and strip sockets on

More information

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3

Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 1. Introduction Shack Clock kit PCB Revision: QCU Rev 1 or QCU Rev 3 Thank you for purchasing this QRP Labs Shack Clock kit. The kit uses the same PCB and bag of components as some other QRP Labs kits.

More information

Revised: Page 1

Revised: Page 1 Brought To You By And Designed By: Revised: 2017-05-07 Page 1 Features Of The Universal PSU Kit: Fits all standard Apple II and /// Power Supply Enclosures. (all parts included, user supplies household

More information

Electronics Assembly and Test Plan Rev 3

Electronics Assembly and Test Plan Rev 3 Overview This test plan will describe the process for testing and assembling the electronics system. It will discuss the required equipment, applicable engineering requirements, desired outcomes of each

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

Trinket RGB Shield Clock

Trinket RGB Shield Clock Trinket RGB Shield Clock Created by Mike Barela Last updated on 2016-02-07 09:38:15 PM EST Guide Contents Guide Contents Overview Libraries Getting Ready Hook-up Code Use and Going Further Use It! Going

More information

Supplement for module D061 incl. ATMega128 Prozessor

Supplement for module D061 incl. ATMega128 Prozessor Supplement for module D061 incl. ATMega128 Prozessor V 1.3 16. March 2006 2006 by Peter Küsters This document is in copyright protected. It is not permitted to change any part of it. It is not permitted

More information

PICAXE EXPERIMENTER BOARD (AXE090)

PICAXE EXPERIMENTER BOARD (AXE090) (AXE00) Description: The PICAXE experimenter board allows circuits for any size/revision of PICAXE chip ( / / ) to be quickly tested using a prototyping breadboard. The experimenter board provides power

More information

IQ32 Upgrade Kit Assembly Instructions

IQ32 Upgrade Kit Assembly Instructions IQ32 Upgrade Kit Assembly Instructions Jim Veatch WA2EUJ September 17, 2018 TABLE OF CONTENTS 1. INTRODUCTION... 3 2. IQ-32 UPGRADE KIT INVENTORY... 4 3. PREPARING THE RS-HFIQ AND SIDE PANELS... 6 4. CONNECTING

More information

GLiPIC Ver C Assembly manual Ver 1.0

GLiPIC Ver C Assembly manual Ver 1.0 GLiPIC Ver C Assembly manual Ver 1.0 Last Rev 1.1 Oct 30, 2001 Author: Ranjit Diol Disclaimer and Terms of Agreement As with any kit, only the individual parts supplied are guaranteed against defects and

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

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

into the EMU E4 Classic and E4 Platinum Samplers

into the EMU E4 Classic and E4 Platinum Samplers Installing the CF-CARD SCSI Card Reader/Writer Drive into the EMU E4 Classic and E4 Platinum Samplers Thank you for purchasing the CF-CARD Internal Card Reader Drive Installation Kit from SCSICardReaders.com.

More information