For Mistake Reporting, Ideas or Questions about this information PDF file, you can. or you can post a message at. me at

Size: px
Start display at page:

Download "For Mistake Reporting, Ideas or Questions about this information PDF file, you can. or you can post a message at. me at"

Transcription

1

2 Note: These are just the electronic control for these devices, no mechanical connection ideas are included for connecting servos to doors or holoprojectors. For Mistake Reporting, Ideas or Questions about this information PDF file, you can me at or you can post a message at AstromechFactory Astromech.net

3 o o RESET L930 B A PICAXE8 Out Prog Red Blk V V

4 What is the Picaxe System? The Picaxe is a Microcontroller system which is programmed from your computer with simple programming system to tell the board what you want it to do. The programming uses simple commands such as: Servo 1,150 In this case the command is telling the servo connected to pin 1 to move to position 150. Simple huh? Why Use Picaxe? There are a number of reasons for using the Picaxe System some of them include - * Quite cheap * Boards already assembled (always a plus) * Very flexible since YOU program what you want them to do. Where Can I Get Them? The Picaxe systems are available online from the following places - USA - SparkFun: UK - Rev-Ed: Australia - Microzed: NOTE: A Picaxe 18X Power board is available but it is mostly for powering small motors up to 1.5amps so not needed for projects included here. How Much? The following starter pack I have found most useful for Astromech use - Picaxe 18X $4.95 USD (SparkFun) Inc Vat (Rev Ed) $50.70 AUSD (Microzed) Price includes Board, Picaxe Chip & Programming Software CD. Price for Rev Ed and Microzed also includes programming cable. Programming cable sold separately for SparkFun packs: Programming Cable - Serial $6.95 Programming Cable - USB $5.95 The cheaper serial cable is sufficient and the only reason you would need the USB cable is if your computer does not have a serial port. A slightly cheaper option is to buy the board and the chip only, as well as the download cable. The software can be downloaded from the Rev-Ed site for free (it is around a 33mb download). If you are buying multiple Picaxe systems, or buying ext ra Picaxe systems after the starter pack, you are better off buying this way. One potential problem with the Picaxe 18 board is that it doesn t have any mounting holes, how you get around this is up to you. But a number of ideas include slots to slide the board in your Astromech or putting the board in a plastic container and attaching the container to the frame. Other Picaxe chips and board combinations are available, such as Picaxe 8M and Picaxe 14M, but they are slightly more limited and they are supplied as a kit which you must solder together. I for one would rather have a fully assembled board. Also the price difference with the 14M and the 18X is not much, so the convenience of an already assembled board makes it a good buy.

5 When you first startup the programming editor you will see this startup screen to select your options. The only critical option you must change is the Picaxe Mode option to the type of chip you are using. We will be using the 18X. When you are happy with your program and wish to run it on the Picaxe system simply plug in the programming cable, and make sure the Picaxe has power. In the menu select PICAXE > RUN and your program will be downloaded to your Picaxe. Change Mode to the type of Picaxe chip you have After you click on the OK button you get to the programming editor. Type in your program, such as below: There are over fifty commands in Picaxe Basic so the PDF Datasheets on the Rev-Ed site should be printed out and studied if you want to get the most out of your Picaxe system. The most important are: Picaxe Manual - Basic Commands Picaxe Manual 3 - Electronic Interfacing Circuits Other PDF Datasheets are also important, such as the datasheets for the individual boards etc. Programs are presented as shown to the right and are to be typed into the programming editor main: Readac 1,b0 Debug b0 Goto main

6 Simulated buttons When you have typed up a program and want to try it without actually downloading it to a Picaxe chip you can use the built in simulator. Just press the yellow triangle and a the simulator screen will load and start. It will step through your program line by line and any outputs going high will highlight in green, and you can push the on screen buttons to simulate a button press on your Picaxe system Please note when programming any Picaxe system, byte and word variables use the same area. So for example if you are using W0, don t use B0 or B1. Simulated Outputs Variables Display W0 = B0 & B1 W1 = B & B3 W = B4 & B5 W3 = B6 & B7 W4 = B8 & B9 W5 = B10 & B11 W6 = B1 & B13 Change for byte or word variables displayed

7 By far the easiest way to try out the projects described in this booklet is to use a breadboard. Any changes to the circuit require no soldering, far better when trying things out. The following items are needed: * Picaxe Chip * Breadboard * k Resistor * 10k Resistor * 4.7k Resistor * 3.5mm Stereo Line Socket * Assorted single strand hookup wire That s all that is needed to get the Picaxe chip running. Of course you will need the items described in the following projects to get individual projects running. Such as LED s, Servo s, extra resistors etc. Below is a typical breadboard, although you can get many different types, too large is better than too small. When you unscrew the black plastic cover there will be three connection points. Solder different coloured single strand hookup wire to the three points. I have used blue, green and yellow here. In the picture below, the middle large connector is at the top: Sparkfun, Microzed and Rev-Ed also also sell a breadboard adaptor. At Sparkfun they are $4.95. You will have to solder it together, but it replaces the 3.5mm stereo line socket, as well as the 10k and K resistors in the download circuit on the next page. The breadboard adaptor looks like this - To plug your download cable in you will need to make up a connector from a 3.5mm stereo line socket. It has to be a stereo, not mono socket such as below. You will also need a power source. Anything from 4.5v to 5.5v DC. You might use 4 rechargeable batteries, or a plug pack that outputs 5v DC.

