Category Archives: Labs

Lab: Multiple Serial Output

I used an accelerometer and a push button as my two sensors. When the line of code read Serial.println(analogValue, DEC); the number that read on the serial monitor was 489 when my breadboard was not moving, and ranged from 300-700 when … Continue reading

Posted in Labs | Leave a comment

Lab: Serial Output

Here is my serial garbage in Cornflake: I imported the processing serial library and followed the example code and here is the lovely example of my graphed serial data: Woo I’m reading serial input!

Posted in Labs | Leave a comment

Lab: Tone Output

Like the servo labs, this was pretty straight forward but fun. Here is the video:

Posted in Labs | Leave a comment

Lab: Servo/Analog Out

This was fun. I hooked the servo up first with a potentiometer and then the pressure sensor. The pressure sensor was more fun to play with, since the potentiometer was limited in speed by how fast I could turn the … Continue reading

Posted in Labs | Leave a comment

Lab: Electronics

Analog Multimeter Measuring Continuity I used an analog multimeter for this lab, so I needed to figure out how to test for continuity since it is different from the digital example. For testing continuity on this multimeter, there is no separate … Continue reading

Posted in Labs | Leave a comment

Lab: Analog in with Arduino

I had no problems setting up the wiring and the code for this lab, although thrown for a loop when I had to tear apart my apartment while looking for my soldering iron for the potentiometer! Here is the LED … Continue reading

Posted in Labs | Leave a comment

Getting Creative! [Digital Input and Output Lab]

I was thinking about how a push button switch is just a quick connection between two incomplete halves of the circuit. From here I starting thinking about times when people touch very quickly–and how I could turn one of those … Continue reading

Posted in Labs | Tagged | Leave a comment

Lab: Digital Input and Output with an Arduino

The only experience I have had with anything resembling programming was limited to the software for the LEGO Mindstroms, which I liked a lot as a kid. So I was super excited to try out this first Arduino program! The … Continue reading

Posted in Labs | Tagged , , | Leave a comment

Lab: Setting up a breadboard

Not entirely sure if i did this correctly, namely because I dont know that I have the DC power connector? But what I got from this lab is the understanding of power and ground and how to wire for each on the … Continue reading

Posted in Labs | Tagged | Leave a comment