Sensor Arduino Lab

From CCRMA Wiki
Revision as of 11:58, 12 July 2011 by Eberdahl (Talk | contribs) (Created page with '<font size=5>NMC Workshop - Lab 2: Sensors and Arduino Lab</font><br> == Mount Arduino And Bread Board == * Mount the bread board on your perfboard as shown in the picture be…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NMC Workshop - Lab 2: Sensors and Arduino Lab



Mount Arduino And Bread Board

  • Mount the bread board on your perfboard as shown in the picture below, so that the higher numbered rows are facing the USB and ethernet ports.
  • Insert your Arduino Nano into the bread board all the way at the end toward the higher numbered rows and seated roughly in the middle (see below).

Emptysatellite.jpg



Power Up and Prepare Arduino

  • Use the same procedure as in the last lab to power up Satellite CCRMA and login as the user ccrma with the password temppwd.
  • After you are logged in, see which devices are attached to Linux by running the command following command. They will appear the be files. Wow, there are so many!

ls /dev

  • To list only the serial interface devices type

ls /dev/tty*

  • Now use the retractable USB cable to plug the Arduino into one of the USB ports of the Beagle Board. As the Arduino powers up, you should see some lights come on.
  • Now run

ls /dev/tty*

again, and you should now see the new device /dev/ttyUSB0 appear also, which represents the Arduino Nano.

Troubleshooting: If you do not see /dev/ttyUSB0, then try rebooting using sudo reboot to see if that fixes this problem. (If you reboot, this will take about 45 seconds, and you will have to login again using ssh. If that doesn't work, come talk to us. If you are a Linux pro, you can try to debug the problem yourself by typing dmesg and looking at the result.)

  • The next step is to install some simple firmware onto the Arduino so that it knows what we want it to do. Start the Arduino software in the terminal by typing

arduino &

  • Open AllInputsFirmata from the Arduino software pull-down menus File|Examples|Firmata. Look at the program. This is what will control the Arduino.
  • Select Arduino Nano w/ ATMega328 under Tools->Board and /dev/ttyUSB0 under Tools->Serial Port. Then hit the Play button to verify and compile the program.
  • Upload the Firmata firmware to your Arduino Nano using upload button, the fourth square button from the left (the one with the sideways arrow).
  • Close the Arduino program by closing all of the Arduino windows. (This is important because it frees up the USB serial port so that Pd can talk to the Arduino board later.)



Routing Power On The Breadboard

  • When changing the circuit on the breadboard, it is a good idea to unplug the USB cable from the Arduino, so unplug it for now.
  • Remind yourself about how the sockets on the breadboard are wired together:

Breadboard.png

  • Now connect jumper wires as shown in the image below so that the upper and lower long columns can serve as a power supply for your future circuits.
  • Connect a short jumper from row 19 on the left (which connects to the GND pin of the Arduino) to the blue column.
  • Connect a short jumper from row 19 on the right (which connects to the 5V pin of the Arduino) to the red column.
  • Finally, use two longer jumpers to connect together the blue columns and the red columns as shown below:

NMC-Circuit0-Big.jpg

  • Check your wires now to make sure that you did it correctly!
  • Now plug the USB cable back into the Arduino. You should see the blue light come back on on the Arduino. (If you don't, you have a short circuit! In other words, somehow you connected the wires together incorrectly, effectively connecting the 5V and the GND pins of the Arduino together. Unplug the USB cable again immediately and fix the circuit! Short circuits are big no-nos because they can (and often do!) destroy the Arduino. This is why we recommend unplugging the USB cable while you are changing your circuit.)



Power an LED (Always On)

LEDAlwaysOn.jpg

  • Unplug the USB from the Arduino Nano and build the above circuit on your breadboard. Use a 220 Ohm resistor (red red brown gold -- see this page about resistor color codes).
  • Plug in the USB connector briefly to the Arduino Nano to verify that the LED comes on.
  • Because the LED is a diode, it has a set voltage drop across the leads; exceeding this causes heat to build up and the LED to fail prematurely. So! It is always important to have a resistor in series with the LED.
  • Also, another consequence of the LED being a diode is that it has directionality. The longer lead, the anode, should be connected towards power; the shorter, cathode, should be connected towards ground. (In the photo, the longer lead has a bent "knee.")



Make a Light Switch

Next, we'll insert a switch into the circuit. The momentary switches in your kit are "normal open", meaning that the circuit is interrupted in the idle state, when the switch is not pressed. Pressing the switch closes the circuit until you let go again.

ButtonLED.jpg

Use a multimeter to see what happens to the voltage on either side of the LED when you press the switch.




Download Software

  • Verify that your laptop is successfully sharing its Internet connection with Satellite CCRMA by running the command

ping yahoo.com If this command fails, then go back to lab 1 and fix the Internet connection before continuing here.

  • Make sure that you are in your home directory by executing the command

cd ~

  • Then download the laboratory exercise archive from the Internet using the following command:

wget https://ccrma.stanford.edu/courses/250a/sensor_arduino_lab.zip

  • Uncompress the archive by typing

unzip sensor_arduino_lab.zip

  • If you run ls, you will see that the directory ~/sensor_arduino_lab has been created. Enter this directory by typing

cd sensor_arduino_lab

  • PS: Notice that in linux if you press the TAB key in the terminal, it will try to guess what path or filename you are typing. Use it to minimize your typing!



Test the Switch Sensor Circuit

  • Unplug the USB from the Arduino to cut the power for a moment.
  • Build the simple switch circuit:

Switch.png

When the switch is open, the Arduino pin (set to input mode) is pulled to 5V - in software, we'll read Arduino.HIGH. When the switch is closed, the voltage at the Arduino pin falls to 0V - in software, we'll read Arduino.LOW. The pull-up resistor is used to limit the current going through the circuit. In software, we can check the value of the pin and switch between graphics accordingly.

  • Plug the power back into the Arduino and start the Jack audio server by executing the command

qjackctl & and then clicking on the start button.

  • Start pd by typing

pd &

  • Open the patch arduinoLab-AllInputsFirmata.pd
  • Make sure that upon opening it says something like

[comport] opened serial line device (/dev/ttyUSB0) Or if it could not open /dev/ttyUSB0, then choose among the other serial port #'s until you see the appropriate message.

  • Make sure that you can see an X on one of the digital inputs change when you press the switch.
  • Note that in the patch, the input appears to show up on D3, which is unfortunately a little confusing. This is because they start counting from zero in the patch, but they start counting from 1 on the Arduino pins!

ButtonCircuit.jpg




Buttons, Switches and LEDs (Optional)

  • Here's how to wire a simple 2-resistor circuit on the solderless bread-board (for example R1 = 10K, R2 = 10K):

Jumper.png

Use the voltage divider equation to calculate hypothetically what A0 should be.

Optional: Use the digital multimeter to check the voltage at A0. Set it to the direct current voltage "DVC" scale at 20V. On the multimeter, connect the black probe to COM and the red probe to V-Ohm-mA. Connect the other end of the black probe to ground and the red probe to the A0 wire. Also optional: Use the digital multimeter to find out what the "5V" supply actually is.



Using Analog Sensors

Now we will work with the continuous input values provided by analog sensors - potentiometers, accelerometers, distance rangers, etc.

First Analog Sensor Circuit: Potentiometer

  • Close the pd patch to effectively close the serial connection between pd and the Arduino.
  • Disconnect the USB power from the Arduino and connect a potentiometer up to analog input A0 of the Arduino. Here is the circuit:

Pot-A0.jpg

  • And here is a possible way to make the circuit on your breadboard, as shown from two vantage points. Note that if you make the text on the potentiometer face the same way as shown below, then you can avoid accidentally plugging two of its pins into the same row (i.e. inadvertently shorting those two pins together).

PotPix.jpg

  • Then open the pd patch again and look at the result. When you turn the knob clockwise, the a0 value shown in pd should increase.
  • How can you change the circuit so that turning the knob clockwise decreases the a0 value shown in pd?



Other Voltage Dividers

The circuit you just used for the potentiometer was a voltage divider circuit in which the potentiometer serves as two resistors. Other resistive sensors only have two wires, so to build a voltage divider with them, you need to combine them with a second, fixed resistor. Examples in your kit are the force sensitive resistor (FSR) and the bend or flex sensor. The idea is that you put two resistors in series between power and ground: one that changes resistance (your sensor), and one of a known, fixed resistance. At the point in between the two resistors, you can measure how much the voltage has dropped through the first resistor. This value changes as the ratio of resistances between variable and fixed resistors change. More formally:

Res divider.png

  • potentiometer:

Pot.png

  • force-sensitive resistor (FSR):

FSR.png

Try both circuits. Test the resistance range of your sensor. If you want 2.5 volts to be the middle, make the comparison resistor (33k in the diagram) the "average" value of the FSR's resistance. Test this with a multimeter.

  • Bend Sensor

Bend sensor.png



Thresholding with a Range Sensor (optional)

Thresholding is the process of turning continuous data into a discrete yes/no decision.

To learn about thresholding, we'll connect the IR range sensor. The circuit is trivial: just connect red to 5V, black to ground, and yellow to analog input A0.

Take a look at the data the sensor returns with sensor_graph_02 - when the field of view of the sensor is clear (no obstacle - point it at the ceiling), it returns a low voltage. Move your hand high over the sensor, then start lowering it - you should see the output voltage rise, until you are about 4" away. The sensor has a range of operation of 4"-30".

Let's do something useful with that data. Imagine a smart cookie jar that reminds you not to snack in between meals. We could put an IR ranger into the lid. Whenever a hand comes too close, our program could play a warning sound or flash a warning light. Write a patch to manage this!



Tilt control with an Accelerometer

The accelerometer doesn't work using a voltage divider, but it does produce an output voltage that can be connected directly to an analog input of the Arduino.

In this example, we'll simulate the motion of a ball on a tilting plane in software and control the tilt through a sensor. Think of it as a first step to build your own electronic game of Labyrinth. The right sensor to use is an accelerometer. Accelerometers can report on both static and dynamic acceleration -- think of static acceleration as the angle the accelerometer is held with respect to the ground (the acceleration measured here is due to gravity). Dynamic acceleration occurs when you shake the sensor.

Adxl 335.png

The accelerometer in your kit is a 3-axis, +/- 3g accelerometer sensor. You will have to solder on a set of six 0.1" header pins to fit this into the breadboard. The connections you need to make are VCC to 3.3V power from the Arduino (this special pin is labeled 3V3 on the Arduino. Connecting to the 3.3V pin - NOT the 5V pin - is very important, otherwise you could damage your accelerometer!), GND to ground, and X, Y & Z to the first three analog input pins on the Arduino board. For more information about this accelerometer, see the links on the Sparkfun page here.


Now, get a feel for the data the accelerometer provides. Use the Light Dimmer presets, which will track analog values on A0 and A1. Then pick up the Arduino+accelerometer board and tilt it in various directions. Start by holding it so that the accelerometer board is parallel to the ground. Find in which direction the X reading increases and decreases; do the same for the Y reading.

Next, change the PD patch so that you can also read the Z axis of the accelerometer.


Putting it all Together

  • Create a patch to make sounds based on button and sensor values from the Arduino. You can try to adapt your patches from Lab 1, or come up with a new patch. Try to make the sound good!
  • Make a simple musical interaction. Think about music -
    • does it have dynamics?
    • can you turn the sound off?
    • can it be expressive?
NMC 2011