DIY KIT 121. ATMEL 89Cx051 PROGRAMMER

Size: px
Start display at page:

Download "DIY KIT 121. ATMEL 89Cx051 PROGRAMMER"

Transcription

1 Microcontrollers (uc s) have been around for quite a while now. With relatively few I/O lines, a limited instruction set and almost no peripherals they are far better suited for control applications than uc s such as 8051, 6800, etc. This kit is a simple but powerful programmer for the Atmel 89C1051, 89C1051U, 89C2051 & 89C4051 microcontrollers and uses a serial port for communication. Data Sheets may be obtained from their website atmel.com. Go to Products/8051-Architecture. Using the serial port has several advantages: 1. The programmer does not require special software other than a communications program. Windows 3.11 & 95/98 come with Terminal & Hyperterminal built-in. Any comms program will do. We use our own term.exe. You may download this from The zip file includes a detailed explanation of how to setup and use term.exe under W98. Also printed below. 2. It allows the programmer to be used with any computer and operating system. The Atmel devices have a number of advantages: Flash technology. No need for EPROMs, UV erasers and OTPs. software compatible with the industry standard The 8051 family has been around for years and a vast library of software is available such as assemblers and simulators. Even code fragments for doing things such as initializing the serial port or BCD arithmetic are also available. The kit is constructed on a double-sided, through hole plated printed circuit board (PCB) measuring 85mm x 69mm (3.3 x 2.7 ). Protel Autotrax & Schematic were used to design the PCB. The kit is powered by a mains adaptor with an open circuit output voltage of at least 16VDC center positive. Most 12VDC adaptors should supply this quite easily. Current capacity should be at least 150mA. ASSEMBLY INSTRUCTIONS We have supplied a 20 pin IC socket for small volume programming. For volume programming the user should buy a 20 pin ZIF socket. A number of the components are physically similar and can be easily mixed up. Before starting, identify the following components: 1N4148 diode 1N4148 marked on body 5.6V zener diodes, 5V6 marked on body 12V zener, 12 or 12V marked on body BC547 and BC548 transistor 78L05 regulator For the two zener diodes there is brand information a well as the 5V6 and 12V or 12. Using the component overlay on the PCB, insert the components in the following order: 1. Resistors and diodes. The diodes must be inserted the correct way around. The bar on the diode body lines up with the bar on the component overlay. 2. Ceramic and monobloc capacitors 3. IC sockets & LEDs 4. Transistors and 5V regulator 5. Electrolytic capacitors. Make sure that the electrolytic capacitors are inserted the correct way around. The positive lead is marked on the overlay. The negative is marked on the body of the capacitor. 6. Crystal, pushbutton switch and DC jack 7. The switch has a flat side which lines up with the bar on the component overlay. 8. DB9 connector and the user-supplied 20-pin ZIF socket if supplied 9. Proceed to TESTING before inserting any ICs. CIRCUIT DESCRIPTION The 78L05 regulator provides a stable 5V supply for the ICs. Diode D1 protects the kit against reverse polarity of the power supply. Transistors Q1, Q2 and Q3 are used to control the programming voltage. Q3 switches the programming voltage on or off and is controlled via Q1. A high on the base of Q1 pulls the base of Q3 low and the programming voltage is switched off. Transistor Q2 controls the programming voltage level. With the programming voltage enabled (Q1 base low), a high on the base of Q2 causes zener Z1 to conduct and 5.6V is applied to the base of Q3, giving a 5V programming voltage. A low on the base of Q2 causes zener Z2 and diode D2 to conduct and 12.6V is applied to the base of Q3. The programming voltage is now 12V. Resistor R2 limits the current supplied to the programming pin. With a 12V programming voltage zener Z3 conducts and the Vpp On LED lights. Transistor Q4 switches the supply voltage to the programming socket. A low on the base supplies 5V to the socket and the Vcc On LED lights. The control software for this kit is contained in IC1, a preprogrammed 89C2051. It controls all the functions for reading, verifying and programming of the 89Cx051 chips, including setting the lock bits. Port pins P1.0 to P1.7 are used to transfer data to or from the programming socket. IC2, an 8-bit addressable latch, provides additional I/O and is controlled via port pins P3.2 to P3.6 and P3.7. The inbuilt serial port on pins P3.0 and P3.1 are used to communicate with the PC. IC3 converts between TTL and RS232 signal levels. TESTING Before applying power, check that all parts are inserted in the correct position. Make sure the electrolytic capacitors and diodes are the right way around. With no ICs inserted apply 12V DC center positive. The VPP LED should come on. Check the following: 1. +5V rail - between pins 10 and 20 of IC1 socket.

