AppShed AppCar Setup Guide v0.8

Size: px
Start display at page:

Download "AppShed AppCar Setup Guide v0.8"

Transcription

1 AppShed AppCar Setup Guide v0.8 IMPORTANT SAFETY NOTICE AVOID BATTERY SHORT CIRCUIT Keep one battery out of the holder (DISCONNECTED) until all the wiring has been completed. If the battery wires short circuit things get very hot and you could melt the battery holder and wires. If you see any smoke, or smell something burning, REMOVE ONE BATTERY immediately. MAXIMUM VOLTAGE: 9V Please note that the maximum voltage for the NodeMCU is 9V. Do not connect a larger voltage supply as it will damage the NodeMCU.

2 Summary The AppShed AppCar is a very simple robotic car made using a cardboard box. The AppCar can be controlled from any smartphone or tablet (or even a computer). This is a great project for beginners wanting to build their first robot. The materials are very cheap and can easily be purchased online. There is no programming required, although you will need to install some software to get it working. Once you have the basic robot running, you can add many advanced features using programming and additional electronics. The robot is controlled using an app created with AppShed. You can download a pre-built app here ( or you can create your own using AppShed (instructions can be found on appshed.com)

3 Parts List The following parts are required: 1. Controller: NodeMCU This is an Arduino-compatible WiFi controller. It is very low cost, but powerful, and can be used for many different projects. It can be programmed using the Arduino software and controlled from an app. ebay Link 2. Motors and Wheels (x2) Many different types of motors and wheels are available. A good choice are the low-cost geared DC motors that come with nice wheels suitable for most small robots. (Quantity 2) ebay Link 3. Motor Driver A motor driver is necessary to take the signal from the controller (NodeMCU), and amplify it to provide sufficient power to the motors. It does a similar job to a music amplifier connected to big speakers. ebay Link 4. Batteries and Battery Holder This project can run off 4 or 6 x AA batteries, so you need a simple battery holder with wires. 6 batteries will make it go faster but don t go higher otherwise you might damage the electronic components. The compact 3x2 holder gives you more space in the box. ebay Link (Holder) ebay Link (Batteries) 5. Jumper Wires You need special wires to connect everything together we call them jumpers. They come with special connectors on the ends to plug into the electronics. You will need some Male-To-Female jumpers, and some Female-To-Female jumpers, and you might as well get some Male-To-Male jumpers too (10 of each is sufficient). ebay Link (M-F) ebay Link (M-M) ebay Link (F-F) 6. Terminal Blocks Some of the wires will need to be joined together, and a spring-loaded terminal block is the easiest way to do that. Simply press down and insert the wire to connect. ebay Link

4 7. Swivel Wheel Apart from the two motorised wheels, you need one (or two) swivel castor wheels. The smaller and lighter the better (go for plastic rather than metal). ebay Link 8. Carboard Box The easiest way to build your robot is to use a cardboard box! The small boxes typically used for posting gifts are the perfect size. Recommended size is about 8 x 6 x 2.5 (although this really doesn t need to be precise). ebay Link 9. Cable Ties Cable ties are perfect for holding things together. Quick, cheap, and no tools required. Choose a small size, e.g. 2.5mm x 160mm. (Quantity 20) ebay Link 10. Insulation Tape You ll need some insulation tape to secure the wires onto the motor. Regular sticky tape works fine too (but doesn t last as long) if you can t get electrical tape. ebay Link

5 Tools and Accessories The following items will be needed for constructing and controlling the robot: 11. Screwdriver (small) A small screw driver is needed to attach the wires from the motors to the Motor Driver. ebay Link (single) ebay Link (bulk) 12. Scissors You should have one of these lying around, just a basic pair of scissors for cutting wires and cable ties. ebay Link (single) ebay Link (bulk) 13. Micro USB Cable You need this cable to program the NodeMCU. Make sure you have a data cable. Some cables are for charging only, and can t transmit data. You might just have to try it out. (NOTE: Only required once when programming the NodeMCU.) ebay Link 14. Smartphone Your robot is controlled by a simple web-app. You can use any phone or tablet, or even a computer to run the app. 15. Measuring Tape You will need a measuring tape to calibrate the robot. It s not essential as you could make estimates when calibrating. However this rubberised 2m Stanley tape is good value for money. ebay Link

6 Optional Items The following items are not necessary, but can be helpful, especially if you are building robots as part of a large group (schools, clubs etc). We include some suggestions for teachers/group leaders running larger group sessions. 16. Motor Wires The Jumper Wires are very small and quite difficult to attach to the motors. We recommend slightly thicker, multi-stranded wires (e.g. 24/0.2). If you use 4 different colours, it also becomes easier to provide instructions to learners when connecting the motors (we follow these colour recommendations in this Guide). You will need approximately 30cm of each colour per robot. Violet/purple: ebay Link Grey: ebay Link Brown: ebay Link White: ebay Link 17. Hole Punch & hammer A hole punch can be very useful to help make the holes in the carboard box. A 3mm punch is recommended if you are using the 2.5mm cable ties. ebay Link (hole punch) ebay Link (stubby hammer) 18. Soldering Iron Station A soldering iron will ensure the best electrical connection when attaching wires to the motors. The Station is convenient as you can safely place the iron in a holder. ebay Link (Soldering iron) ebay Link (Solder wire) 19. Glue Stick You could use some glue sticks to stick the Layout Template to the inside of the cardboard box keeps it neater. ebay Link 20. Wire Stripper A wire stripper will be very helpful if you are preparing many kits, and need to strip the motor wires. Due to the fact that the wires are so thin, only certain strippers will be suitable (e.g. Eclipse End Stripper). ebay Link

7 Step 1: Installing the software Duration: 30 mins Requirements: Windows PC with internet access NodeMCU Micro USB cable Smartphone The NodeMCU is your controller. You need to install a program onto the NodeMCU that will communicate with your AppShed app. This program is called an Arduino Sketch. 1. Install the Arduino IDE on your computer 2. Transfer the Sketch (program) to the NodeMCU 3. Test it using your smartphone. 1. Install the Arduino IDE on your computer 1.1. Download and install the Arduino IDE (Integrated Development Environment) from: (TIP: Make sure you get the software from arduino.cc NOT arduino.org because arduino.org does not support all the features you need.) (TIP: On Windows it is best to Run as Administrator.)

8 1.2. Install Libraries Libraries are extra software packs that your Arduino sketch needs to run properly In the Arduino IDE, on the main menu, select: Sketch -> Include Library -> Manage Libraries Search for the library called PubSub and install it.

9 Search for the library arest and install it (you don t need arest UI) Search for the library NeoPixel by Adafruit and install it.

10 1.3. Install ESP8266 boards definitions: Your robot will be using the NodeMCU board, so you need to configure the Arduino IDE for this board In the Arduino IDE, on the main menu, select: Files -> Preferences Paste the following URL into the field Additional Boards Manager URLs then click OK

11 In the Arduino IDE, on the main menu, select: Tools -> Board -> Boards Manager

12 Search for the board esp8266 and install it Select the NodeMCU 12-E board Tools -> Board -> NodeMCU 1.0 (ESP-12E Module) (TIP: If you have a different version of the NodeMCU, or you are using a different Arduino board, select that board here.)

13 2. Transfer the Sketch (program) to the NodeMCU The controller (NodeMCU) needs to have a special AppShed program installed on it (also called an Arduino sketch ). This sketch allows the controller to communicate with the AppShed app Save the sketch on your computer Open the sketch in a browser by clicking this link: ESP8266_cloud_pro_AppShed/master/ESP8266_cloud_pro_AppShed Right click and choose Save as

14 Make sure the Filename ends with the extension.ino (you need to delete.txt from the end of the filename) 2.2. Open the In the Arduino IDE. File -> Open

15 2.3. Change the name of your robot [This step is optional] You might want to give your robot a unique name. The default name is AppShedRobot. If there are other robots in the same area as yours, it will be confusing if they all have the same name Find the code that sets the ssidap (TIP: In this screenshot, it s on line 39) const char* ssidap = "AppShedRobot";

16 Change the word AppShedRobot to your own name, so that the line looks something like this: const char* ssidap = "MyFirstRobot"; Save the sketch File -> Save 2.4. Change the Pro Key (optional) To use the Remote Control functionality you need to register an account with arest.io and enter the key into the sketch Go to and register an account Go to the Account section and copy your Pro Key

17 Paste the Pro Key into the Arduino sketch where it says your_pro_key Sav the sketch 2.5. Upload your sketch to the board You are now ready to upload the sketch to the NodeMCU board Attach the NodeMCU to your computer using a Micro USB cable.

18 Install any driver if you are prompted to do so. There are 2 different drivers for NodeMCU. Look at the markings on the board you should see either Amica or Lolin Amica drivers (CP2102 or CP201x) Lolin Driver (CH341) Select the Port for your board. The port number will vary on each computer, so don t worry if the number does not match up with this example. Tools -> Port -> COMn (n is the number for your board, e.g. COM5) In the Arduino IDE, upload your sketch Sketch -> Upload

19 Wait until you see the confirmation message in the Blue Status bar Done uploading. 3. Test it using your smartphone. It is important to test that the NodeMCU has been properly configured and is ready to be installed in your robot Download the app On your smartphone, open a web browser (Chrome is recommended) and go to this link:

20 Follow all the screen prompts (for example, click OK when asked to download updates, click OK to confirm that the app is available offline.) Once the app has loaded in the browser, you can Add to homescreen to pin the icon on your home screen Connect to the NodeMCU WiFi You connect your phone to the NodeMCU over WiFi. The NodeMCU creates it s own Access Point (similar to a Hotspot) Make sure the NodeMCU is connected to the computer via the USB cable Press and hold the Reset Button (RST) on the NodeMCU for 2 seconds, then release. This ensures it starts up correctly On your phone (or tablet, or computer) open your WiFi settings and connect to the WiFi Network called AppShedRobot. The default password is appshedrocks (unless you changed it in the sketch).

21 (TIP: If you renamed the ssidap in an earlier step, then the name you entered will appear as the WiFi Connection.) Check that the Wi-Fi status screen shows that you are Connected to AppShedRobot. Now your phone can control the NodeMCU by sending commands over Wi-Fi. PLEASE NOTE: There is no internet connection on this network. This is an Ad-Hoc network. If you need to get internet access, you must disconnect from AppShedRobot and connect to your normal Wi-Fi network that provides internet access Run the Quick Test The Quick Test allows you to check that the app and NodeMCU can communicate with each other Open the app and go to the Settings Tab, then click on the Quick Test link.

22 Tap the button to Flash the Blue LED. You should see the blue light on the NodeMCU flash twice. PLEASE NOTE: The image shown in the app screen is to show you what it should look like. This light will NOT flash. You have now completed Step 1: Installing the software. You can now move on to Step 2: Constructing the robot.

23

24 Step 2: Constructing the robot Duration: 15 minutes Requirements: Cardboard Box Motors and Wheels NodeMCU Motor Driver Battery Holder and Batteries Jumper Wires (M-F) Swivel Wheel Scissors Cable Ties Insulation Tape The AppShed AppCar is built using very cheap and easy-to-find parts. In this guide we use a carboard box the wheels are tied to the bottom and the electronics go inside. Simple and effective. (TIP: Let your imagination run wild and build your own AppCar using any materials you like. For example, try converting an old broken toy car to Smartphone-controlled AppCar!) 1. Connect wires to the motors 2. Put the Layout Template in the box 3. Tie the parts to the box 1. Connect wires to the motors If your motors don t have wires attached, you will need to connect two wires to the terminals on the motor. You must make sure there is a good electrical connection so that the robot runs reliably Locate the terminals on the motor The terminals are small copper tabs with a hole through the middle. (TIP: If you have bought a different type of motor the terminals may look different to those shown here.)

25 1.2. Choose wires with Male connectors Choose 4 jumper wires in this example we are using two pairs of Purple and Grey wires. Use jumper wires with a Male connector on one end (the other end can be male or female, it doesn t matter). Leave the male connector alone this will be used later. Cut the connector off the other end Strip the plastic off two jumper wires Carefully strip about 10mm of plastic off the end of the jumper wires. You can use scissors to cut the plastic but be careful not to cut through the wire inside. (TIP: You might find it difficult to strip the thin jumper wires it s not easy. If you are struggling, you could use slightly thicker wire for this purpose. Just make sure the wire is thin enough to go through the hole on the motor terminal.)

26 1.4. Attach the wires to the terminals Insert the stripped wire through the hole in the motor terminal Fold the wire over and carefully so that it tightens against the terminal. (TIP: Be very careful not to twist the motor terminal. It is quite fragile might break off if twisted.) If you have a soldering iron you can solder the connection to secure it.

27 If you have a hot-glue gun, you can drop some glue on the connection to secure it. (TIP: If you don t have a soldering iron or glue gun, don t worry. Just twist the wire tightly and your connection will be fine.) 1.5. Wrap insulation tape around the terminals To secure the wires, wrap about 8cm of insulation tape around the end of the motor, covering the terminals and connections. This will secure the wires and avoid pulling the connections loose.

28 2. Put the Layout Template in the box The Layout Template is a PDF print-out that will help you assemble the robot Download the layout template from this link: Cut out the Template along the cut lines and fold the sides up Insert the Template into the box.

29 3. Attach the parts to the box Each of the parts is shown on the Layout Template. Attach them to the box using cable ties.

30 3.1. Attach the NodeMCU Find the image of the NodeMCU on the Layout Template Using a screwdriver of scissors, make four holes at the four corners, as shown in the image Push cable ties through the holes and tie down the board Attach the Motor Driver to the box. (Follow the same procedure as the NodeMCU.) 3.3. Attach the Terminal Block to the box. (Follow the same procedure as the previous parts.) 3.4. Attach the Battery holder to the box Place the cable ties over the bridge between two batteries (not over the battery space). This will allow you at put the batteries in after the holder is tied down Attach the motors to the underside of the box.

31 The motors are placed outside the box (not inside, where the electrical components are) First attach the motors to the box using double-sided tape this will hold them in position Now make 4 holes in the box on the bottom and sides, in the right position to secure the motor. Use this image as a guide for making the holes Use cable ties to secure the motors to the box. (TIP: Pull the cable ties nice and tight so that the motors are secure and don t wobble around. This will help your robot drive in a straight line.) 3.6. Attach the Trolley Wheel to the underside of the box. (Follow the same procedure as the other parts.)

32

33 Step 3: Connecting the electronics Duration: 5 minutes Requirements: Jumper Wires (F-F) Terminal Blocks Screwdriver Connect all the components together using the various wires. Follow the printed Layout Guide to connect them correctly. PLEASE NOTE Many different motor drivers can be used with the AppCar. This Guide shows only a selection of the possible configurations. Advanced users can make use of other motor drivers and connect them according the requirements of those components. 1. Motor Shield The Motor Shield is the preferred choice when using the AppCar. The NodeMCU chip fits into headers on the shield, meaning that no jumper wires are required to connect these two components. The shield also has header pins for all other I/O pins which makes it easier to add additional sensors to your project. There are a variety of motor shields. They can normally be identified by their colour (blue, red, yellow). They all work in the same way however the terminal blocks follow a different order. Please follow the labels on the blocks on your shield, which might differ from the images used in this guide Connect the motor wires The shield has 8 terminal blocks Find the blocks labelled Motor A and Motor B

34 Connect the 2 wires from the LEFT motor to the blocks labelled A+ and A-. It doesn t matter which wire goes to + or -. This will only affect the direction the motor turns. It is not the same as battery polarity In the same way connect the RIGHT motor to B+ and B Connect the battery wires PLEASE NOTE It is VERY important to make sure that the battery wires are connected with the correct polarity. The positive battery wire MUST go into Vin. If you reverse the polarity you risk damaging the NodeMCU The wires from the Battery Holder (red and black) go into the motor shield Connect the negative battery wire (black) to the block labelled GND. There are usually two GND blocks. You can use either Connect the positive battery wire (red) to the block labelled Vin Connect Vin and Vm The motor shield needs a connection between Vm and Vin. This provides power to the motors. (Advanced users: it is possible to use a separate, larger power supply for Vm).

35 There are a few ways of connecting the jumper. These all achieve the same purpose: Option 1: The motor shield might be supplied with a small jumper connector already connected on the pins behind the power blocks Option 2: Connect a Female-Female jumper wire on the two header pins labelled Vin and Vm Option 3: Connect a wire joining the terminal blocks Vin and Vm 2. L9110 Motor Driver The L9110 Motor Driver is a very low cost stand-alone motor driver that works very well with the AppCar. It has simple functionality but is more than sufficient for the requirements of the standard geared (yellow) motors. Follow the wiring diagram shown below for the connections Power Connect jumper wires to V+ and V- (or G) to the battery wires. Use a terminal block to join multiple wires Signal wires Connect 4 jumper wire from the NodeMCU to the 4 signal pins on the Motor Driver These jumpers should be connected as follows: Pins 4, 5,6,7 connect to A-1A, A-1B, B-1A, B-1B respectively Motors Connect the left motor to the output terminal blocks A1, A The right motor is connected to output blocks B1, B2

36 3. L298 Motor Driver 3.1. cvxc The connections for this motor driver are very similar to the L9110 (above)

37

38 Step 4: Drive the robot with an app Duration: 5 minutes Requirements: Smartphone 1. Overview 2. Download the app The AppCar app is available as a web app or installed as an iphone, ipad or Android app Web App Open this link in a browser (mobile, tablet or PC) apps.appshed.com/appcario/ 2.2. Android Find AppCar by AppShed in the Google Play Store 2.3. ios Find AppCar by AppShed in itunes AppStore

39 3. Connect to the AppCar Follow the instructions in this video to connect your phone to the AppCar. (Although this video uses iphone, the Android connection is very similar) 4. Calibrate 5. Code

40 Next Steps Driving over the internet Writing auto-pilot programs Creating your own app Adding more sensors and things

BuffaloLabs WiFi Lantern Assembly guide version 1

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

More information

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

Parts List: Part # Tools List: Instructions:

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

More information

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

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

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

Audio Enhanced Touch Sensors Build Instructions

Audio Enhanced Touch Sensors Build Instructions Audio Enhanced Touch Sensors Build Instructions By Matt Oppenheim, Embedded Interactive Systems, InfoLab21, Lancaster University matt.oppenheim@gmail.com https://sites.google.com/site/hardwaremonkey/ I

More information

EyesBot Driver RobotShop App Assembly and Use

EyesBot Driver RobotShop App Assembly and Use EyesBot Driver RobotShop App Assembly and Use Upsoni Hardware Specification 1 Getting Ready... 1 1.1 Parts... 1 1.2 Tools... 2 2 EyesBot Driver App... 3 2.1 Startup screen... 3 2.2 Preferences screen...

More information

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

More information

E-11 Trooper Blaster upgrade Hyperdyne Labs 2009

E-11 Trooper Blaster upgrade Hyperdyne Labs 2009 E-11 Trooper Blaster upgrade Hyperdyne Labs 2009 http://www.hyperdynelabs.com This kit is for a Hasbro, Kenner, PVC, or other E-11 prop. Using our state-of-the-art technology and engineering experience,

More information

Experimental Procedure

Experimental Procedure 1 of 14 9/10/2018, 11:38 AM https://www.sciencebuddies.org/science-fair-projects/project-ideas/robotics_p028/robotics/obstacle-avoiding-robot (http://www.sciencebuddies.org/science-fair-projects /project-ideas/robotics_p028/robotics/obstacle-avoiding-robot)

More information

Phi-connect for Arduino (connector board V1.9)

Phi-connect for Arduino (connector board V1.9) Phi-connect for Arduino (connector board V1.9) Last reviewed on 3/29/2012 John Liu 1. Introduction... 2 2. Main features... 2 3. Parts list... 3 4. How to use... 4 5. Improving your Arduino experience

More information

WELCOME. For customer support or any inquiries, please visit our web site at or contact us at

WELCOME. For customer support or any inquiries, please visit our web site at  or contact us at WELCOME Congratulations on purchasing the GBF Smart Four Wire Intercom System. Our factory engineers were the first to enable multiple security cameras being monitored through a smart mobile device and

More information

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS

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

More information

Go-Baby-Go Senior Capstone Project

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

More information

Warranty Disclaimer. Limitation of Liability

Warranty Disclaimer. Limitation of Liability Warranty Disclaimer Purchaser acknowledges that Top Cat Engineering L.L.C.has agreed to provide this kit for evaluation purposes only. Purchaser further acknowledges that Top Cat Engineering has no obligations

More information

Constructing a Low-Cost Mobile Eye Tracker

Constructing a Low-Cost Mobile Eye Tracker ==== Constructing a Low-Cost Mobile Eye Tracker ==== Section 1: Introduction This is a detailed set of instructions on how to build a low-cost mobile eye-tracking system from off-the-shelf components.

More information

RC Tractor Guy Controller V2.1 Assembly Guide

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

More information

Arduino Panel Meter Clock. By Russ Hughes

Arduino Panel Meter Clock. By Russ Hughes Arduino Panel Meter Clock By Russ Hughes (russ@owt.com) OVERVIEW My father has been a lifelong Ham Radio Operator with a fondness for almost anything with a panel meter. After seeing the Trinket Powered

More information

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

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

More information

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

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

More information

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

Installation, Usage and Maintenance Guide for Kit 1

Installation, Usage and Maintenance Guide for Kit 1 Installation, Usage and Maintenance Guide for Kit 1 July 2013 WARNING Read this document before installing or using Data East/Sega Speaker Light Mod by Pinballtoppers Improper installation, improper use,

More information

ROTOPOD PERISCOPE LIGHTING KIT

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

More information

Phi -1 shield Documentation. Table of content

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

More information

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

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

More information

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

Garage Door Control Button. What s inside: Quickstart Guide Model No. WGO x Garage Door Control Button

Garage Door Control Button. What s inside: Quickstart Guide Model No. WGO x Garage Door Control Button Add-On Device Quickstart Guide 1 Garage Door Control Button Quickstart Guide Model No. WGO2001 What s inside: 1x Garage Door Control Button 1x Power Adapter 2x U-fork Wires Mounting Accessories and Double-sided

More information

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

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

More information

IQ32 Upgrade Kit Assembly Instructions

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

More information

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

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

More information

Carkuda (VTG500X) User Manual

Carkuda (VTG500X) User Manual Carkuda (VTG500X) User Manual Contents Carkuda Concepts Quick Start Installing Carkuda Mirror Using Carkuda Mirror Using Carkuda Smartphone App Technical Specifications Packing List FAQs Revision History

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

LEGO BB-8 Release: LEGO BB-8. Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua

LEGO BB-8 Release: LEGO BB-8. Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua LEGO BB-8 Learn how to automate a LEGO BB-8for motion, light, and sound using Crazy Circuits. Written By: Joshua 2018 browndoggadgets.dozuki.com/ Page 1 of 18 INTRODUCTION We absolutely LOVE the new LEGO

More information

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

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

More information

Build a NeoPixel-painter remote control trigger for under $20. By Kerry Lawrence

Build a NeoPixel-painter remote control trigger for under $20. By Kerry Lawrence Build a NeoPixel-painter remote control trigger for under $20. By Kerry Lawrence Last updated May 25, 2016 Guide Contents Guide Contents... 2 Overview... 2 Advantages... 2 Easier to spin and twirl the

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

Apex Tablet 7 Battery Replacement

Apex Tablet 7 Battery Replacement Apex Tablet 7 Battery Replacement This guide will instruct you on how to replace the lithium-ion battery inside the Apex 7" Tablet. Written By: Corrine Nief ifixit CC BY-NC-SA www.ifixit.com Page 1 of

More information

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

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

More information

*000IPODIG* ipod Installation Guide. Tools Needed: (depending upon vehicle) 000IPODIG IMPORTANT

*000IPODIG* ipod Installation Guide. Tools Needed: (depending upon vehicle) 000IPODIG IMPORTANT Revision 3/15/05 ipod Installation Guide IMPORTANT Before starting, compare items on your invoice with items received. Carefully check through packaging material. If any item is missing, please call: Crutchfield

More information

Quick Start Guide. Getting Started. Controls and Connections. Before you begin, please make sure that you have the following available:

Quick Start Guide. Getting Started. Controls and Connections. Before you begin, please make sure that you have the following available: Quick Start Guide Getting Started Before you begin, please make sure that you have the following available: A computer network with 2.4GHz WiFi or Ethernet One of the following devices: An Apple iphone,

More information

Part 2: Building the Controller Board

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

More information

Halloween Pumpkinusing. Wednesday, October 17, 12

Halloween Pumpkinusing. Wednesday, October 17, 12 Halloween Pumpkinusing Blink LED 1 What you will need: 1 MSP-EXP430G2 1 3 x 2 Breadboard 3 560 Ohm Resistors 3 LED s (in Red Color Range) 3 Male to female jumper wires 1 Double AA BatteryPack 2 AA Batteries

More information

Building your own special-purpose embedded system gadget.

Building your own special-purpose embedded system gadget. Bare-duino Building your own special-purpose embedded system gadget. Saves a little money. You can configure the hardware exactly the way that you want. Plus, it s fun! bare-duino 1 Arduino Uno reset I/O

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

Installing a Power over Ethernet injector

Installing a Power over Ethernet injector Installing a Power over Ethernet injector AlphaEclipse StreetSmart and RoadStar signs The instructions in this document explain how to install/replace a Power over Ethernet (PoE) injector in a StreetSmart

More information

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

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

More information

2016 Copyright Brüel & Kjær. All rights reserved

2016 Copyright Brüel & Kjær. All rights reserved 3660-A-20x SETUP GUIDE 2016 Copyright Brüel & Kjær. All rights reserved 1-module Wireless LAN Frame Type 3660-A-20x allows wireless connection to a LAN-XI module. It can be used in general analysis applications

More information

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

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

More information

Wifi Downlight Setup Instructions

Wifi Downlight Setup Instructions Use together with the following LED Panel Down Lights Model: PDL-1290-RC-WHT Description: 12w LED Panel Light Trim Colour: White Cut-Out: 90mm Model: PDL-1290-RC-BC Description: 12w LED Panel Light Trim

More information

Quick Start Guide Coherent WiFi Module

Quick Start Guide Coherent WiFi Module Quick Start Guide Coherent WiFi Module This guide includes: Step-by-step instructions for connecting the WiFi Module to tablets via Direct WiFi. (p. 2) Instructions for setting up the LabMax-Pro Mobile

More information

A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac

A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac ifixit CC BY-NC-SA www.ifixit.com Page 1 of 15 INTRODUCTION

More information

ipad Mini 2 Wi-Fi Front Panel Assembly Replacement

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

More information

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7

logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 logic table of contents: squarebot logic subsystem 7.1 parts & assembly concepts to understand 7 subsystems interfaces 7 logic subsystem inventory 7 7 1 The Vex Micro Controller coordinates the flow of

More information

Nvidia Shield Tablet K1 Micro USB Port Replacement

Nvidia Shield Tablet K1 Micro USB Port Replacement Nvidia Shield Tablet K1 Micro USB Port Replacement This is a guide for the removal and replacement of the Micro USB Port. Written By: Ryan Butler ifixit CC BY-NC-SA www.ifixit.com Page 1 of 14 INTRODUCTION

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

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

View Wall Interface. Dynamic Glass INSTALLATION GUIDE. Description. System Requirements. Installation Overview

View Wall Interface. Dynamic Glass INSTALLATION GUIDE. Description. System Requirements. Installation Overview Description The solution is a compact, wall-mounted interface used for monitoring and changing the tint levels of View Dynamic Glass. The product leverages 802.11-based Wi-Fi technology for connectivity

More information

Adafruit USB Power Gauge Mini-Kit

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

More information

Gospeed.Racer Hub Assembly for the Asus EEEpc

Gospeed.Racer Hub Assembly for the Asus EEEpc Gospeed.Racer Hub Assembly for the Asus EEEpc Before you begin: Please understand that these harnesses are all tested one at a time before I ship them. By installing this harness, you agree to assume any

More information

Section 3 Board Experiments

Section 3 Board Experiments Section 3 Board Experiments Section Overview These experiments are intended to show some of the application possibilities of the Mechatronics board. The application examples are broken into groups based

More information

Wind Logger Shield. Parts included: Date: 29/07/14 Version: 1.0 By: Matt Little

Wind Logger Shield. Parts included: Date: 29/07/14 Version: 1.0 By: Matt Little Wind Logger Shield Date: 29/07/14 Version: 1.0 By: Matt Little Parts included: This is a simple shield to easily implement a wind resource data logging system. It is designed to read 2 x pulse type anemometers

More information

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

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

More information

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

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

More information

Lab 2.2 Ohm s Law and Introduction to Arduinos

Lab 2.2 Ohm s Law and Introduction to Arduinos Lab 2.2 Ohm s Law and Introduction to Arduinos Objectives: Get experience using an Arduino Learn to use a multimeter to measure Potential units of volts (V) Current units of amps (A) Resistance units of

More information

Digital Pins and Constants

Digital Pins and Constants Lesson Lesson : Digital Pins and Constants Digital Pins and Constants The Big Idea: This lesson is the first step toward learning to connect the Arduino to its surrounding world. You will connect lights

More information

imac Intel 27" Retina 5K Display CPU Replacement

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

More information

Assembly of the TACOS WAT-910BD Housing v2

Assembly of the TACOS WAT-910BD Housing v2 1) Circuit Diagram 2) Assembly of PCB a)tools Required. Only simple hand tools are necessary to complete the assembly of the PCB. - Soldering Iron and solder - Needle nose pliers - Wire clippers/trimmers