8 Below is all you need to get the Picaxe18 chip working on a breadboard 5V 0V Below is the position of the input and output pins. Remember outputs 0-7 and inputs are 0, 1,, 6, 7. Whether you use the above download circuit or buy the Breadboard Adaptor, you will still need the 4.7k resistor (in some places it is written as 4K7 - they mean the same thing). Without the 4.7k resistor, which is connected to the reset pin, it will not work. The Picaxe Manual 3 - Microcontroller Interfacing Circuits, available on the Rev-Ed site contains many simple circuit ideas to try, including servos, switches & leds. Once you get the hang of the breadboard you can try the circuit ideas presented in this booklet and without soldering and unsoldering wires every time you want to change the circuit or try a new idea. Input Serial Out Serial In Reset 0V Output 0 Output 1 Output Output 3 Input 1 Input 0 Input 7 Input 6 +V Output 7 Output 6 Output 5 Output 4

9 Below is the hookup diagram for flashing led s. The Picaxe on it s own can only output 0ma per output pin, so if you want to try a string of led s on a single output you need to put the ULN803A chip on the Breadboard. The string of led s is mentioned in the logic display section. The ULN chip can be a bit tricky, because unlike the led circuit below you must connect the output of the Picaxe to the ULN chip and then from the ULN to 5V, not 0V. 330R 5V 0V The only items added to the standard download circuit on the previous page is a 330R resistor, a led and a short wire link. The LED is connected to output 6 in the above. A simple program to flash the led on and off would be: Anything the standard Picaxe 18x board can do, you can also do on the breadboard. Everything from servos, leds, CF music system, switches etc. You will find it much easier to try new ideas and programs when you don t have to get your soldering iron out to change the circuit. main: high 6 wait low 6 wait goto main led on wait seconds led off wait seconds go back to start

10 8M Starter Pack - including board, Picaxe 8M chip & serial download cable. The Picaxe 8M pack is sent as a bag of parts that must be soldered together by you to get working. As you can see from the picture, there is not much to solder so if you have any soldering experience it should not take long at all. Sparkfun $14.95 Rev-Ed 9.79 Microzed $33.75 Sparkfun pack does not include the download cable, and must be purchased separately. The Picaxe 8M board includes a small area to solder extra parts such as resistors, leds etc. The Picaxe 8M is different to all other Picaxe chips, except for the new X range in that some pins can be configured for either input or output. 0 - Output only 1 - Input/Output - Input/Output 3 - Input Only 4 - Input/Output So you could have 4 Outputs and 1 Input or 4 Inputs and 1 Output, or anything in between. Because of the cheapness of this board and chip, it would make it ideal for the PSI s in the dome, although keep in mind the outputs are only capable of 0ma each. To program the 8M, the small jumper must be moved to the program position, and then moved back to use output 0, since they both use the same pin. If your circuit doesn t use Output 0, in can be left in the program position, or all three pins can be connected together permanently so that you don t have to switch back and forward all the time. If you use this board for the PSI for example, and connect the three pins together, the led on Output 0 will simply flash when you are downloading a program. Out Prog Red Blk V V G G Out Prog Red Blk Program Position Output 0 Position

11 Sparkfun - $4.95 USD Rev-ED Inc Vat Microzed - $50.70 AUSD Price includes Board, Picaxe Chip & Programming Software CD. Price for Rev Ed and Microzed also includes programming cable. Programming cable sold separately for SparkFun packs: Resistor Positions for Digital Outputs Programming Cable - Serial $6.95 Programming Cable - USB $5.95 Cut of this resistor to separate the power supplies. Above, Inputs are marked in BLUE, Outputs are marked in RED. Please note - Inputs 0 and 1 are analogue inputs, to use these as digital inputs, such as for switches etc, 10K resistors have to be fitted in positions R7 & R8. To use higher voltages than 5V that the Picaxe uses, the power supplies have to be separated, by removing the resistor shown, then 1V can be used for Logic displays etc. Please note the Picaxe 18X has Inputs 0,1,,6,7 and Outputs 0-7. Inputs 3-5 even though shown on the board, are not used for the Picaxe 18X. Picaxe Power 5V Power for LED s

