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

Size: px
Start display at page:

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

Transcription

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

2 About: How to use this document I designed this tutorial to be tall and narrow so that you can read it on one side of your screen while you follow along in the rest of the display area, like this: Tutorial work area Also, the pages in this tutorial are designed to be viewed as whole-page slides. I describe how to do that next. 2

3 Set your PDF viewer to single page mode (Mac) On a Mac, a PDF file will open in the Preview application by default. Hide the side bar and set it to Single Page. 3

4 Set your PDF viewer to single page mode (Windows) In Windows, a PDF file will open in the Reader application by default. You can open the menu from the icon in the upper left corner of the window and then choose Split Left or Split Right depending on your preference. Then right-click on the document and choose the One page viewing option. 4

5 Introduction A microcontroller is useful to interact with the outside world. Not only can it affect things in the real world by flashing a lights or spinning motors, it can also sense the real world by through the use of buttons, switches, and dials. In this exercise you'll use some of the parts in the electronics kit to do digital inputand digital output. 5

6 Objectives The objectives are: To learn about digital I/O. To connect some of the electronic components to the Arduino board. To control the Arduino and its components using Python. 6

7 Prerequisites Before proceeding with this tutorial you should have completed the tutorials for installing the necessary applications and files. In particular: Your Arduino board must have the firmware installed as described in tutorial Arduino 01 - Installing Arduino and firmware. You must have Python running and have it communicating with the Arduino board as described in Arduino 02 - Using Arduino with Python. If you did not do those tutorials yet, you must do them now. 7

8 Get the latest arduino.py file Before doing this exercise, download the latest arduino.py file from this web page: Save it into a folder that you'll use for today's lab exercise, like CSE1010 / Lab 3 8

9 Outline These are the sections you'll go through in this exercise: 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 9

10 1. Background: Digital Something is described as being digital if it is made up of digits. For example, the calculators that you have used are all digital calculators, meaning two things: 1. They display digits on the screen. 2. The brain that controls the calculator is actually a digital computer. 10

11 1. Background: Analog Contrast that digital calculator with this old slide rule: This is an analog calculator, whereby the answer is taken from a continuous scale and not a set of digits displayed on a screen. 11

12 1. Background: Decimal numbers The decimal number system uses the digits 0 through 9. Each column (or decimal place) of a number is 10 times the one to its right. The number 1234 means: 1 x x x x 1 = 1234 I point this out in order to contrast it with the binary number system on the next slide. 12

13 1. Background: Binary numbers Binary means having two parts. The binary number system uses the digits 0 and 1. Each column (or decimal place) of a number is 2 times the one to its right. The number 1010 means: 1 x x x x 1 = 10 (in base 10) In this exercise you'll use the binary numbers 0 and 1. 13

14 1. Background: Other binary things Note that many other categories of things are binary: Colors Answers Directions Conditions Light and Dark White and Black Yes and No Left and Right Up and Down On and Off High and Low Anything that has an natural opposite can be considered to be binary, and thus can be represented using 1 and 0. 14

15 1. Background: I/O I/O is short for input and output. It's something that all computers do a lot of, and so we just abbreviate it because we talk about it so much. 15

16 1. Background: LED LED is an abbreviation for light emitting diode. It's a device that emits photons by causing electrons in the device to lose energy by combining with positively charged atoms. "LED" is always pronounced as its letters ELL EEE DEE. 16

17 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 17

18 2. Collect the required parts: Board, cable, breadboard Locate the following parts in the electronics kit and take them out: Arduino board USB cable Breadboard 18

19 2. Collect the required parts: Your board may be blue The older kits used in CSE1010 had a blue board instead of a red one. They all work the same. 19

