Tag Archives: Garageband

Thanks, @techlearning! Sneak Peak with @EmilySticco of our #ISTE2016 poster session “Bits of Music”!

Kevin Hogan, Content Director of Tech & Learning, invited me and @EmilySticco to offer a Sneak Peek of our ISTE 2016 poster session Bits of Music, Lots of STEAM. We’ll be sharing two projects that Emily and I led in her 8th grade music mini-course at The School at Columbia University:
1. Cardboard MakeyMakey Jam band
2. Arduino light-up album covers

You can watch our video below. Don’t forget to marvel at the comically bad screen capture. I look like I’m eating a hamburger.

Leave a comment

Filed under Uncategorized

#Garageband and @Arduino light-up album covers in 8th Music at @The_School. #musedchat #MakerEd #STEAM

@EmilySticco and I spent the semester integrating Technology into her #BitsOfMusic 8th Grade Music elective. Our first project involved constructing cardboard instruments and making them play music with MakeyMakeys and Scratch. You can see posts about that project here.

Our second project entailed having students compose original music in Garageband. Students then designed and painted an album cover on a 12×12″ canvas and strung it with LEDs in parallel circuits – this required using wire cutters, wire strippers, an awl, and needle nose pliers. Lastly, an Arduino was attached to get the LEDs to light up in patterns that complimented their music. 

Each color of LED was connected in an autonomous parallel circuit – I described these as “tracks” – and I asked students to color code their tracks using the same color wire as the LED when possible for the positive leg (the anodes) and black for the grounded leg (the cathodes). 

These were inaugural units, and Emily are I are really proud of our plans and our students’ work. We’re hopeful it will be even better next year – for instance, we’d like there to be some sort of microphone or sensor input which recognizes particular pitches causing different color LEDs to light up. That would be awesome…
Here’s a video of my cardboard prototype with three colors of simultaneously looping flashing LEDs:

Here are photos taken while building my cardboard prototype:

Here is a student’s finished album cover with one color of LEDs:

Here is a student’s finished album cover with two colors of LEDs:

Here are photos of the 8th graders designing and wiring their light-up album covers:

Different Arduino programs or “sketches” were used in this project due to time constraints and the level of difficulty employed by each student’s design. Here are two examples below which students could alter with different numbers in order to blink lights on (HIGH) and off (LOW):

1. This first one has up to three LEDs lighting up one after the other rather than simultaneously using the delay command.

// the setup function runs once when you press reset or power the board

void setup() {
// initialize digital pins 11, 12, and 13 as outputs.
pinMode(13, OUTPUT);
pinMode(12, OUTPUT);
pinMode(11, OUTPUT);
}

// the loop function runs over and over again forever

void loop() {
digitalWrite(13, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for 2/10 of a second
digitalWrite(13, LOW); // turn the LED off by making the voltage LOW
delay(100); // wait for 1/10 of a second
digitalWrite(12, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for 2/10 of a second
digitalWrite(12, LOW); // turn the LED off by making the voltage LOW
delay(100); // wait for 1/10 of a second
digitalWrite(11, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for 2/10 of a second
digitalWrite(11, LOW); // turn the LED off by making the voltage LOW
delay(100); // wait for 1/10 of a second
}

2. This second one has up to three LEDs lighting up simultaneously without the delay command. (I found the code in this post here).

/* Blink Multiple LEDs without Delay
* Turns on and off several light emitting diode(LED) connected to a digital pin, without using the delay() function. This means that other code can run at the same time without being interrupted by the LED code.*/

int led1 = 11; // LED connected to digital pin 13
int led2 = 12;
int led3 = 13;

int value1 = LOW; // previous value of the LED
int value2 = LOW;
int value3 = LOW; // previous value of the LED

long time1 = millis();
long time2 = millis();
long time3 = millis();

long interval1 = 1000; // interval at which to blink (milliseconds)
long interval2 = 500;
long interval3 = 250;

void setup()
{
pinMode(led1, OUTPUT); // sets the digital pin as output
pinMode(led2, OUTPUT);
pinMode(led3, OUTPUT);
}

void loop()
{
unsigned long m = millis();

if (m – time1 > interval1){
time1 = m;

if (value1 == LOW)
value1 = HIGH;
else
value1 = LOW;

digitalWrite(led1, value1);
}

if (m – time2 > interval2){
time2 = m;

if (value2 == LOW)
value2 = HIGH;
else
value2 = LOW;

digitalWrite(led2, value2);
}
if (m – time3 > interval3){
time3 = m;

if (value3 == LOW)
value3 = HIGH;
else
value3 = LOW;

digitalWrite(led3, value3);
}
}

5 Comments

Filed under Uncategorized

Amy Kissel’s 6th English students are starting a MemoryCorps project influenced by @StoryCorps.

Amy Kissel will soon start reading The Giver with her 6th grade English students. In the meantime, she asked the kids to interview someone over their Thanksgiving vacation and record these stories via video, audio, or text. The idea of collecting and archiving stories is so profound, and even at her own Thanksgiving table, Amy asked her dad to share stories with the family. He replied, “Amy, I have so many. I’ve been around so long. Give me a specific question.” He also said to her, “When you’re finally old enough to ask these questions, the older generation is usually gone.”

Today, Amy asked her students, “What is memory?” After a discussion, we all watched a short video, Fifty People, One Question. Information about the filmmaker is listed on the YouTube link:

Produced and Directed by Galvea Kelly from Ireland – http://www.brandnua.com
http://www.facebook.com/brandnua
http://www.twitter.com/brandnua

Then we visited the StoryCorps website to see how they structure the collection of stories shared on the site. Each story includes a quote, a photo, a blurb, and a link. Amy then introduced the idea of building our own MemoryCorps, so she created a shared GoogleDoc with a table comprised of 3 columns and 18 rows. (One column per class and one cell per student – all students have editing rights). Like the stories featured on StoryCorps, the students too will include a quote, a photo, a blurb, and a link from the stories they gathered at Thanksgiving. If the student is unable to locate a photo, they can use an avatar/image that represents the story or the person. They will link to a transcript of the conversation in a separate GoogleDoc and also link to the audio or video file created with GarageBand and uploaded to our internal video server called TheTube (powered by Drupal).

(*** This is a modification of a project that Marisa Guastaferro, Monica Amaro and I designed last year. I wrote about it here.)

1 Comment

Filed under Uncategorized

6th graders are uploading/sharing their finished StoryCorps-esque interviews today

Photo_4
Photo_1
Photo_2

StoryCorps is an independent nonprofit whose mission is to provide Americans of all backgrounds and beliefs with the opportunity to record, share, and preserve the stories of our lives. Since 2003, StoryCorps has collected and archived more than 40,000 interviews from nearly 80,000 participants. Each conversation is recorded on a free CD to share, and is preserved at the American Folklife Center at the Library of Congress. StoryCorps is one of the largest oral history projects of its kind, and millions listen to our weekly broadcasts on NPR’s Morning Edition and on our Listen pages.

Students interviewed someone at home and used Garageband to extract a 2-3 minutes story. These audio pieces were exported as .m4a files and then converted to either .mp4 or .mov files that were then uploaded to TheTube (our internal video server powered by Drupal). Finally, students gathered links to their audio files, a description of their piece, a direct quote from the story, and an image. These were added to a table on a collaborative GoogleDoc to loosely model how StoryCorps organizes their files.

Screen_shot_2012-06-07_at_1

1 Comment

Filed under Uncategorized