12 A Picaxe 8X Board is pictured below with inputs and outputs marked. Please note that newer Picaxe 8X1 and Picaxe 8X chips are now available as well. The Picaxe 8X chip has - 8 x Outputs 8 X Inputs The smaller chip next to the Output pins is the ULN803A, the same as the 18X board, and it can be replaced with the Resistor DIL Pack the same as the 18X board for servo use. Also with the outputs you can see that their is a row of holes next to the pins, if you solder a row of header pins you can plug your servos directly on the board as previously mentioned. 4 x Analogue Inputs Inputs Analogue Inputs RESET L930 o o B A Outputs o o Solder Pin Header here Servos Plugged in as follows: Black Wire (0V) Red Wire (power) White Wire (Signal) With this board you can also separate the power supplies as with the 18X, this time you do not remove any resistors, just remove the jumper link at the bottom right corner of the board, and use the pins there as your external power as shown below. PICAXE8 Prices: Sparkfun: $37.95 Rev Ed: 1.87 Microzed: $77.00 Starter pack includes Board, Picaxe 8X Chip & Software CD. As always with Sparkfun, cable sold separately, the prices for Rev Ed and Microzed include Serial download cable, and the pack with USB cable is more expensive. Power Jumper Voltage for Servos etc 0V

13 The Picaxe random command is not explained very well in the manual, and as it can be very handy for Astromech use, I thought I would explain it in more detail here. W1 should change continuously with your random number, hopefully in the range you wanted. The random command is written as - Random wordvariable or Random W0 for example This would generate a random number between 0 and So how do you convert that into a random number that you want such as 1-6 or 10-5? The following random idea is from a Picaxe forum member called Hippy. The following formula is used - W1 = W0 // (NumMax - NumMin +1) + NumMin The formula in brackets is not put in your program, but worked out beforehand. As an example, if you wanted a number between 10 and 5 - W1 = W0 // ( ) + 10 W1 = W0 // (16) +10 W1 = W0 // Any random number you want is then able to be worked out. The following program can be run in the simulator to see if the random numbers generated are correct. new: random w0 w1 = w0 // pause 00 goto new Don t forget to change the variable type from byte to word to see your random numbers or else the numbers printed will not be correct.

14 The Servo command is quite simple to use - Servo 1,150 Move servo on output 1 to position 150. But during the last year, the servo command has been updated to make it more reliable. You can still use the old command, but if your servo is jittery it might be an idea to try the new code to se if it fixes the problem. All you need to do is at the start of your program issue the servo command to turn your servo on, and then in the rest of your program use the servopos command instead. If you do not have the servo command at the start of you program, the servo will not move later on for the servopos commands. Below is an example of the old code - new: wait servo 1,75 wait servo 1, 5 goto new Now the same program with the now servopos code- To pause for a certain amount of time, to blink an led of or randomly move a holoprojector, there are two different commands to accomplish this, the Wait command and the Pause command. The wait command works in seconds so wait 1 is one second, and wait 10 is ten seconds. 75 servo 1,75 new: wait servopos 1,75 wait servopos 1, 5 goto new The pause command works in thousandths of a second, so pause 500 is half a second and pause 1000 is one second. Use whatever is appropriate for your application. The only time this changes is when the setfreq m8 command is used to double the speed of the Picaxe system. As it is doubling the speed of the Picaxe, the wait and pause commands are halved. So wait 1 is now half a second, and pause 500 is now one quarter of a second. Please keep this in mind when programming timing based applications when using the setfreq command.

revolution Contents: Introduction Power 28-pin Project Board with input/output cables

revolution Contents: Introduction Power 28-pin Project Board with input/output cables 28-PIN IN IN PROJECT BOARD Contents: AXE020 28-pin Project Board with input/output cables Introduction The 28-pin project board is designed to allow rapid prototyping with 28-pin PICAXE microcontrollers.

More information

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

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

More information

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers

How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers USB to router s serial port How to connect to a Class II router using a mobile-phone data cable specifically for Solwise & Safecom routers by Neo at RouterTech.Org Introduction Routers based on the AR7RD/AR7WRD

More information

XBee USB Adapter Board (#32400)

XBee USB Adapter Board (#32400) 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

TEECES DOME LIGHTING SYSTEMS

TEECES DOME LIGHTING SYSTEMS This lighting system was designed by John V (Teeces) to be a simple, customizable, expandable and affordable solution for dome lighting. An Arduino micro-controller is used to tell LED driver chips which

More information

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters.

- 35mA Standby, 60-100mA Speaking. - 30 pre-defined phrases with up to 1925 total characters. Contents: 1) SPE030 speech synthesizer module 2) Programming adapter kit (pcb, 2 connectors, battery clip) Also required (for programming) : 4.5V battery pack AXE026 PICAXE download cable Specification:

More information

PICAXE COLOUR SENSOR. revolution. Overview: Contents (AXE045 Colour Sensor): Contents (AXE112S Starter Pack): General Operation:

PICAXE COLOUR SENSOR. revolution. Overview: Contents (AXE045 Colour Sensor): Contents (AXE112S Starter Pack): General Operation: PICAXE COLOUR SENSOR Overview: The PICAXE Colour Sensor is a complete RGB (red green blue) colour sensor module for colour detection and sorting operations. The sensor can be interfaced to all PICAXE chips