More information

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

CP5176 Assembly guide. Soldering. CP5176 Assembly guide Main PCB PCB split.  Document revision 2.1 Last modification : 12/11/17 CP5176 Assembly guide Safety warning The kits are main powered and use potentially lethal voltages. Under no circumstance should someone undertake the realisation of a kit unless he has full knowledge

More information

imac Intel 27" EMC 2639 Hard Drive

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

More information

Field Update Guide. for Raven Viper Pro

Field Update Guide. for Raven Viper Pro Field Update Guide for Raven Viper Pro Introduction The field update kit (P/N 117-0171-467) is designed to allow the Raven Viper Pro to utilize the automatic power down feature without returning the console

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

Rover 5. Explorer kit

Rover 5. Explorer kit Rover 5 Explorer kit The explorer kit provides the perfect interface between your Rover 5 chassis and your micro-controller with all the hardware you need so you can start programming right away. PCB Features:

More information

Downloaded from manuals search engine. Quick Start

Downloaded from   manuals search engine. Quick Start Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Adafruit PowerBoost Charger

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

More information

Grelllbbb s ESP Flashamater Adaptimizer Assembly & User Guide

Grelllbbb s ESP Flashamater Adaptimizer Assembly & User Guide Grelllbbb s ESP Flashamater Adaptimizer Assembly & User Guide Overview The GEFA (we don t understand Grelllbb any better than you do, so we ll just abbreviate it GEFA) is a small programming tool that