2 2. VPP - approx 12V on pin 1 of the prog. socket. 3. VCC voltage - 0V on pin 20 of the programming socket. 4. Insert a wire link between pins 5 and 16 of the IC2 socket. The VPP voltage should now be 5V. 5. Move the wire link to pins 6 and 16. The VPP voltage should now be 0V. 6. Move the wire link to pins 7 and 8. The VCC LED should come on and the voltage on pin 20 of the ZIF socket should be 5V. If all is well, remove power and insert the ICs. OPERATION & USE Connect the programmer to the serial port of a PC or other host using a straight through 9 pin cable. Start a terminal emulation program (telix, procomm etc) running at 9600 baud, 8 data bits, 1 stop bit and no parity bit. For Windows3.11 use Terminal. In Windows 95/98 you can use Hyperterminal. Use TTY emulation, no flow control. Save As K121.ht. Apply power to the programmer. Press Reset if necessary. A menu should appear and both LEDs should be off. The programmer is ready for use. If the menu does not appear check the above specifications. Check that the com port is correct. Or use term.exe as described below. NOTE: Do not insert or remove ICs in the programming socket until the programmer is powered up. Once powered do not insert or remove ICs until both LEDs are off. The programmer has six command functions: P... Program code data R... Read code data V... Verify code data L... write Lock bits E... Erase chip B... Blank check Insert a chip into the programming socket and choose an option. The programmer first attempts to identify the device and prints an error message if unable to do so. If all is well the function will be carried out and a message printed on completion. Before programming a chip it should be blank checked and erased if necessary. When programming or verifying data the user will be prompted to send a file to the programmer. The file must be in Intel HEX format and is transmitted using an ASCII or text transfer protocol. If an error occurs while programming or verifying, an error message will be printed and the programmer will stop. The VCC LED will remain on. The user will be prompted to press the reset switch. The usual programming sequence will be E B P V L. In Hyperterminal use Transfer/Send Text File after P tells you to Send file. (The text file in this case will be a *.hex file.) VPP will flicker on/off during programming. When you Send file for Verification VPP will not flicker. If all is OK both LEDs will go off. L)ock the code. Note: The verify function must be performed BEFORE writing the lock bits. Writing the lock bits prevents the code from being read out. All data will read as 0FFh and verification will fail. When reading data the programmer converts the data into an Intel HEX file before sending it to the PC. The user should turn on text capture before starting the read function so that the data can be saved to a disk file. IF IT DOES NOT WORK Poor soldering and components in the wrong position make up over 95% of problems. Contact the Developer You can the developer of this kit, Frank Crivelli at frank@ozitronics.com For a good Atmel web site see PARTS LIST - KIT 121 Resistors (0.25W carbon, 5%) 100 brown black brown...r2, blue grey brown...r K2 brown red red...r3,6, K3 orange orange red...r K7 yellow violet red...r5,7, K2 grey red red...r K brown black orange...r K SIL resistor network...rp or 10 pin network is OK. A type. Capacitors 27pF ceramic...c3, nF monobloc...c1,2,12, uF 25V electrolytic...c5,6,7,8,9, uF 25V electrolytic...c N D1 (1N4004 on body)...1 1N D2 (1N4148 on body)...1 LED, 5mm, red...d3, V6 400mW zener...z1,3 (5V6 on body) V 400mW zener...z2 (12 or 12V on body) 1 BC547 transistor, NPN...Q1,2,3...3 BC557 transistor, PNP...Q4...1 AT89C PC...IC1 pre-programmed HC259 8-bit latch...ic2...1 MAX232 or similar brand...ic3...1 Dual RS-232 transmitter/receiver 78L05 5V regulator...ic4...1 Crystal, MHz...Y1 (20.48MHz also ok)...1 DB9 right angled, female connector X1...1 Pushbutton hatkey switch...sw1...1 DC power jack...x pin IC socket...for IC2, pin IC socket...ic1, programming...2 PCB, K