More information

User Guide Reflow Toaster Oven Controller

User Guide Reflow Toaster Oven Controller User Guide Reflow Toaster Oven Controller Version 1.5-01/10/12 DROTEK Web shop: www.drotek.fr SOMMAIRE 1. Introduction... 3 2. Preparation of THE REFLOW CONTROLLER... 4 2.1. Power supply... 4 2.2. USB

More information

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two!

Your Multimeter. The Arduino Uno 10/1/2012. Using Your Arduino, Breadboard and Multimeter. EAS 199A Fall 2012. Work in teams of two! Using Your Arduino, Breadboard and Multimeter Work in teams of two! EAS 199A Fall 2012 pincer clips good for working with breadboard wiring (push these onto probes) Your Multimeter probes leads Turn knob

More information

SYSTEM 4C. C R H Electronics Design

SYSTEM 4C. C R H Electronics Design SYSTEM 4C C R H Electronics Design SYSTEM 4C All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, A outputs. Independent 25

More information

ezsystem elab16m Project 1F: Alarm System (Full Project description)

ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem The aim of ezsystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. ezsystem

More information

Example use of a microcontroller. Revolution Education Ltd. Web: www.picaxe.co.uk

Example use of a microcontroller. Revolution Education Ltd. Web: www.picaxe.co.uk 1 ELECTRONIC DICE What is a microcontroller? A microcontroller is often described as a 'computer-on-a-chip'. It can be used as an electronic brain to control a product, toy or machine. The microcontroller

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

More information

Creating a Project with PSoC Designer

Creating a Project with PSoC Designer Creating a Project with PSoC Designer PSoC Designer is two tools in one. It combines a full featured integrated development environment (IDE) with a powerful visual programming interface. The two tools

More information

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205]

Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Bluetooth + USB 16 Servo Controller [RKI-1005 & RKI-1205] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 Bluetooth + USB 16 Servo Controller is used to control up to

More information

The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit.

The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit. The $25 Son of a cheap timer This is not suitable for a beginner. You must have soldering skills in order to build this kit. Micro Wizard has been manufacturing Pinewood Derby timers for over 10 years.

More information

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page

More information

Arduino Lesson 0. Getting Started

Arduino Lesson 0. Getting Started Arduino Lesson 0. Getting Started Created by Simon Monk Last updated on 204-05-22 2:5:0 PM EDT Guide Contents Guide Contents Overview Parts Part Qty Breadboard Installing Arduino (Windows) Installing Arduino

More information

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979)

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

MidiStream. UHF Wireless MIDI System Operating Manual

MidiStream. UHF Wireless MIDI System Operating Manual MidiStream UHF Wireless MIDI System Operating Manual Introduction Congratulations on your purchase of the MidiStream UHF wireless MIDI system. The MidiStream system is very easy to use, but please take

More information

PICAXE RF CONNECT KIT (AXE213)

PICAXE RF CONNECT KIT (AXE213) PICAXE RF CONNECT KIT (AXE213) Kit Contents: PCB AXE213 Transmitter & Receiver PCB Pair R1-3 10k resistor (brown black orange gold) R4-5 470 resistor (yellow violet brown gold) R6 22k resistor (red red

More information

Designing VM2 Application Boards

Designing VM2 Application Boards Designing VM2 Application Boards This document lists some things to consider when designing a custom application board for the VM2 embedded controller. It is intended to complement the VM2 Datasheet. A

More information

Animated Lighting Software Overview

Animated Lighting Software Overview Animated Lighting Software Revision 1.0 August 29, 2003 Table of Contents SOFTWARE OVERVIEW 1) Dasher Pro and Animation Director overviews 2) Installing the software 3) Help 4) Configuring the software

More information

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual

USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual USBSPYDER08 Discovery Kit for Freescale MC9RS08KA, MC9S08QD and MC9S08QG Microcontrollers User s Manual Copyright 2007 SofTec Microsystems DC01197 We want your feedback! SofTec Microsystems is always on

More information

AXE033 SERIAL/I2C LCD

AXE033 SERIAL/I2C LCD AXE033 SERIAL/I2C LCD The serial LCD and clock module allows microcontroller systems (e.g. PICAXE) to visually output user instructions or readings, without the need for a computer. This is especially

More information

AUTOMATIC CALL RECORDER JAMECO PART NO. 2163735

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

More information

ECEN 1400, Introduction to Analog and Digital Electronics

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

More information

PolyBot Board. User's Guide V1.11 9/20/08