More information

AT42QT1010 Capacitive Touch Breakout Hookup Guide

AT42QT1010 Capacitive Touch Breakout Hookup Guide Page 1 of 7 AT42QT1010 Capacitive Touch Breakout Hookup Guide Introduction If you need to add user input without using a button, then a capacitive touch interface might be the answer. The AT42QT1010 Capacitive

More information

Single cable kit for the FCB1010

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

More information

Secured Series: Hub Plus Kit Single Door Controller Package Installation Manual

Secured Series: Hub Plus Kit Single Door Controller Package Installation Manual Secured Series: Hub Plus Kit Single Door Controller Package Installation Manual This package is designed to simplify the connections to our Secured Series Hub Plus Controller. This will translate into

More information

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b All materials owned by Dan Gebhardt Introduction This device records the temperature of a model engine during

More information

QUASAR ELECTRONICS KIT No Hi-Fi PREAMPLIFIER WITH REMOTE CONTROL

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

More information

AT42QT101X Capacitive Touch Breakout Hookup Guide

AT42QT101X Capacitive Touch Breakout Hookup Guide Page 1 of 10 AT42QT101X Capacitive Touch Breakout Hookup Guide Introduction If you need to add user input without using a button, then a capacitive touch interface might be the answer. The AT42QT1010 and