3 How to Use term.exe Communications Program Some kits (K121, 122, 123, 164) require a communications program to transfer data between the serial port on the PC and the kit. In Windows 9x there is a comms program called Hyperterminal already builtin. In Windows 3.1x comes with the Terminal comms program built in. There are many comms program you can download from software sites. Frank Crivelli ( has written his own DOS-based comms program called term.exe. It is a simple, basic terminal program which does its job without a lot of bells & whistles. Also as of this moment he does not know how to write Windows software! You may download it from How to install term.exe This is a detailed explanation of how I have installed term.exe in my Windows 98 system. There are slight differences with Windows 95 and 2000 but it gives you an idea of how to do it. 1. Unzip term.zip. You will get this file and term.exe. 2. Move term.exe to the same folder as Hyperterminal. C:\Program Files\Accessories\Hyperterminal (I did this because sometimes I use Hyperterminal and all my hex files for programming firmware are in the same folder.) 3. Right click on some blank space on the desktop and select "New Shortcut". 4. Click on the "Browse" button and find 'term.exe' on your hard disk in the above mentioned folder 5. Click on it and select "open". Click "Next", "Next" then "Finish". You should now have an icon on your desktop. If you want to change the icon s name then right click on it and select Rename. 6. Right click on this icon and select "Properties". 7. Click on the "Program" tab. 8. Go to the end of the "Cmd line" box and type in " 9600" (you must include the leading space). If you are using COM2 then type " /2 9600" instead. Notice that the Working directory/folder is set to the same as the Cmd line. You can change this if necessary. 9. Tick the Close on exit box. This will shutdown the DOS window when you quit term.exe. 10. Click on the Change Icon button if you want to change the icon associated with this shortcut. 11. Click on the Screen tab and select Full-screen. 12. Click "OK". To run term.exe simply click on the desktop icon. Now see if you can communicate with the kit. Communicating with the Kit Each of our kits has a Menu in the kit Firmware. Power the kit, attach a straight-thru serial cable, then click on the term.exe icon. Or start term.exe, connect power and the serial cable. The order does not really matter.

4 Now usually pushing the tact switch or, in the case of Kit 164, hitting Enter, will bring up the Menu. But sometimes not. Do Alt-Q to exit the program, then click on the term.exe icon again to start it again. Almost always this restart will bring up the Menu after pressing the tact switch or hitting Enter. If not do the restart again. You should not need more than 2 restarts. Note F1 brings up the Help features. In particular, Alt-D goes to a DOS shell so you can do a dir *.* or dir *.hex to see what files are in the folder. Type exit to get out of the DOS shell. Alt-L starts the logging to a file feature (needed for Kit 164.) When logging is on note LOG appears on the bottom line. Programming with Kits I suggest you put the hex file you want to program into the same folder as term.exe. Then when you do an Alt-D followed by a dir *.hex all the hex files will be in the same folder. You will not have to change folders using DOS commands (which an increasing number of people today do not know.) Exit the folder by typing exit and hitting Enter. Put in the chip to be programmed. The Blank (B) and Erase (C or E read the menu) commands are obvious. To send the hex file to the programmer hit P for program. You will be prompted Send file now Now hit Alt-S which is (press F1) Send text file. Enter the hex file name. You will be prompted for the hex file name. Type it in then press Enter. The file will now be sent to the chip to be programmed on the programmer. You can do a Verify you will again be prompted to Send File Now. Just hit Alt-S. The correct file name is remembered. Hit Enter and the file will be sent to be verified. Finally do the required Lock bit command. In the latest Kit 123 firmware there is a Q Bulk Programming feature built in which does C P L. You still have to do the Alt-S to send the file to the Programmer. Contact Us You may contact the term.exe writer at frank@ozitronics.com If you have suggestions on how to improve this documentation me at peter@kitsrus.com August 9,

5

QUASAR PROJECT KIT # ATMEL AVR PROGRAMMER

QUASAR PROJECT KIT # ATMEL AVR PROGRAMMER This kit is a simple but powerful programmer for the Atmel AT90Sxxxx ( AVR ) family of microcontrollers. The Atmel AVR devices are a low-power CMOS 8-bit microcontroller using a RISC architecture. By executing

More information

DIY KIT 123. ATMEL 89xxxx PROGRAMMER

DIY KIT 123. ATMEL 89xxxx PROGRAMMER INTRODUCTION This kit is a powerful programmer for the Atmel 8051 family of microcontrollers. It supports the following devices: 89C1051, 89C2051 and 89C4051 89C51, 89LV51 89C52, 89LV52 89C55, 89LV55 89S8252,

More information

www.electronics123.com DIY KIT 108. Serial Isolat ed Input/Output Module Designed for control and sensing applications, this kit provides 8 relay outputs and 4 optically isolated inputs. It can be used

More information

DIY KIT 164. Telephone Call Logger

DIY KIT 164. Telephone Call Logger INTRODUCTION Have you ever opened your phone bill and thought I can t have made so many calls. Most phone bills itemize long distance calls and give details of the number dialled. But local calls are just

More information

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article

Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Scientific OWI Robotic Arm Interface Kit (PC serial) Article Images Company Robotic Arm PC Interface allows real time computer control and an interactive script writer/player for programming and

More information

Ocean Controls KT-5193 Modbus Programmable Stepper Motor Controller

Ocean Controls KT-5193 Modbus Programmable Stepper Motor Controller Ocean Controls KT-5193 Modbus Programmable Stepper Motor Controller The Ocean Controls Modbus Programmable Stepper Motor Controller is a four axis multifunction programmable stepper motor controller which

More information

K191 3 Channel RGB LED Controller

K191 3 Channel RGB LED Controller K191 3 Channel RGB LED Controller 1 Introduction. This kit has been designed to function as a versatile LED control module. The LED controller provides 3 high current channels to create light effects for

More information

A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14

A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14 A Programmer for the 68HC705C8 MicroController Figure 1 PROG05 As Built PROG05 User Guide Version C1 Page 1 of 14 Table of Contents midon design 1. Introduction...3 2. Description...4 3. Construction...5

More information

DIY KIT 140. Telephone Switcher MK2

DIY KIT 140. Telephone Switcher MK2 This device connects to the telephone line and can be used to remotely control up to 4 relay outputs using a DTMF (tone dialing) telephone. A number of user settings are available to improve the useability

More information

CK602 Telephone Call Logger

CK602 Telephone Call Logger INTRODUCTION Have you ever opened your phone bill and thought I can t have made so many calls. Most phone bills itemize long distance calls and give details of the number dialled. But local calls are just

More information

Zippy AVR Programmer. Zippy Programmer Features. Lomae Pty Ltd PO BOX 1297 Baulkham Hills, NSW,1755 ACN

Zippy AVR Programmer. Zippy Programmer Features. Lomae Pty Ltd PO BOX 1297 Baulkham Hills, NSW,1755 ACN PO BOX 97 ACN 0 80 56 Zippy AVR Programmer Introduction When Atmel released their 8 Bit AVR Microcontroller range, they also released a complete development system that allowed engineers to start developing

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

QUASAR PRODUCT CODE Telephone Call Logger

QUASAR PRODUCT CODE Telephone Call Logger INTRODUCTION Have you ever opened your phone bill and thought I can t have made so many calls. Most phone bills itemize long distance calls and give details of the number dialled. But local calls are just

More information

Uzebox Kit Assembly Guide

Uzebox Kit Assembly Guide Uzebox Kit Assembly Guide V1.3 Page 1 of 18 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

High Power (15W + 15W) Stereo Amplifier

High Power (15W + 15W) Stereo Amplifier High Power (15W + 15W) Stereo Amplifier Build Instructions Issue 1.0 Build Instructions Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit

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

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

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

RKP08 Component List and Instructions

RKP08 Component List and Instructions RKP08 Component List and Instructions PCB layout Constructed PCB RKP08 Scematic RKP08 Project PCB Page 1 Description The RKP08 project PCB has been designed to use PIC microcontrollers such as the Genie

More information

KIT 134. INTRODUCTION TO LCD S

KIT 134. INTRODUCTION TO LCD S The aim of this kit is to show how to use a 16x2 alphanumeric Liquid Crystal Display (LCD) with a PC. First we show how to connect it to the parallel port and echo and handle keyboard input. Then we show

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Programmer. User Guide

Programmer. User Guide Programmer User Guide Trademarks & Copyright Windows and Windows NT are registered trademarks of Microsoft Corporation. MCS-51 and Pentium are registered trademarks of Intel Corporation. AVR is registered

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

SRI-02 Speech Recognition Interface

SRI-02 Speech Recognition Interface SRI-02 Speech Recognition Interface Data & Construction Booklet The Speech Recognition Interface SRI-02 allows one to use the SR-07 Speech Recognition Circuit to create speech controlled electrical devices.

More information

solutions for teaching and learning

solutions for teaching and learning RKP18Motor Component List and Instructions PCB layout Constructed PCB Schematic Diagram RKP18Motor Project PCB Page 1 Description The RKP18Motor project PCB has been designed to use PIC microcontrollers

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

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

4.0 Blue LED DCF77 Clock documentation

4.0 Blue LED DCF77 Clock documentation 4.0 Blue LED DCF77 Clock documentation 1. LED Clock Main Board PCB mounting: Mount and solder the eight wire bridges. Mount and solder resistors R16, R18, R20, R22. Mount and solder capacitors C1 C3 (pitch

More information

Building the FlipChip Tester

Building the FlipChip Tester Building the FlipChip Tester 1. Assembly of the Core Board You will need a fine low-wattage soldering iron and a Voltmeter. Take your time to solder the components on the Core Board. Better to spend a

More information

Getting Started with STK200 Dragon

Getting Started with STK200 Dragon Getting Started with STK200 Dragon Introduction This guide is designed to get you up and running with main software and hardware. As you work through it, there could be lots of details you do not understand,

More information

Ocean Controls KT-5190 Serial Stepper Motor Controller

Ocean Controls KT-5190 Serial Stepper Motor Controller Ocean Controls KT-5190 Serial Stepper Motor Controller Controls 4 Stepper Motors Simultaneously RS-232 9600, 8N1 ASCII Serial Controlled Add more units to control up to 16 Motors Up to 6.3KHz Max Stepping

More information

Advanced Strobe 1.0 Kit

Advanced Strobe 1.0 Kit Kit Instruction Manual Eastern Voltage Research, LLC December 2013, Rev 1 1 http://www.easternvoltageresearch.com Kit Introduction to the Kit Thank you for purchasing the Kit. If you are looking for a

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

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

QRPGuys Digital Dial/Frequency Counter

QRPGuys Digital Dial/Frequency Counter QRPGuys Digital Dial/Frequency Counter 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

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

Clear code memory to all ones. The successful operation of this function is not automatically verified. Program from File

Clear code memory to all ones. The successful operation of this function is not automatically verified. Program from File Microcontroller Using a Personal Computer to Program the AT89C51/C52/LV51/LV52/C1051/C2051 Introduction This application note describes a personal computer-based programmer for the AT89C51/C52/LV51/LV52/C1051/C20

More information

K149. USB PICmicro Programmer. DIY Electronics (HK) Ltd PO Box 88458, Sham Shui Po, Hong Kong. mailto:

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

More information

Sierra Radio Systems. Digital Compass. Reference Manual. Version 1.0

Sierra Radio Systems. Digital Compass. Reference Manual. Version 1.0 Sierra Radio Systems Digital Compass Reference Manual Version 1.0 Contents Digital compass board RS485 power injector For more information, go to the Sierra Radio Systems web site at www.sierraradio.net

More information

DELUXE STEREO AMPLIFIER KIT

DELUXE STEREO AMPLIFIER KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SPEAKER DOCK WITH THIS DELUXE STEREO AMPLIFIER KIT Version 2.0 Build Instructions

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

Keywords Digital IC tester, Microcontroller AT89S52

Keywords Digital IC tester, Microcontroller AT89S52 Volume 6, Issue 1, January 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Digital Integrated

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

Building and using JasperMIDI

Building and using JasperMIDI Building and using JasperMIDI Table of Contents Introduction... Bill Of Materials... 2 Building Choices... 3 Construction... 4 Installing in a Jasper enclosure... 5 Standalone use... 6 Using JasperMIDI...

More information

Intelligent Devices IDI 6005 Speed Sign Controller Technical Manual

Intelligent Devices IDI 6005 Speed Sign Controller Technical Manual Intelligent Devices IDI 6005 Speed Sign Controller 4411 Suwanee Dam Road, Suite 510 Suwanee, GA 30024 T: (770) 831-3370 support@intelligentdevicesinc.com Copyright 2011, Intelligent Devices, Inc. All Rights

More information

Supplement for module D041 incl. ATMega8 Prozessor

Supplement for module D041 incl. ATMega8 Prozessor Supplement for module D041 incl. ATMega8 Prozessor V 1.4 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

These are the illustrated step-by-step guidelines for upgrading your Quad 306 with the Dada Electronics upgrade-kit.

These are the illustrated step-by-step guidelines for upgrading your Quad 306 with the Dada Electronics upgrade-kit. Quad 306 DIY illustrated guidelines version 1.1 These are the illustrated step-by-step guidelines for upgrading your Quad 306 with the Dada Electronics upgrade-kit. We will replace all electrolytic capacitors,

More information

ES-562/564U COMBINATION CLOCK/TIMER

ES-562/564U COMBINATION CLOCK/TIMER 142 SIERRA ST., EL SEGUNDO, CA 90245 USA (310)322-2136 FAX (310)322-8127 www.ese-web.com ES-562/564U COMBINATION CLOCK/TIMER OPERATION AND MAINTENANCE MANUAL The ES-562U/564U is a combination six digit

More information

8051 Basic Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Basic Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Basic Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Digital Keypad Introduction

Digital Keypad  Introduction K2 Digital Keypad Introduction The K02 uses the latest microprocessor technology to operate door strikes and security systems that require a momentary (timed) or latching dry contact closure. All programming

More information

Building the Super-VMW CPU Meter by Vincent M. Weaver 18 May 2011

Building the Super-VMW CPU Meter   by Vincent M. Weaver 18 May 2011 Building the Super-VMW CPU Meter http://www.deater.net/weave/vmwprod/meter/super.html by Vincent M. Weaver 18 May 2011 1 Parts List Part No Description Quantity Source LED Board 1 SVMW-Meter-LED-Board

More information

M68HC705L4 PROGRAMMER BOARD APPLICATION NOTE

M68HC705L4 PROGRAMMER BOARD APPLICATION NOTE M68HC705L4PGMR JUNE 1992 M68HC705L4 PROGRAMMER BOARD (REVision A PWBs only) APPLICATION NOTE INTRODUCTION This application note describes the programming technique used to program and verify the XC68HC705L4

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

Cumbria Designs T-1. C-1 Controller. User Manual

Cumbria Designs T-1. C-1 Controller. User Manual Cumbria Designs T-1 C-1 Controller User Manual CONTENTS 1 INTRODUCTION 2 2 CIRCUIT DESCRIPTION 2 3 ASSEMBLY 3 4 CONNECTIONS AND CONFIGURATION 4 5 TESTING 6 Appendix A C-1 Circuit Diagram and PCB Component

More information

SM010, Assembly Manual PCB Version 1.0

SM010, Assembly Manual PCB Version 1.0 180 SM010, Assembly Manual MATRIXARCHATE 16 8 IO SEQUENTIAL MATRIX SIGNAL ROUTER SM010 1 2 1 2 3 4 5 3 4 5 6 7 8 9 10 11 12 6 7 8 9 10 11 12 13 14 15 16 PROGRAM A B C D E F G H f1 f2 20.000 180 SSSR Labs

More information

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview

Freeduino USB 1.0. Arduino Compatible Development Board Starter Guide. 1. Overview Freeduino USB 1.0 Arduino Compatible Development Board Starter Guide 1. Overview 1 Arduino is an open source embedded development platform consisting of a simple development board based on Atmel s AVR

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

USB Controlled DMX interface

USB Controlled DMX interface USB Controlled DMX interface Control DMX fixtures using a PC and USB interface. Stand-alone test function that outputs all 512 channels at a time, with adjustable levels. Total solder points: 117 Difficulty

More information

KDR00101 DMX Controlled Relay Kit

KDR00101 DMX Controlled Relay Kit KDR00101 DMX Controlled Relay Kit This is a DMX512-A relay kit using ANSI approved RJ-45 connectors for DMX networks. Power requirements are 12 Vdc @ 100 ma. The relay contact rating is 10 Amp @ 120 or

More information

QUASAR KIT No DIGITAL DOWN TIMER 99 MIN WITH PIC

QUASAR KIT No DIGITAL DOWN TIMER 99 MIN WITH PIC QUASAR KIT No 1173 - DIGITAL DOWN TIMER 99 MIN WITH PIC KIT 1173 is a digital countdown timer based on a micro controller, thus securing reliability and excellent operation under any circumstances. It

More information

KPIC-0818P (V050919) Devices Included in this Data sheet: KPIC-0818P

KPIC-0818P (V050919) Devices Included in this Data sheet: KPIC-0818P Devices Included in this Data sheet: KPIC-0818P Features: Carefully designed prototyping area Accepts 8 pin PIC12 series micro-controllers Accepts 14 and 18 Pin PIC16 series Accepts some 8,14 and 18 pin

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

ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL

ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL ROBOTLINKING THE POWER SUPPLY LEARNING KIT TUTORIAL 1 Preface About RobotLinking RobotLinking is a technology company focused on 3D Printer, Raspberry Pi and Arduino open source community development.

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

Using solderless breadboards

Using solderless breadboards Page 1 of 9 Using solderless breadboards This document describes how to use the solderless breadboards available in the experimental didactic lab (LED, previously LADISPE) of Politecnico di Torino. 1 Setting

More information

Manual Main PCB Small-MIDI 4

Manual Main PCB Small-MIDI 4 Index PARTLIST MAIN PCB... 2 INTRODUCTION... 3 GENERAL... 3 THE CIRCUIT... 3 ASSEMBLY KIT... 4 ASSEMBLY OF THE PCB... 4 An important tip...... 4 ASSEMBLY... 4 THE CONNECTORS... 4 Power supply J1... 4 IDC

More information

*on-board power supply capability limited. External battery should be used for higher power servos.

*on-board power supply capability limited. External battery should be used for higher power servos. Pan and Tilt Decoder II PART NO. Add affordable Pan and Tilt control to your security cameras using the Pan and Tilt Decoder II and the DFRobot DF05BB Tilt/Pan Kit (5kg), Jameco PN 2144518 or the DAGU

More information

Figure 1-1 ISPAVRU1 application

Figure 1-1 ISPAVRU1 application ISP AVR Programmer through USB Main Features AVR Studio Interface (AVR Studio 4.12 or later) Supports all AVR Device with ISP interface, refer to AVR Studio Programs both Flash and EEPROM Supports Fuse

More information

Exclusive 2.5 GHz Frequency Counter

Exclusive 2.5 GHz Frequency Counter Exclusive 2.5 GHz Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and tune this frequency counter KIT. Features: Frequency range from 5 MHz to 2.5GHz Factory

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2010 Ulrich H. Steinberg Contents Introduction...2 Connecting the Hardware...3 The Configuration Switches...5 Power Considerations...7 Serial Communication...8 Installing the USB-Serial

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

KDR00301 DMX Controlled Relay Kit

KDR00301 DMX Controlled Relay Kit KDR00301 DMX Controlled Relay Kit This is a DMX512-A relay kit using ANSI approved RJ-45 connectors for DMX networks. Power requirements are 12 Vdc @ 200 ma. The relay contact rating is 10 Amp @ 120 or

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

VG-305A AC Traffic Light Controller Kit

VG-305A AC Traffic Light Controller Kit Galak Electronics Electronic kits and components Website: GalakElectronics.com Email: sales@galakelectronics.com Phone: (302) 832-1978 VG-305A AC Traffic Light Controller Kit Thank you for your purchase

More information

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator

ZCRMZNICE01ZEMG Crimzon In-Circuit Emulator Quick Start Guide QS006602-0408 Introduction Zilog s ZCRMZNICE01ZEMG Crimzon (ICE), shown in Figure 1, provides Crimzon chip family emulation with a Trace and Event system for program debugging using Zilog

More information

Chill Interface PCB Assembly Instructions

Chill Interface PCB Assembly Instructions ExcelValley Chill Interface PCB Waveblaster Module MIDI Interface Board Chill Limited Edition V2 Assembly Kit Standalone midi interface board for Waveblaster synthesizer modules. Suitable for most Waveblaster

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

Figure 1. JTAGAVRU1 application The JTAGAVRU1 is supported by AVR Studio. Updated versions of AVR Studio is found on

Figure 1. JTAGAVRU1 application The JTAGAVRU1 is supported by AVR Studio. Updated versions of AVR Studio is found on JTAG AVR Emulator through USB Main Features AVR Studio Compatible Supports AVR Devices with JTAG Interface Emulates Digital and Analog On-Chip Functions Data and Program Memory Breakpoints Supports Assembler

More information

Transcendent Frequency Counter

Transcendent Frequency Counter Transcendent Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and operate this frequency counter KIT. Features: The transcendent counter has two input channels

More information

Electronics Construction Manual

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

More information

solutions for teaching and learning

solutions for teaching and learning RKOneAnalogue Component List and Instructions PCB layout Constructed PCB Schematic Diagram RKOneAnalogue Software Development PCB Page 1 Description The RKOneAnalogue software development PCB has been

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

1/Build a Mintronics: MintDuino

1/Build a Mintronics: MintDuino 1/Build a Mintronics: The is perfect for anyone interested in learning (or teaching) the fundamentals of how micro controllers work. It will have you building your own micro controller from scratch on

More information

AVRminiV3.1 Manual. 1. AVRminiV3.1 Overview. 2. AVRminiV3.1 Features and Specifications Standard Features: 2.2. Optional Features:

AVRminiV3.1 Manual. 1. AVRminiV3.1 Overview. 2. AVRminiV3.1 Features and Specifications Standard Features: 2.2. Optional Features: AVRminiV3. Manual. AVRminiV3. Overview The AVRminiV3. board is a low-cost versatile development board for Atmel AVR processors. The AVRminiV3. supports all AVR processors in 40-pin and 64-pin packages

More information

TuBbika SMR-4-PLUS voicecard

TuBbika SMR-4-PLUS voicecard TuBbika SMR-4-PLUS voicecard Assembly instructions We assume you know soldering. If you don t, look first at this tutorial. Be patient! And if you have any doubt, head to the forum never be afraid to ask!

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

Dwarf Boards. DB057 : 40-pin controller board

Dwarf Boards. DB057 : 40-pin controller board Dwarf Boards DB057 : 40-pin controller board PICmicro, In-Circuit Serial Programming and ICSP are registered trademarks of Microchip Technology Inc. DB057 for USB PIC DB057 for non-usb PIC Introduction

More information

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd. Display Real Time Clock (RTC) On LCD PR12 Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2017 Ulrich H. Steinberg The CW Machine Hardware Version 2.3 1 Contents Introduction...3 Connecting the Hardware...4 The Configuration Switches...6 Power Considerations...8 Serial

More information

TKEY-1. CW touch key. (no electromechanical contacts) Assembly manual. Last update: June 20,

TKEY-1. CW touch key. (no electromechanical contacts) Assembly manual. Last update: June 20, TKEY-1 CW touch key (no electromechanical contacts) Assembly manual Last update: June 20, 2017 ea3gcy@gmail.com Updates and news at: www.ea3gcy.com Thanks for constructing the TKEY-1A CW touch key Have

More information

MP3 audio amplifier. Build Instructions. Issue 2.0

MP3 audio amplifier. Build Instructions. Issue 2.0 MP3 audio amplifier Build Instructions Issue 2.0 Build Instructions Before you put any components in the board or pick up the soldering iron, just take a look at the Printed Circuit Board (PCB). The components

More information

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Development board is designed for

More information

GETTING STARTED. Installing the System 2000 Hardware. Configuring Your System 2000 Hardware. Troubleshooting. Configuring Your System 2000 Network

GETTING STARTED. Installing the System 2000 Hardware. Configuring Your System 2000 Hardware. Troubleshooting. Configuring Your System 2000 Network SYSTEM 2000 GETTING STARTED Installing the System 2000 Hardware Whether you are upgrade an existing System 2, or this is a brand new installation, there will be some hardware installation involved. We

More information

by illumicon APRSTRACKER Pietershoek XA Veldhoven The Netherlands fax

by illumicon APRSTRACKER Pietershoek XA Veldhoven The Netherlands fax by illumicon www.ezkits.eu APRSTRACKER Pietershoek 3 5503XA Veldhoven The Netherlands fax +31-40-2230020 Contents Introduction...3 Soldering Tips...3 Assembly...4 Schema...5 Connections...6 Adjustments...6

More information

AVR-M Rev 5 ASSEMBLY

AVR-M Rev 5 ASSEMBLY AVR-M Rev 5 ASSEMBLY The AVR_M is a very compact self contained Atmel AVR mcu controller board. It includes an onboard serial programmer (via PC com port), an I2C eeprom and can use a Mega163, Mega16 or

More information

SVMi-8E/SVMi-16E Installation

SVMi-8E/SVMi-16E Installation SVMi-8E/SVMi-16E Installation Table of Contents 1 Installing the SVMi-8E/SVMi-16E in the Phone System 3 Installing the SVMi-8E in an idcs 100 3 General 3 System Resources 3 idcs 100 Hardware Compatibility

More information

DMX CONTROLLED RELAY K8072

DMX CONTROLLED RELAY K8072 Total solder points: 167 Difficulty level: beginner 1 2 3 4 5 advanced DMX CONTROLLED RELAY K8072 f the means o ol. y b y la a re 2 protoc Control DMX51 wn well-kno ILLUSTRATED ASSEMBLY MANUAL Total solder

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

Universal Keying Adapter 3+

Universal Keying Adapter 3+ Universal Keying Adapter 3+ The Universal Keying Adapter Version 3+ kit will allow you to key nearly any transmitter or transceiver with a straight key, electronic keyer, computer serial or parallel port

More information

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0 Sierra Radio Systems HamStack Project Board Reference Manual V1.0 Welcome HamStack Project Board Reference Manual Revision 1.0.3 2011 George Zafiropoulos, KJ6VU and John Best, KJ6K This guide provides

More information