PolyBot Board. User's Guide V1.11 9/20/08 PolyBot Board User's Guide V1.11 9/20/08 PolyBot Board v1.1 16 pin LCD connector 4-pin SPI port (can be used as digital I/O) 10 Analog inputs +5V GND GND JP_PWR 3-pin logic power jumper (short top 2 pins

More information

FlowKit in-circuit debug system

FlowKit in-circuit debug system FlowKit in-circuit debug system www.matrixmultimedia.com HP299 Contents About this document 3 Board layout 3 General information 4 Detailed operation 4 Circuit diagram 7 2 Copyright About this document

More information

RS232/DB9 An RS232 to TTL Level Converter

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

More information

Instruction Manual. This Manual covers the use of: SmartSwitch Servo Kit. DCC Stationary Decoder PLEASE READ THESE INSTRUCTIONS FULLY BEFORE USE

Instruction Manual. This Manual covers the use of: SmartSwitch Servo Kit. DCC Stationary Decoder PLEASE READ THESE INSTRUCTIONS FULLY BEFORE USE built by Instruction Manual This Manual covers the use of: PLS-125 PLS-130 PLS-135 SmartSwitch Servo Kit SmartFrog DCC Stationary Decoder PLEASE READ THESE INSTRUCTIONS FULLY BEFORE USE Contents Introduction

More information

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation

UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation

More information

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

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

More information

SERVO CONNECTIONS FOR OLDER BOARDS

SERVO CONNECTIONS FOR OLDER BOARDS What s a Microcontroller v3.0 Suppliment to Chapter 7, Activity #1 SERVO CONNECTIONS FOR OLDER BOARDS This document explains how to connect servo and LED indicator circuits to the older revisions of the

More information

Six-servo Robot Arm. DAGU Hi-Tech Electronic Co., LTD www.arexx.com.cn. Six-servo Robot Arm

Six-servo Robot Arm. DAGU Hi-Tech Electronic Co., LTD www.arexx.com.cn. Six-servo Robot Arm Six-servo Robot Arm 1 1, Introduction 1.1, Function Briefing Servo robot, as the name suggests, is the six servo motor-driven robot arm. Since the arm has a few joints, we can imagine, our human arm, in

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

WICE-SPI Hardware Operation Manual

WICE-SPI Hardware Operation Manual Contents 1.Hardware Instruction...1 2. Pin Definition Of WICE-SPI Connector...2 3. Peripheral Circuit Arrangements...3 4. On-Board Programming...4 5. Off-Line Programming...8 1.Hardware Instruction 1.WICE-SPI

More information

Pololu DRV8835 Dual Motor Driver Shield for Arduino

Pololu DRV8835 Dual Motor Driver Shield for Arduino Pololu DRV8835 Dual Motor Driver Shield for Arduino Pololu DRV8835 Dual Motor Driver Shield for Arduino, bottom view with dimensions. Overview This motor driver shield and its corresponding Arduino library

More information

WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT

WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT 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).

More information

LDG DTS-4/4R Desktop Coaxial Switch / Remote

LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG DTS-4/4R Desktop Coaxial Switch / Remote LDG Electronics 1445 Parran Road, PO Box 48 St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 ldg@ldgelectronics.com www.ldgelectronics.com

More information

4. Do you have a VGA splitter ( Y Cable)? a document camera?

4. Do you have a VGA splitter ( Y Cable)? a document camera? Hooking up your computer to your projector and/or doc camera These instructions will assist you in performing a proper hookup of your computer to your projector and/or document camera. The instructions

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

Example use of a microcontroller.

Example use of a microcontroller. 1 SAFETY LIGHT What is a microcontroller? A microcontroller is often described as a 'computer-on-a-chip'. It can be used as an electronic brain to control a product, toy or machine. The microcontroller

More information

INDEX. Trademarks All name and product s trademarks mentioned below are the property of their respective companies.

INDEX. Trademarks All name and product s trademarks mentioned below are the property of their respective companies. USB2.0 EASY IDE ADAPTER INDEX Trademarks ---------------------------------------------------------------------------- Introduction ---------------------------------------------------------------------------

More information

An Introduction to MPLAB Integrated Development Environment

An Introduction to MPLAB Integrated Development Environment An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to

More information

The RIDZ 8x2 Audio Switcher

The RIDZ 8x2 Audio Switcher The RIDZ 8x2 Audio Switcher Engineering Manual Support Number 800-765-2930 International 712-852-2813 Table of Contents General Information for the RIDZ (8 x 2) Switcher..... 3 Input 9 on the RIDZ Switcher....6

More information

Tecla for Android. Downloading and Installing the Tecla Access App. Activating and Selecting the Tecla Access Keyboard

Tecla for Android. Downloading and Installing the Tecla Access App. Activating and Selecting the Tecla Access Keyboard Tecla for Android Downloading and Installing the Tecla Access App Activating and Selecting the Tecla Access Keyboard Connecting the App to the Tecla Shield Connecting Switches Controlling the Android User

More information

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems

CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems CM705B - Universal Expander Module CM707B - Plug On Zone Expander Security Systems EN Security System CM705B CM705B - Universal Expander Module The CM705B universal expander provides a cost effective way

More information

Review of. 4x IOcards (PCBs) Manufactured by Opencockpits