More information

ipod Touch 4th Generation 30 Pin Dock Connector Replacement

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

More information

Wii Nunchuk Transceiver. Wiring Diagrams

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

More information

RECORDING AUDIO ON THE IPAD MINI

RECORDING AUDIO ON THE IPAD MINI RECORDING AUDIO ON THE IPAD MINI PREPARE THE IPAD MINI Power the unit ON using the small button on the top right side (see image above.) If the screen goes dark, press the HOME button on the bottom once

More information

ipad Mini Wi-Fi Front Facing Camera Replacement

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

More information

Written By: Sam Lionheart

Written By: Sam Lionheart ipad Mini 2 Wi-Fi GPS Antenna Replacement Remove the GPS antenna in an ipad Mini 2 Wi-Fi. Written By: Sam Lionheart ifixit CC BY-NC-SA www.ifixit.com Page 1 of 36 INTRODUCTION Use this guide to replace

More information

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

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

More information

Congratulations on the purchase of your new Clover Mini

Congratulations on the purchase of your new Clover Mini Congratulations on the purchase of your new Clover Mini Set Up the Hardware What s included The white USB cord provided can be used to plug into the Hub and connected to other accessories (such as the

More information

Adafruit Optical Fingerprint Sensor

Adafruit Optical Fingerprint Sensor Adafruit Optical Fingerprint Sensor Created by lady ada Last updated on 2017-11-27 12:27:09 AM UTC Guide Contents Guide Contents Overview Enrolling vs. Searching Enrolling New Users with Windows Searching

More information

Quicksilver 606 TR-606 CPU Upgrade

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

More information

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

Nabi Big Tab HD24 Speakers Replacement

Nabi Big Tab HD24 Speakers Replacement Replacing the speakers in your tablet to get the sound back. Written By: Kevin Garcia ifixit CC BY-NC-SA www.ifixit.com Page 1 of 11 INTRODUCTION The Nabi Big Tab HD 24 has two internal speakers. When

More information

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT

THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT THE COMPLETE ALL IN ONE ROBOT 360 NANO BOT LINE FOLLOWER FIVE LINE SENSORS FOR SCANNING WHITE OR BLACK LINE OBSTACLE AVOIDER TWO OBSTACLE SENSORS CAN DETECT OBSTACLES AND MEASURE DISTANCE BLUETOOTH CONTROL

More information

Mailbox Notification Service. Created by Adam Kohring

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

More information

2013 Copyright Brüel & Kjær. All rights reserved

2013 Copyright Brüel & Kjær. All rights reserved ONOSCOUT SETUP GUIDE 2013 Copyright Brüel & Kjær. All rights reserved Sonoscout is an intuitive mobile device app * that combines with a wireless data acquisition unit to form a complete and highly portable

More information

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018

StenBOT Robot Kit. Stensat Group LLC, Copyright 2018 StenBOT Robot Kit 1 Stensat Group LLC, Copyright 2018 Legal Stuff Stensat Group LLC assumes no responsibility and/or liability for the use of the kit and documentation. There is a 90 day warranty for the

More information

MBCD-HF. Quick Start Bluetooth Installation Guide for Select Mercedes with Changer. Courtesy of:discountcarstereo.com

MBCD-HF. Quick Start Bluetooth Installation Guide for Select Mercedes with Changer. Courtesy of:discountcarstereo.com Courtesy of:discountcarstereo.com MBCD-HF Quick Start Bluetooth Installation Guide for Select 1994-98 Mercedes with Changer Created September 3, 2016 Revised: March 24, 2019 Introduction: Safety comes

More information

Instruction Manual for BE-SP3 Circuit. 10/21/07

Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 of 54 Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 Index: Page 2 BE-SP3 Circuit Specifications. Page 3-4 Intro to the BE-SP3. Page 5 Basics of serial to parallel. Page 6-7 ASCII Code.

More information

Cygnos360 V2 Installation Manual

Cygnos360 V2 Installation Manual VERSION 1.0. - OKTOBER, 2009 www.cygnos360.com Contents: 1. What you need...2 1.1. Tools...2 2. Preparation...3 2.1. Preparing the solder points...3 3. Installing in your Xbox360...4 3.1. Installing the

More information