20 2. Collect the required parts: LED and push button LED: any color, as long as it has only 2 pins (there is a 4-pin LED in your kit don't choose that one) Push button: black base + blue cap, yours may have silver & yellow colors on it like the one pictured below, or it might be mostly black 20

21 2. Collect the required parts: 4 wires, 4 pins 4 wires: any color, peel them off the flat rainbow-colored cable 4 pins: you can twist off single pins from the long pin strip, or cut them using scissors, wire cutters, or even nail clippers 21

22 2. Collect the required parts: 220Ω resistor (or 2.2K) 220Ω resistor Your kit comes with resistors of two different resistance values: 220 Ω (where Ω = Ohm), and 10,000 Ω, usually written 10K Ω. The 220 Ω resistor is the one that has these color bands starting at one end: RED-RED-BLACK. Remove one resistor carefully from the tape and clean the goo from the ends. Use a 2.2K resistor if you don't have a

23 2. Collect the required parts: Push button & resistor Push the blue cap onto the push button body. Under the switch cap there's a square hole that fits onto the square post on the switch. It should pop into place. Bend the pins (usually called leads) of the resistor into the U-shape shown on the previous slide. 23

24 2. Collect the required parts: Why use a resistor? The resistor will be placed in series with the LED in order to limit the amount of electrical current that flows through it. The internal resistance of an LED is very low when it's glowing, which allows a lot of current to flow through it. The more current there is, the more heat it generates. The core of the LED (called the junction) is encased in clear or colored plastic, which is a very poor heat conductor, so any amount of excess heat inside the LED will quickly melt the junction, turning your light emitting diode into a smoke emitting diode (not literally the LED will simply burn out and then stop working). You may put the kit aside for now 24

25 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 25

26 3. About the breadboard The breadboard is also known as a prototyping board or just a proto board. It allows wires and components to be plugged in removed easily. 26

27 3. About the breadboard: The rows Notice that each row has 5 columns labeled a e on the left half and f j on the right half. In one half-row, all the holes are connected together electrically. 27

28 3. About the breadboard: The rows are isolated Thus, anything plugged into hole a1 is automatically connected to anything that's plugged into holes b1, c1, d1, or e1. It's the same on the right half: f1, g1, h1, i1, and j1 are all connected together. But be aware that the left half and the right half are not connected together. In other words, a-bc-d-e are not connected to f-g-h-i-j. We say that the two half-rows are isolated The same is true for all the rows on your breadboard,

29 3. About the breadboard: The columns There are also four long columns, two along each side. Each single column is connected together electrically. The columns (sometimes called power rails) are often used for the power supply and return. 29

30 3. About the breadboard: All rows & columns are equal The rows and columns on the board are all created equally. It doesn't matter which row or column you use as long as you remember how the rows and columns are connected electrically. The labels and colors on the board are there for convenience only. 30

31 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 31

32 4. Connect the LED: Anode and cathode Notice that the LED has two pins, one of which is shorter than the other. The short pin is referred to as the negative pin, or cathode, and the long pin is the positive pin, or anode. 32

33 4. Connect the LED: Polarized electrical devices Every electrical circuit is powered by a power source that has a positive side and a negative side (recall the + and you've seen on every battery). Some electrical components are polarized, meaning that they must be connected to the power source in only one direction. An LED is this kind of device. Thus, the manufacturer helps you identify the positive and negative sides by making the negative pin shorter than the positive pin. 33

34 4. Connect the LED: Plug in the LED Plug the LED into two rows of the breadboard, making a note of which rows the long and short pins are in. Orient the long pin to the upper row and the short pin to the lower row. The actual row numbers that you use don't matter. All the rows are the same. The circuit diagramming application that I use automatically highlighted the two breadboard rows in green. 34

35 4. Connect the LED: Plug in the resistor Plug the resistor into the breadboard so that one of its pins is in the same row as the resistor's negative pin. Its other pin can go into any other row. This resistor is beige colored, but your resistor will probably be light blue. 35

36 4. Connect the LED: Plug in the pins Plug one of the small connector pins into the same row as the LED's positive pin, and the other pin into the row that has the other end of the resistor. pin pin 36

37 4. Connect the LED: The complete diagram Here's a picture of my breadboard: My LED's long pin is in e3 and its short pin is in e4. One end of the resistor is in c4 (same row as the LED's short pin) and the other end is in c9. One connector pin is in a3 and the other is in a9. 37

38 4. Connect the LED: Connect wires to breadboard Take one of the wires and plug it onto the top pin on the breadboard, the one in the same row as the LED. I'll call this the LED wire. Plug the other wire into the lower pin on the breadboard in the same row as the lower end of the resistor lead. I'll call this the resistor wire. 38

39 4. Connect the LED: Connect wires to the Arduino The next few slides are in two sections, one for the red Arduino board and one for the blue Arduino board. Red board Blue board Follow the slides for the board of your color. 39

40 4. Connect the LED: Locate the digital pins Red board Locate the bank of digital I/O pins on the Arduino board. On a red board they're in the upper right side of the board: 40

41 4. Connect the LED: Locate D13 Red board Locate pin D13 on the board. It's the top left pin in the yellow row of pins labeled S (the S means Signal). D13 S V G D13 Digital D0 RoboRED 41

42 4. Connect the LED: Connect the wires Red board Connect the LED wire to the S pin in the yellow row of D13. Connect the resistor wire to the G pin in the blue row of D13. LED wire S G S V G D13 Digital D0 RoboRED Resistor wire 42

43 4. Connect the LED: Locate the digital pins Blue board On a blue board the digital I/O is done using the top row of sockets 43

44 4. Connect the LED: Locate D13 and GND Blue board You'll need to insert a pin into the D13 socket (twist a few more pins off the pin strip). Look for the socket with the number 13 printed below it. D13 GND Insert a pin into one of the two GND sockets as well. 44

45 4. Connect the LED: Connect the wires Blue board Connect the LED wire to the digital 13 pin in the top row of sockets. Connect the resistor wire to the GND pin in the bottom row of sockets. LED wire Resistor wire 45

46 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 46

47 5. Plug in the Arduino board This step is easy. Plug the Arduino board into the computer using the USB cable. Be sure that no other application is using the Arduino. In particular, be sure that the Arduino application is not running. 47

48 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 48

49 6. Write a program: Open IDLE Start IDLE (or use whatever editor you're accustomed to using). Enter this into a new file in IDLE: import arduino import time Importing the arduino module gives your program access to the Arduino over the USB port. All your Arduino programs will need to import that module. The time module will be used to add a delay into the program. Keep typing the statements on the next slide. 49

50 Write a program: More statements a = arduino.arduino() That creates an instance of the Arduino class in Python's memory. a.serialconnect() That opens a connection to the Arduino over the USB port. a.pinmode(13, 'o') That indicates that we will be setting the value of the digital pin 13 from the program and not reading its value instead. In other words, that pin will do output and not input. Keep typing on the next slide. 50

51 6. Write a program: More statements while True: This program will run in a loop until you press ^C. (indented inside the while loop:) a.digitalwrite(13, 1) time.sleep(0.5) That turns the LED on and then pauses 0.5 seconds. a.digitalwrite(13, 0) time.sleep(0.5) That turns the LED off, and pauses 0.5 seconds. 51

52 6. Write a program: Run the program In the IDLE editor window press F5 to run that program. It asks you where to save the program. Name the file blink.py and save it into a folder that has the arduino.py file in it already, or save it into a new folder and then be sure to copy arduino.py into that folder. The folder where you save blink.py must have the arduino.py file in it. The program starts running and it shows no output in the IDLE Python Shell window, but observe the on-board LED on the Arduino board. It's flashing on and off in ½ second intervals. 52

53 6. Write a program: Abort the program Press ^C (Ctrl-C) in the Python Shell window to abort the program. Enter this command in the Python Shell window: a.serialdisconnect() That closes the connection between Python and the Arduino over the USB port. 53

54 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 54

55 7. Connect the push button: Push the cap onto the button It will end up looking something like this: 55

56 7. Connect the push button: Examine the pins Examine the push button carefully and you'll notice that the pins extend from opposite sides of the body of the push button. 56

57 7. Connect the push button: Plug it into the breadboard Insert the push button on the breadboard so that it sits across the channel that goes down the middle of the board. It doesn't matter what rows you plug it into, as long as it's not in the same rows as any of the other components on the board. You really have to push it down hard so that the bottom of the button is flush with the surface of the breadboard. You should be able to lift the push button afterward and the whole board will come up with it. 57

58 7. Connect the push button: If you mash the pins If you've accidentally mashed the pins of the button so that the sort of fold up under the button, pull out the button and do your best to straighten out the pins. Then try re-inserting the button into the breadboard. 58

59 7. Connect the push button: Plug in two pins Find two small pins, or twist or cut them off the pin strip. Plug the pins into the same rows as two of the legs on the same side of the push button. It doesn't matter if you use the left half of the breadboard with the a e letters or the right half with the f j letters, as long as both pins are on the same side. pin pin 59

60 7. Connect the push button: Connect wires Connect two wires to the pins by the switch. It doesn't matter which wire goes to which pin. Then do this: Red board Plug one of the wires into the S (yellow) row of D12, and the other into the V (red) row of D12. These wires should be right next to the wires you plugged into D13 for the LED. Blue board Plug one of the wires into digital socket 12 (plug in a pin first), and the other wire into the 5V socket next to the GND socket. 60

61 7. Connect the push button: The whole breadboard My whole breadboard is wired like this now: 61

62 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 62

63 8. Write a new program: In IDLE: File New File In this new program file, enter statements to do this: 1. Import the arduino module. 2. Create a new Arduino instance and store it in a variable called a. 3. Open a serial connection to the Arduino. 4. Set the mode of pin 13 to output. These are the same statements that you used at the beginning of the blink.py program that you wrote already. Refer back to that program if you need to. Try it on your own first. The solution is on the next slide. 63

64 8. Write a new program: First few statements These are the first few statements of the new program import arduino a = arduino.arduino() a.serialconnect() a.pinmode(12, 'i') a.pinmode(13, 'o') The two pinmode statements mean that this program will expect to do input on pin 12 and output on pin 13. In other words it will read (or accept) a digital signal in from pin 12 and to write (or send) a digital signal out on pin

65 Write a new program: The loop Below the pinmode statements start an unbounded while loop, just like in the blink program. Remember how to do that? Spoiler on the next slide. 65

66 8. Write a new program: The loop This program uses an unbounded while loop just like the previous one. while True: Inside the while loop we need to do this: 1. Read the value from pin Set the LED to be the value that we just read from pin 12. The digitalread function and digitalwrite functions will be used for those statements. 66

67 8. Write a new program: Reading pin 12 Here is the next statement. I show it indented because it must be indented under the while True statement. Indent the next statements that you write by either 2 spaces or 4 spaces. button = a.digitalread(12) That statement reads the value of the signal on digital pin 12, which is the one that the push button is connected to. The value is stored in a variable called button. Now you need to write the value of the button variable to digital pin 13. Can you write that statement on your own? Spoiler on the next slide. 67

68 8. Write a new program: Writing pin 13 This is the statement to write the value of the button variable to pin 13. a.digitalwrite(13, button) Make sure it's indented the same amount that the digitalread statement is indented. The whole program is shown on the next slide. Make sure yours looks very similar to it. 68

69 8. Write a new program: The finished program import arduino a = arduino.arduino() a.serialconnect() a.pinmode(12, 'i') a.pinmode(13, 'o') while True: button = a.digitalread(12) a.digitalwrite(13, button) Now it's time to run the program. 69

70 8. Write a new program: Run the program In the IDLE editor window press F5 to run that program. It asks you where to save the program. Name the file button.py and save it into the same folder where you save the blink.py program. Make sure that the arduino.py file is also in that folder. While the program is running it shows no output in the IDLE Python Shell window, and the Arduino's LED should turn on. Now push the button on the breadboard. The LED should turn light up as long as the button is pressed. Woo, fun! 70

71 8. Write a new program: Abort the program Press ^C (Ctrl-C) in the Python Shell window to abort the program. Enter this command in the Python Shell window: a.serialdisconnect() That closes the connection between Python and the Arduino over the USB port. If you don't disconnect the USB connection, the next time you try to run your program Python will complain because the USB connection to the Arduino is already in use. 71

72 Write a new program: Modify the program Now we'll modify the program so that the LED is on normally, and pressing the button causes the LED to turn off. Consider that the digitalread function call returns a 0 when the switch is not pressed and a 1 when the switch is pressed. We want to send a 0 to D13 when D12 returns a 1, and send a 1 to D13 when D12 returns a 0. Thus, we need to invert the value returned by digitalread(12). Be aware that the value returned by digitalread is an integer (1 or 0) and not a Boolean value (True or False). Can you do it? Spoiler follows. 72

73 8. Write a new program: Modify the program We need to do this: D12 D You could do that using an if statement, but it's simpler to subtract the value of the button variable from 1. button = a.digitalread(12) a.digitalwrite(13, 1 - button) This works because: 1-0 = = 0 Now change the program and run it! 73

74 8. Write a new program: Modify the circuit? This logic inverting modification could have been done on the circuit board instead of in the program (it would require the use of another resistor on the circuit board). But think about the cost in time of modifying a circuit instead of modifying a program: What if you worked for a company and you had 1000 circuits to change. Would it be cheaper to modify 1000 circuits or modify 1000 programs? Usually, circuits are assembled permanently on a circuit board, so modifying a circuit would require cutting one of the traces (wires) on the board and soldering on a new component. It's very time consuming. 74

75 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary 75

76 9. Summary It seems like what you've done is very simple: get an LED to turn on and off. But note one important thing: the push button and the LED are not connected together directly. The program is what's causing the LED to turn on or off. Can you imagine any other electrical device that could be controlled like this? Yes: everything. ;) 76

77 9. Summary The circuit you've built is simple, but in this exercise you've actually become familiar with quite a few different things: Connecting the Arduino to the computer. Using components on a breadboard. Connecting wires between the breadboard and the Arduino. Writing some Python programs that control the Arduino. Digital input and output. Modifying software (the program) instead of modifying hardware (the circuit). That's quite a bit for just a few hours of work. 77

78 Outline 1. Background 2. Collect the required parts 3. Learn about the breadboard 4. Connect the LED 5. Plug in the Arduino board 6. Write a program 7. Connect the push button 8. Write a new program 9. Summary You're done! 78

Arduino 6: Analog I/O part 1. Jeffrey A. Meunier University of Connecticut

Arduino 6: Analog I/O part 1. Jeffrey A. Meunier University of Connecticut Arduino 6: Analog I/O part 1 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

More information

Arduino 02: Using the Arduino with Python. Jeffrey A. Meunier University of Connecticut

Arduino 02: Using the Arduino with Python. Jeffrey A. Meunier University of Connecticut Arduino 02: Using the Arduino with Python 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

More information

Arduino 04: Python Arduino reference. Jeffrey A. Meunier University of Connecticut

Arduino 04: Python Arduino reference. Jeffrey A. Meunier University of Connecticut Arduino 04: Python Arduino reference 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

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

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

Arduino 01: Installing the Arduino Application and Firmware. Jeffrey A. Meunier University of Connecticut

Arduino 01: Installing the Arduino Application and Firmware. Jeffrey A. Meunier University of Connecticut Arduino 01: Installing the Arduino Application and Firmware Jeffrey A. Meunier jeffm@engr.uconn.edu University of Connecticut About: How to use this document I designed these tutorial slides to be tall

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

Digital Circuits. Page 1 of 5. I. Before coming to lab. II. Learning Objectives. III. Materials

Digital Circuits. Page 1 of 5. I. Before coming to lab. II. Learning Objectives. III. Materials I. Before coming to lab Read this handout and the supplemental. Also read the handout on Digital Electronics found on the course website. II. Learning Objectives Using transistors and resistors, you'll

More information

Note. The above image and many others are courtesy of - this is a wonderful resource for designing circuits.

Note. The above image and many others are courtesy of   - this is a wonderful resource for designing circuits. Robotics and Electronics Unit 2. Arduino Objectives. Students will understand the basic characteristics of an Arduino Uno microcontroller. understand the basic structure of an Arduino program. know how

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

Raspberry-Pi Shield: Binary-Coded-Decimal Clock

Raspberry-Pi Shield: Binary-Coded-Decimal Clock Raspberry-Pi Shield: Binary-Coded-Decimal Clock ASSEMBLY INSTRUCTIONS What is it? This kit builds a binary-coded-decimal clock, driven by a Raspberry-Pi (which should be mounted on the back). This is a

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

Electronics Construction Manual

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

More information

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

UF-3701 Power Board Construction Guide

UF-3701 Power Board Construction Guide Page 1/5 Soldering and Part Placement See the Chapter 3 of the MIT 6270 Manual for information on electronic assembly, including soldering techniques and component mounting. Construction Information All

More information

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

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

University of Hull Department of Computer Science C4DI Interfacing with Arduinos

University of Hull Department of Computer Science C4DI Interfacing with Arduinos Introduction Welcome to our Arduino hardware sessions. University of Hull Department of Computer Science C4DI Interfacing with Arduinos Vsn. 1.0 Rob Miles 2014 Please follow the instructions carefully.

More information

Procedure: Determine the polarity of the LED. Use the following image to help:

Procedure: Determine the polarity of the LED. Use the following image to help: Section 2: Lab Activity Section 2.1 Getting started: LED Blink Purpose: To understand how to upload a program to the Arduino and to understand the function of each line of code in a simple program. This

More information

Arduino 101 AN INTRODUCTION TO ARDUINO BY WOMEN IN ENGINEERING FT T I NA A ND AW E S O ME ME NTO R S

Arduino 101 AN INTRODUCTION TO ARDUINO BY WOMEN IN ENGINEERING FT T I NA A ND AW E S O ME ME NTO R S Arduino 101 AN INTRODUCTION TO ARDUINO BY WOMEN IN ENGINEERING FT T I NA A ND AW E S O ME ME NTO R S Overview Motivation Circuit Design and Arduino Architecture Projects Blink the LED Switch Night Lamp

More information

Make your own secret locking mechanism to keep unwanted guests out of your space!

Make your own secret locking mechanism to keep unwanted guests out of your space! KNOCK LOCK Make your own secret locking mechanism to keep unwanted guests out of your space! Discover : input with a piezo, writing your own functions Time : 1 hour Level : Builds on projects : 1,,3,4,5

More information

Electronics Construction Manual

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

More information

PIC Dev 14 Through hole PCB Assembly and Test Lab 1

PIC Dev 14 Through hole PCB Assembly and Test Lab 1 Name Lab Day Lab Time PIC Dev 14 Through hole PCB Assembly and Test Lab 1 Introduction: The Pic Dev 14 is a simple 8-bit Microchip Pic microcontroller breakout board for learning and experimenting with

More information

Raspberry Pi GPIO Zero Reaction Timer

Raspberry Pi GPIO Zero Reaction Timer Raspberry Pi GPIO Zero Reaction Timer Tutorial by Andrew Oakley Public Domain 1 Feb 2016 www.cotswoldjam.org Introduction This Python programming tutorial, shows you how simple it is to use an LED light

More information

BuffaloLabs WiFi Lantern Assembly guide version 1

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

More information

9 Output Devices: Buzzers

9 Output Devices: Buzzers 9 Output Devices: Buzzers Project In this project, you will learn how to connect and control LEDs (Light Emitting Diode) and a buzzer with the Raspberry Pi. Components In addition to your Raspberry Pi,

More information

Connecting LEDs to the ADB I/O

Connecting LEDs to the ADB I/O Application Note AN-2 By Magnus Pettersson September 26 1996 Connecting LEDs to the I/O Introduction The following notes are for those of you who are a bit inexperienced with hardware components. This

More information

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions

3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions 3 pyro output datalogger altimeter with an ATmega 328 microcontroller Kit assembly instructions Version date Author Comments 1.0 29/05/2013 Boris du Reau Initial version Rocket Type Micro-max Model Mid

More information

Electronics Design - Eagle

Electronics Design - Eagle Back to tutorial index Electronics Design - Eagle This week's assignment is to: add a button and LED to the echo hello-world board, check the design rules, and make it. Review Neil's class page: http://academy.cba.mit.edu/classes/electronics_design/index.html

More information

Necessary software and hardware:

Necessary software and hardware: Necessary software and hardware: Bases: First, remember that I m a French guy so my English is not perfect ;) If you see any mistakes, don t hesitate to tell me so I can correct them (my email is at the

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

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

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

In this activity you will create a tool to allow you to play games such as Red Light/Green Light. To create the game, follow the steps below.

In this activity you will create a tool to allow you to play games such as Red Light/Green Light. To create the game, follow the steps below. Example: Hello World In this activity you will create a tool to allow you to play games such as Red Light/Green Light. To create the game, follow the steps below. If you get stuck, go to the Troubleshooting

More information

Thumb Joystick Retail. Tools and parts you'll need. Things you'll want to know. How does it work? Skill Level: Beginner. by MikeGrusin March 22, 2011

Thumb Joystick Retail. Tools and parts you'll need. Things you'll want to know. How does it work? Skill Level: Beginner. by MikeGrusin March 22, 2011 Thumb Joystick Retail Skill Level: Beginner by MikeGrusin March 22, 2011 Thank you for purchasing our Thumb Joystick! Whether you're blasting aliens or driving a robot, you'll find it a very useful addition

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

NAME EET 2259 Lab 3 The Boolean Data Type

NAME EET 2259 Lab 3 The Boolean Data Type NAME EET 2259 Lab 3 The Boolean Data Type OBJECTIVES - Understand the differences between numeric data and Boolean data. -Write programs using LabVIEW s Boolean controls and indicators, Boolean constants,

More information

PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1

PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1 Name Lab Day Lab Time PIC Dev 14 Surface Mount PCB Assembly and Test Lab 1 Introduction: The Pic Dev 14 SMD is a simple 8-bit Microchip Pic microcontroller breakout board for learning and experimenting

More information

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

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

More information

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

Lesson 8: Digital Input, If Else

Lesson 8: Digital Input, If Else Lesson 8 Lesson 8: Digital Input, If Else Digital Input, If Else The Big Idea: This lesson adds the ability of an Arduino sketch to respond to its environment, taking different actions for different situations.

More information

Building the RGBW LED Controller

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

More information

[Note: Power adapter is not included in the kits. Users need to prepare a 9 12 V ( >300mA capacity ) DC power supply]

[Note: Power adapter is not included in the kits. Users need to prepare a 9 12 V ( >300mA capacity ) DC power supply] 062 LCD Oscilloscope Assembly Notes Applicable Models: 06203KP, 06204KP DN062-18v02 Important Notes 1. Some components shown in the schematic and PCB layout are for options or adjustments. They do not

More information

How-To: Make an RGB combination door lock (Part 1)

How-To: Make an RGB combination door lock (Part 1) How-To: Make an RGB combination door lock (Part 1) Written By: Feitan 2017 www.botsbits.org Page 1 of 14 INTRODUCTION Part 2 can be found here 2017 www.botsbits.org Page 2 of 14 Step 1 How-To: Make an

More information

Quickstart CHAPTER 1. Powering Up. Installing the Software

Quickstart CHAPTER 1. Powering Up. Installing the Software CHAPTER 1 Quickstart THIS IS A CHAPTER for the impatient Evil Genius. Your new Arduino board has arrived and you are eager to have it do something. So, without further ado... Powering Up When you buy an

More information

Onwards and Upwards, Your near space guide. Figure 1. CheapBot Line Follower

Onwards and Upwards, Your near space guide. Figure 1. CheapBot Line Follower The CheapBot Line Follower is a plug-in single-board sensor for almost any programmable robot brain. With it, a robot can detect the presence of a black or white zone beneath its two sensors. In its simplest

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

Installation/assembly manual for DCC/Power shield

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

More information

Thursday, September 15, electronic components

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

More information

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

Pacific Antenna Two Tone Generator

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

More information

cs281: Introduction to Computer Systems Lab03 K-Map Simplification for an LED-based Circuit Decimal Input LED Result LED3 LED2 LED1 LED3 LED2 1, 2

cs281: Introduction to Computer Systems Lab03 K-Map Simplification for an LED-based Circuit Decimal Input LED Result LED3 LED2 LED1 LED3 LED2 1, 2 cs28: Introduction to Computer Systems Lab3 K-Map Simplification for an LED-based Circuit Overview In this lab, we will build a more complex combinational circuit than the mux or sum bit of a full adder

More information

MAIN PCB (The small one)

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

More information

IME-100 ECE. Lab 3. Electrical and Computer Engineering Department Kettering University. G. Tewolde, IME100-ECE,

IME-100 ECE. Lab 3. Electrical and Computer Engineering Department Kettering University. G. Tewolde, IME100-ECE, IME-100 ECE Lab 3 Electrical and Computer Engineering Department Kettering University 3-1 1. Laboratory Computers Getting Started i. Log-in with User Name: Kettering Student (no password required) ii.

More information

Electronic Brick Starter Kit

Electronic Brick Starter Kit Electronic Brick Starter Kit Getting Started Guide v1.0 by Introduction Hello and thank you for purchasing the Electronic Brick Starter Pack from Little Bird Electronics. We hope that you will find learning

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

Blinking an LED 1 PARTS: Circuit 2 LED. Wire. 330Ω Resistor

Blinking an LED 1 PARTS: Circuit 2 LED. Wire. 330Ω Resistor Circuit PIN 3 RedBoard Blinking an LED LED (Light-Emitting Diode) Resistor (33 ohm) (Orange-Orange-Brown) LEDs (light-emitting diodes) are small, powerful lights that are used in many different applications.

More information

IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS. Copyright EduTek Ltd Rev. 2

IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS. Copyright EduTek Ltd Rev. 2 IR TRANSMITTER BLOK PCB ASSEMBLY INSTRUCTIONS Copyright EduTek Ltd Rev. 2 Circuit Details The circuit is shown below with a parts list of components. Check through this list and identify each component.

More information

Infrared Add-On Module for Line Following Robot

Infrared Add-On Module for Line Following Robot 1 Infrared Add-On Module for Line Following Robot January 3, 2015 Jeffrey La Favre The infrared add-on module allows multiple line following robots to operate on the same track by preventing collisions

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

Micro-Controllers. Module 2: Outputs Control and Inputs Monitoring. IAT Curriculum Unit PREPARED BY. August 2008

Micro-Controllers. Module 2: Outputs Control and Inputs Monitoring. IAT Curriculum Unit PREPARED BY. August 2008 Micro-Controllers Module 2: Outputs Control and Inputs Monitoring PREPARED BY IAT Curriculum Unit August 2008 Institute of Applied Technology, 2008 2 Module 2: Outputs Control and Inputs Monitoring Module

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

ZX81 ULA Replacement. Installing the ULA

ZX81 ULA Replacement. Installing the ULA ZX81 ULA Replacement The ZX81 ULA replacement is a plug in pin compatible clone of the original ZX81 ULA with a bit of an extra boost. Installing the ULA The replacement ula includes circuitry to directly

More information

COS 116 The Computational Universe Laboratory 7: Digital Logic I

COS 116 The Computational Universe Laboratory 7: Digital Logic I COS 116 The Computational Universe Laboratory 7: Digital Logic I In this lab you ll construct simple combinational circuits in software, using a simulator, and also in hardware, with a breadboard and silicon

More information

Android Programming Family Fun Day using AppInventor

Android Programming Family Fun Day using AppInventor Android Programming Family Fun Day using AppInventor Table of Contents A step-by-step guide to making a simple app...2 Getting your app running on the emulator...9 Getting your app onto your phone or tablet...10

More information

AUDIO AMPLIFIER PROJECT

AUDIO AMPLIFIER PROJECT Intro to Electronics 110 - Audio Amplifier Project AUDIO AMPLIFIER PROJECT In this project, you will learn how to master a device by studying all the parts and building it with a partner. Our test subject:

More information

REQUIRED MATERIALS Epiphany-DAQ board Wire Jumpers Switch LED Resistors Breadboard Multimeter (if needed)

REQUIRED MATERIALS Epiphany-DAQ board Wire Jumpers Switch LED Resistors Breadboard Multimeter (if needed) Page 1/6 Lab 1: Intro to Microcontroller Development, 06-Jan-16 OBJECTIVES This lab will introduce you to the concept of developing with a microcontroller while focusing on the use of General Purpose Input/Output

More information

Create moving images in forward and reverse with your Arduino when you connect a motor to an H-bridge and some still images BATTERY POTENTIOMETER

Create moving images in forward and reverse with your Arduino when you connect a motor to an H-bridge and some still images BATTERY POTENTIOMETER ZOETROPE Create moving images in forward and reverse with your Arduino when you connect a motor to an H-bridge and some still images Discover : H-bridges Time : 30 minutes Level : Builds on projects :

More information

LED Knight Rider. Yanbu College of Applied Technology. Project Description

LED Knight Rider. Yanbu College of Applied Technology. Project Description LED Knight Rider Yanbu College of Applied Technology Project Description This simple circuit functions as a 12 LED chaser. A single illuminated LED 'walks' left and right in a repeating sequence, similar

More information

IME-100 Interdisciplinary Design and Manufacturing

IME-100 Interdisciplinary Design and Manufacturing IME-100 Interdisciplinary Design and Manufacturing Introduction Arduino and Programming Topics: 1. Introduction to Microprocessors/Microcontrollers 2. Introduction to Arduino 3. Arduino Programming Basics

More information

Assembly Guide. LEDs. With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit.

Assembly Guide. LEDs. With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit. Assembly Guide With these assembly instructions, you can easily build your own SWT16. All required components are included in this kit. You need the following tools: soldering iron, wire cutter and solder.

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

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

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS

Micro USB Lamp Kit ESSENTIAL INFORMATION. Version 2.0 DESIGN A STYLISH LAMP WITH THIS ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS DESIGN A STYLISH LAMP WITH THIS Micro USB Lamp Kit Version 2.0 Build Instructions Before

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

MITOCW watch?v=kz7jjltq9r4

MITOCW watch?v=kz7jjltq9r4 MITOCW watch?v=kz7jjltq9r4 PROFESSOR: We're going to look at the most fundamental of all mathematical data types, namely sets, and let's begin with the definitions. So informally, a set is a collection

More information

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system. Introduction 1 Welcome to the GENIE microcontroller system! The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

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

Lab 01 Arduino 程式設計實驗. Essential Arduino Programming and Digital Signal Process

Lab 01 Arduino 程式設計實驗. Essential Arduino Programming and Digital Signal Process Lab 01 Arduino 程式設計實驗 Essential Arduino Programming and Digital Signal Process Arduino Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's

More information

KNIGHT S GALLOP ALGO-RHYTHMIC GENERATOR BUILDING GUIDE

KNIGHT S GALLOP ALGO-RHYTHMIC GENERATOR BUILDING GUIDE KNIGHT S GLLOP LGO-RHYTHMIC GENERTOR UILDING GUIDE Table of Contents 01. Components List + Tools 02. PC Sides 03. Important Note 04. Top PC ssembly 04_1. Diode 1N4148 04_2. Laying Resistors 04_3. Zenner

More information

Drexel University Electrical and Computer Engineering Department ECE 200 Intelligent Systems Spring Lab 1. Pencilbox Logic Designer

Drexel University Electrical and Computer Engineering Department ECE 200 Intelligent Systems Spring Lab 1. Pencilbox Logic Designer Lab 1. Pencilbox Logic Designer Introduction: In this lab, you will get acquainted with the Pencilbox Logic Designer. You will also use some of the basic hardware with which digital computers are constructed

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

High Power (15W + 15W) Stereo Amplifier

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

More information

KNOCK LOCK MAKE YOUR OWN SECRET LOCKING MECHANISM TO KEEP UNWANTED GUESTS OUT OF YOUR SPACE! Discover: input with a piezo, writing your own functions

KNOCK LOCK MAKE YOUR OWN SECRET LOCKING MECHANISM TO KEEP UNWANTED GUESTS OUT OF YOUR SPACE! Discover: input with a piezo, writing your own functions 125 KNOCK LOCK MAKE YOUR OWN SECRET LOCKING MECHANISM TO KEEP UNWANTED GUESTS OUT OF YOUR SPACE! Discover: input with a piezo, writing your own functions Time: 1 HOUR Level: Builds on projects: 1, 2, 3,

More information

Discharge by touching: BNC coax shield, outlet metal cover plate, wire connected to GND

Discharge by touching: BNC coax shield, outlet metal cover plate, wire connected to GND Step-down transformer Very High Voltage Very Low Current Lower Voltage, 110V Power Station Grounding contact (3rd wire) Faulty wiring makes box hot!! Current path splits: 1) to ground (mostly) 2) through

More information

Self Sustaining Arduino

Self Sustaining Arduino Description This document is a tutorial for creating a self sustaining Arduino board, by harnessing solar energy. It would be incorporated with a rechargeable 9V battery. What makes this unique is that

More information

Robotics and Electronics Unit 5

Robotics and Electronics Unit 5 Robotics and Electronics Unit 5 Objectives. Students will work with mechanical push buttons understand the shortcomings of the delay function and how to use the millis function. In this unit we will use

More information

E-Limitator (Kit) on to your game board or a suitable PC interface. General Advice for building a circuit

E-Limitator (Kit) on to your game board or a suitable PC interface. General Advice for building a circuit E-Limitator (Kit) Digital joysticks are divided by the number of directions that can be controlled with them. The most common are 2-, 4- and 8-way. It's uncommon that a developer has already built in a

More information

Portable Qi Charger. Created by Ruiz Brothers. Last updated on :20:38 AM UTC

Portable Qi Charger. Created by Ruiz Brothers. Last updated on :20:38 AM UTC Portable Qi Charger Created by Ruiz Brothers Last updated on 2017-12-05 01:20:38 AM UTC Guide Contents Guide Contents Overview Prerequisite Guides Parts, Tool & Supplies Universal Qi Wireless Charging

More information

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

Colecovision 5v Memory Mod Installation

Colecovision 5v Memory Mod Installation Colecovision 5v Memory Mod Installation The Colecovision suffers from common failure points: the power supply, power switch, and 4116 DRAM. The power supply suffers from poor soldering, the power switch

More information

Goal: We want to build an autonomous vehicle (robot)

Goal: We want to build an autonomous vehicle (robot) Goal: We want to build an autonomous vehicle (robot) This means it will have to think for itself, its going to need a brain Our robot s brain will be a tiny computer called a microcontroller Specifically

More information

ENGR 210 Lab1. Ohm's Law

ENGR 210 Lab1. Ohm's Law ENGR 210 Lab1 Ohm's Law Background In the class lectures we have discussed the fundamental electrical quantities of voltage, current and resistance. Since these quantities are so important there are specialized

More information

Smart Objects. SAPIENZA Università di Roma, M.Sc. in Product Design Fabio Patrizi

Smart Objects. SAPIENZA Università di Roma, M.Sc. in Product Design Fabio Patrizi Smart Objects SAPIENZA Università di Roma, M.Sc. in Product Design Fabio Patrizi 1 What is a Smart Object? Essentially, an object that: Senses Thinks Acts 2 Example 1 https://www.youtube.com/watch?v=6bncjd8eke0

More information

Figure 1. The completed programming kit List of Parts

Figure 1. The completed programming kit List of Parts Many NearSys kits are programmed through a three pin header soldered to the PCB. Since a three pin receptacle is not a common termination for a serial cable, this kit contains the parts to make one. In

More information

Module 003: Introduction to the Arduino/RedBoard

Module 003: Introduction to the Arduino/RedBoard Name/NetID: Points: /5 Module 003: Introduction to the Arduino/RedBoard Module Outline In this module you will be introduced to the microcontroller board included in your kit. You bought either An Arduino

More information

Adafruit PowerBoost Charger

Adafruit PowerBoost Charger Adafruit PowerBoost 500 + Charger Created by lady ada Last updated on 2017-06-01 04:08:36 PM UTC Guide Contents Guide Contents Overview Pinouts Power Pins Control Pins LEDs Battery and USB connection On/Off

More information

USER MANUAL ARDUINO I/O EXPANSION SHIELD

USER MANUAL ARDUINO I/O EXPANSION SHIELD USER MANUAL ARDUINO I/O EXPANSION SHIELD Description: Sometimes Arduino Uno users run short of pins because there s a lot of projects that requires more than 20 signal pins. The only option they are left

More information

into the EMU E4 Classic and E4 Platinum Samplers

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

More information

BalloonSat Sensor Array

BalloonSat Sensor Array BalloonSat Sensor Array The PICAXE-08M2 in the BalloonSat flight computer is a digital device. Being digital, it functions best with a series of on and off voltages and does not interact very well with

More information