Review of. 4x IOcards (PCBs) Manufactured by Opencockpits Review of 4x IOcards (PCBs) Manufactured by Opencockpits Intro We all know flight simulation hardware as yokes, pedals, throttle quadrant, various complete P&P modules etc. which certainly helps in creating

More information

Building A Computer: A Beginners Guide

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

More information

Introducing AVR Dragon

Introducing AVR Dragon Introducing AVR Dragon ' Front Side Back Side With the AVR Dragon, Atmel has set a new standard for low cost development tools. AVR Dragon supports all programming modes for the Atmel AVR device family.

More information

Keep it Simple Timing

Keep it Simple Timing Keep it Simple Timing Support... 1 Introduction... 2 Turn On and Go... 3 Start Clock for Orienteering... 3 Pre Start Clock for Orienteering... 3 Real Time / Finish Clock... 3 Timer Clock... 4 Configuring

More information

Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II

Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II Programming PIC Microcontrollers in PicBasic Pro Lesson 1 Cornerstone Electronics Technology and Robotics II Administration: o Prayer PicBasic Pro Programs Used in This Lesson: o General PicBasic Pro Program

More information

PICAXE DATALOGGER (AXE110P)

PICAXE DATALOGGER (AXE110P) (AXE110P) Contents: Section 1 - General Information Section 2 - Self Assembly Kit Section 3 - Circuit Diagram Section 4 - Input/Output pins and default sensors Section 5 - Staring a new Datalogger Mission

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

How To Power A 12 Volt Relay On A Car Or Truck

How To Power A 12 Volt Relay On A Car Or Truck Relay modification for older bikes Please read this in conjunction with the schematics at the end. All the options are shown, but you can opt to do any one or more as you wish. The electrical connections

More information

Basic Setup Guide. browndoggadgets.com. 12V Solar Charge Controller with Dual USB. Dull Introduction

Basic Setup Guide. browndoggadgets.com. 12V Solar Charge Controller with Dual USB. Dull Introduction Solar Charge Controller with USB Basic Setup Guide browndoggadgets.com In this guide we will show you how to do a basic setup for all three of our Solar Charge Controllers with USB. Models Covered 6V Solar

More information

Arduino Lab 1 - The Voltage Divider

Arduino Lab 1 - The Voltage Divider Arduino Lab 1 - The Voltage Divider 1. Introduction In this lab, we will endanger a cute animal, create a portal to another dimension, and invent a new genre of music. Along the way, we will learn about

More information

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6

Robot Board Sub-System Testing. Abstract. Introduction and Theory. Equipment. Procedures. EE 101 Spring 2006 Date: Lab Section # Lab #6 EE 101 Spring 2006 Date: Lab Section # Lab #6 Name: Robot Board Sub-System Testing Partner: No Lab partners this time! Abstract The ECEbot robots have a printed circuit board (PCB) containing most of the

More information

GARMIN GPS to PC Wiring Instructions

GARMIN GPS to PC Wiring Instructions GARMIN GPS to PC Wiring Instructions Introduction This will outline the basics for connecting most GARMIN GPS receivers to a PC serial connector for data transfer. Since the GPS needs to both send and

More information

By: John W. Raffensperger, Jr. Revision: 0.1 Date: March 14, 2008

By: John W. Raffensperger, Jr. Revision: 0.1 Date: March 14, 2008 Introduction Page 1 of 13 So, you got your AX-12+ servos, you got your USB2Dynamixel, you connected things up, fire up the software, and wala! Nothing happens. Welcome to the club! There are at least four

More information

E-Blocks Easy Internet Bundle

E-Blocks Easy Internet Bundle Page 1 Cover Page Page 2 Flowcode Installing Flowcode Instruction for installing Flowcode can be found inside the installation booklet located inside the Flowcode DVD case. Before starting with the course

More information

Combi switchbox with integrated 3/2 way pilot valve

Combi switchbox with integrated 3/2 way pilot valve H Combi switchbox with integrated 3/2 way pilot valve Construction The GEMÜ combi switchbox with integrated 3/2 way pilot valve for pneumatically operated quarter turn actuators has a micro-processor controlled

More information

ADDING and/or DELETING PIN NUMBERS (Plus other simple programming commands) in My DK-16 or DK-26 DIGITAL KEYPAD

ADDING and/or DELETING PIN NUMBERS (Plus other simple programming commands) in My DK-16 or DK-26 DIGITAL KEYPAD ADDING and/or DELETING PIN NUMBERS (Plus other simple programming commands) in My DK-16 or DK-26 DIGITAL KEYPAD A recurring call that we get here at Securitron Technical Support is from end users of our

More information

How to setup a serial Bluetooth adapter Master Guide

How to setup a serial Bluetooth adapter Master Guide How to setup a serial Bluetooth adapter Master Guide Nordfield.com Our serial Bluetooth adapters part UCBT232B and UCBT232EXA can be setup and paired using a Bluetooth management software called BlueSoleil

More information

Programming the On-Chip Flash on a phycore-xc161 phycore-xc167

Programming the On-Chip Flash on a phycore-xc161 phycore-xc167 Application Note Programming the On-Chip Flash on a phycore-xc161 phycore-xc167 Application Note Edition July 2003 LAN-020e_1 Application Note Preface...1 1 Installing Infineon MemTool...2 2 Preparing

More information

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1 RPLIDAR Low Cost 360 degree 2D Laser Scanner (LIDAR) Development Kit User Manual 2014-2 Rev.1 Team Contents: 1. OVERVIEW... 2 ITEMS IN DEVELOPMENT KIT... 2 RPLIDAR... 2 USB ADAPTER... 3 2. CONNECTION AND

More information

Surveillance System Using Wireless Sensor Networks

Surveillance System Using Wireless Sensor Networks Surveillance System Using Wireless Sensor Networks Dan Nguyen, Leo Chang Computer Engineering, Santa Clara University Santa Clara, California, USA dantnguyen84@gmail.com chihshun@gmail.com Abstract The

More information

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard

PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard PHYS 2P32 Project: MIDI for Arduino/ 8 Note Keyboard University April 13, 2016 About Arduino: The Board Variety of models of Arduino Board (I am using Arduino Uno) Microcontroller constructd similarly

More information

Inwall 4 Input / 4 Output Module

Inwall 4 Input / 4 Output Module Inwall 4 Input / 4 Output Module IO44C02KNX Product Handbook Product: Inwall 4 Input / 4 Output Module Order Code: IO44C02KNX 1/27 INDEX 1. General Introduction... 3 2. Technical data... 3 2.1 Wiring Diagram...

More information

revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Vesrion 2.128/08/02 PICLOCK.P65 SELF -ASSEMBL Order Codes:

revolution Revolution Education Ltd. Email: info@rev-ed.co.uk Web: www.rev-ed.co.uk Vesrion 2.128/08/02 PICLOCK.P65 SELF -ASSEMBL Order Codes: PIC IC L -A IC LOCK SELF ELF-A -ASSEMBL SSEMBLY KIT IT IT (V2) Order Codes: CHI008 PIC Lock Self-Assembly Kit 1 2 3 4 5 6 7 8 9 0 # SW + OUT + 6V 0V Ú LK1 LK2 Features 12 key telephone style keypad bicolour

More information

Combi B Alarm box. Mounting instructions

Combi B Alarm box. Mounting instructions Combi B Alarm box Mounting instructions EN Mounting instructions Alarm box Combi B VdS, G113064, G113065, G113066 Table of Contents 1 Description... 3 2 System overview... 3 3 Structure... 3 3.1 Power

More information

USER MANUAL V5.0 ST100

USER MANUAL V5.0 ST100 GPS Vehicle Tracker USER MANUAL V5.0 ST100 Updated on 15 September 2009-1 - Contents 1 Product Overview 3 2 For Your Safety 3 3 ST100 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2

More information

Model 201 Wiegand Touchpad Reader Installation Guide

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

More information

WinLIN Setup and Operation:

WinLIN Setup and Operation: Frequently Asked Questions about the 07551-Series Masterflex L/S Computer-Compatible drives and about the Masterflex WinLIN Linkable Instrument Control Software (07551-70) WinLIN Setup and Operation: Will

More information

Introduction to Arduino

Introduction to Arduino Introduction to Arduino With ArduBlock & LilyPad Dev Brian Huang Education Engineer brian.huang@sparkfun.com Pre-Class Survey http://bit.ly/14xk3ek Resources This PPT ArduBlock Download & Installation

More information

How to build your first Robot! Full, step by step Instructions

How to build your first Robot! Full, step by step Instructions How to build your first Robot! Full, step by step Instructions How to make your first Robot By Frits fritsl Lyneborg http://letsmakerobots.com/user/4 PDF by servello For more info, latest version and where

More information

cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller

cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller cs281: Introduction to Computer Systems Lab08 Interrupt Handling and Stepper Motor Controller Overview The objective of this lab is to introduce ourselves to the Arduino interrupt capabilities and to use

More information

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System ECU DB9 USB 20-060_A.DOC Page 1 of 18 9/15/2009 2009 Precision Airmotive LLC This publication may not be copied

More information

Electronic Circuit Construction:

Electronic Circuit Construction: Electronic Circuit Construction: Various methods are used for building electronic circuits. The method that you choose depends on a number of factors, including the resources available to you and whether

More information

INTRODUCTION TO SERIAL ARM

INTRODUCTION TO SERIAL ARM INTRODUCTION TO SERIAL ARM A robot manipulator consists of links connected by joints. The links of the manipulator can be considered to form a kinematic chain. The business end of the kinematic chain of

More information

Model SETR-50 and SETR-51 Trim Tab Control

Model SETR-50 and SETR-51 Trim Tab Control Model SETR-50 and SETR-51 Trim Tab Control Pictured above is the SETR-50 with black switches on a gray background. The SETR-51 is identical except for the color, wherein it has black switches on a black

More information

LDG DTS-6/6R Desktop Coaxial Switch / Remote

LDG DTS-6/6R Desktop Coaxial Switch / Remote LDG DTS-6/6R Desktop Coaxial Switch / Remote LDG Electronics 1445 Parran Road, PO Box 48 St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 ldg@ldgelectronics.com www.ldgelectronics.com

More information

Controlling a Dot Matrix LED Display with a Microcontroller

Controlling a Dot Matrix LED Display with a Microcontroller Controlling a Dot Matrix LED Display with a Microcontroller By Matt Stabile and programming will be explained in general terms as well to allow for adaptation to any comparable microcontroller or LED matrix.

More information

Annex: VISIR Remote Laboratory

Annex: VISIR Remote Laboratory Open Learning Approach with Remote Experiments 518987-LLP-1-2011-1-ES-KA3-KA3MP Multilateral Projects UNIVERSITY OF DEUSTO Annex: VISIR Remote Laboratory OLAREX project report Olga Dziabenko, Unai Hernandez

More information

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit

How To Use An Ams 5812 Pressure Sensor With A Usb Starter Kit User Guide USB Starter Kit AMS 5812 Phone:+49 (0)6131/91 0730-0 Fax: +49 (0)6131/91 073-30 Internet: E Mail: info@analogmicro.de Analog Microelectronics GmbH An der Fahrt 13, D 55124 Mainz May 2012 - Rev.

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

BMD16N-SD. version 1.2

BMD16N-SD. version 1.2 BMD16NSD version 1.2 Feedback decoder with 16 contacts with integrated current detection for the S88bus Compatible with a.o. Märklin Digital, Uhlenbrock Intellibox, Fleischmann TwinCenter and LDT HSI88

More information

Configuring the Siemens TC35 modems for use with the MI2292

Configuring the Siemens TC35 modems for use with the MI2292 Configuring the Siemens TC35 modems for use with the MI2292 The following instruction describe how to set up GSM communication between an MI2292 Power Quality Analyser Plus and a computer 1. Equipment

More information

Tutorials Drawing a 555 timer circuit

Tutorials Drawing a 555 timer circuit Step 1 of 10: Introduction This tutorial shows you how to make an electronic circuit using Livewire and PCB Wizard 3. You should follow this tutorial to learn the basic skills you will need to use Livewire

More information

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

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

More information

PUSH BUTTON START INSTALLATION MANUAL

PUSH BUTTON START INSTALLATION MANUAL PUSH BUTTON START INSTALLATION MANUAL ALTHOUGH THIS PRODUCT HAS BEEN THOROUGHLY TESTED KPIERSON TECHNOLOGIES ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE THAT MAY RESULT BY THE INSTALLATION OF THIS PRODUCT.

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document

More information

Bluetooth HC-06 with serial port module Easy guide

Bluetooth HC-06 with serial port module Easy guide 1 Bluetooth HC-06 with serial port module Easy guide This manual consists of 3 parts: PART 1. Overview of Bluetooth HC-06 module with serial port. PART 2. Installing Bluetooth HC-06 module with Bolt 18F2550

More information

APPLICATION NOTE: Designing a User Friendly Automatic registration system for use with MDM David Wilson- Michigan State University

APPLICATION NOTE: Designing a User Friendly Automatic registration system for use with MDM David Wilson- Michigan State University April 1, 2010 APPLICATION NOTE: Designing a User Friendly Automatic registration system for use with MDM David Wilson- Michigan State University Abstract: This document will outline design practices that

More information

R10 22k. R9 10k PICAXE-08M RXD. Sample Program: main: high 4 pause 1000 low 4 pause 1000 goto main R7 330 D7 LED-RED.

R10 22k. R9 10k PICAXE-08M RXD. Sample Program: main: high 4 pause 1000 low 4 pause 1000 goto main R7 330 D7 LED-RED. PICAXE VSM Tutorial Part PICAXE VSM Tutorial Part In the third part of our PICAXE VSM tutorial we look at how to use some of the virtual instrumentation included with the software from simple voltmeter

More information

RGB for ZX Spectrum 128, +2, +2A, +3

RGB for ZX Spectrum 128, +2, +2A, +3 RGB for ZX Spectrum 128, +2, +2A, +3 Introduction... 2 Video Circuitry... 3 Audio Circuitry... 8 Lead Wiring... 9 Testing The Lead... 11 Spectrum +2A/+3 RGB Differences... 12 Circuitry Calculations...

More information

AC-115 Compact Networked Single Door Controller. Installation and User Manual

AC-115 Compact Networked Single Door Controller. Installation and User Manual AC-115 Compact Networked Single Controller Installation and User Manual December 2007 Table of Contents Table of Contents 1. Introduction...5 1.1 Key Features... 6 1.2 Technical Specifications... 7 2.

More information

Radio Control System

Radio Control System Radio Control System The Radio Control System consists of the control transmitter unit held by the operator and the receiver with its associated components in the robot. The Radio Control Transmitter converts

More information