Skip to main content

EdCamp Still Rules

  Looking Back at 10 years of EdCamps Oh how the time flies, EdCamp Madison is turning 10 this year!  It will be held Saturday, February 3rd at Sun Prairie West High School. Which can be found at 2850 Ironwood Drive in Sun Prairie Wisconsin from 8:30 am - 3:00 pm.  Get more information and register here: https://sites.google.com/sunprairieschools.org/edcampmadwi/home   I will always remember sitting in my first EdCamp opening session at the very first EdCamp Madison and having no clue what I was in for. So, I’d like to take this space to go over some of the basic rules of EdCamp. No One Will Pitch It for You EdCamps are unconferences. By this I mean that they have a blank slate of sessions for the day. There may be a few predetermined sessions, but ultimately the session topics are determined by attendees during the pitch & plan session that opens the day. If an idea gets pitched there will be a session on it. If a topic doesn’t get pitched, there won’t be a session on it. So, it i

The Fast & The FabLaburios



I’ve got a brief reprieve tonight to write this post so I’m taking advantage of it. Otherwise, it won’t happen until 2019.
In our physics classroom, one of the goals is to have students use maker projects to practice the design and engineering process. Some of these projects have included LittleBits powered cars and boats. Most of these projects have been created using materials students brought in by students like plastic cups, CDs, popsicle sticks, and the like. So the ultimate construction process tended to be fairly imprecise.

This year our school has a new Fabrication Lab with a variety of different tools which students can use to create. These included (but are not limited to) 3D printers, laser cutter, video production room, and lots of CNC tools for use on woods, plastics, and metals.

There are so many possibilities in this space. As this is a new space, our Tech Ed department was looking for classes to be guinea pigs in the space. So, my co-teacher Andelee Espinosa and I decided to jump in as a way to make our maker challenges more substantial in their production.

The specific project we looked to adapt was out Sphero Chariot. A Sphero is a programmable robot sphere. There are chariots sold by the manufactures of the Sphero. But as a maker challenge, I have students work in groups to construct their own. The chariot must hold a rider of at least 50 grams and carry the rider around a course. The Sphero however cannot be manually controlled. Groups must code a program for their Sphero to travel around the course. In the past, these chariots have been constructed of inexpensive materials like straws, popsicle sticks, CDs, etc. With the ability to create in the FabLab, we wanted to step up the challenge.

With all of the different equipment available in the FabLab, we had to narrow down what we wanted. Tom Juran is one of the FabLab gurus at our school. Andelee and I sat down with him to plan out exactly what we were going to do. He recommended that we look at 2 pieces of equipment that would be easier to design and create with. Those were the 3D printers and Laser Cutter. 

So our construction requirement for each group was to create at least one 3D printed piece and one laser cut piece for their chariot.

Since neither Andelee or I are not experts at 3D printing or laser cutting, Tom was able to take on the lead role in teaching the students about the process required to create these pieces. He was able to introduce our students (and us) to the equipment and the software required to produce functional parts.

As this was the first time doing this, the process was a bit messy. On day 1, we introduced the challenge and had students start drawing up an initial design. Day 2, we toured the FabLab and students began thinking about what parts of their initial design could be 3D printed or laser cut. On day 3, groups were tasked to start working on their pieces. This required creating diagrams with precise dimensions. Tom was able to walk students through how to use Vectr to create the files for the pieces that would be laser cut piece. For the 3D printing, there was not enough time for students to learn the software required to design their pieces from scratch. So, they partnered with one of our Project Lead the Way classes. The PLTW students created the 3D models from the physics students' initial sketches. The physics students played the role of the customer to the PLTW students in a sit down meeting and approved the design or asked for modifications. Once the 3D designs were approved, they were sent to the printer.


The biggest challenge for us as teachers during this part of the process was keeping tabs on the progress of all the different groups. Andelee is an exceptional organizer and planner. She saw this gap and designed a quick daily check-in sheet with which to meet with each group. She broke down the groups into different roles: Laser Cutter, 3D modeler, and Programmer. Being able to keep tabs on each group definitely helped the process along.

The biggest bottleneck in this process was the actual fabrication of the products. Once the designs were complete and ready to be produced, it took about 2 days to get them done. For these 2 days, students were primarily waiting their turn to fabricate their pieces. In the future, these days would be best served as days where we could continue with content pieces while groups took turns going to the FabLab to manufacture their products.

Even through we had assigned a member to be a programmer of the Sphero, it really couldn’t be done until after the project was done. In order to code the Spheros, we used the SpheroEDU app on iPads. Students used block coding to navigate the following course:


Students programmed each path with a degree heading, a speed, and a time. 


This required students to first determine the linear average velocity and then translate that into the Sphero speed setting. Then students calculated the time required to go through each path of the course by using the formula time = displacement / velocity. The code would not be perfect the first time. So, students were required to do a bit of tweaking of their code to get the chariot to travel through the course.


The point of this activity was to get students some hands on experience with the fabrication equipment while investigating physics concepts of velocity, acceleration, and electromagnetic waves. All the chariots constructed by the students worked very well. We could have spent a lot more time on the programming piece of the project. But, my other 3 physics classes were not doing the FabLab construction of the chariot and were almost a week ahead. So, we had to cut the time allowed for programming. So while all of our students had working chariots, they didn’t have the time required to efficiently program their chariots to go through the whole course. To help close out the project with some excitement, we decided to have a drag race between the different chariots to see which was the fastest. The good news is that they all made it past the finish line.

The next time I do this activity, I’m going to put it in our very first unit. I think it’d be a great start to the class and set expectations high for future projects. It would be a powerful introduction to the concepts of displacement, velocity, and acceleration. It would also be a great introduction to design and planning. The check-in process Andelee made was great. Sadly, the check in process kind of fell off a bit near the end. Now that we know the entire process, though, our planning sheet could really help students see the overall process and the deadline they need to meet to stay on target.

It was a wonderful activity that could never have occurred without the collaboration of Tom Juran, John Stroschein (PLTW teacher), Andelee Espinosa, and the willingness of our students to try something a little bit different. Looking forward to all of the possibilities in the FabLab that I can think of and the ones our students will uncover.

Comments

Popular posts from this blog

Twitter Cards for Blogger

So, I’ve been seeing people with beautiful Twitter Cards in my Twitter Stream. They make it clear that there is a web page to visit and give a quick preview of what would be found. Something like the one below: I’ve been wondering how to get one of the cards to appear when I tweet out a link to my latest blog post.  Since I use Blogger, there is not a simple button to click to turn this on.  I had to find a way to paste new code into the HTML code of my blog.  It took some searching from multiple sites to get a completely functional.   This site though was quite helpful.  But, I’d like to walk you through my process and hopefully it helps a few out. There are a few types of Twitter Cards.  Two that at most frequently see are the basic summary card and the summary card with large image.  Below you can see the layout of each, but realize that they both have the same content pieces. This is going to look like a lot more work than it will actually be

Pear Deck 101 + Q&A

  Last week, I presented as a part of Pear Deck’s Pear Fair 2020. My presentation was Pear Deck 101 for Google Slides. During the presentation, there was a live chat. Many people said it went too fast for a 101 Session. Luckily, it was recorded so it can be rewatched.  Also, many said that they wanted to know how to build a Pear Deck first. I structured the presentation to show what Pear Deck was before showing how to make one. Perhaps that wasn’t the best structure. But, I’m going to stick with my philosophy of showing what something is before showing how to make it. The presentation, which can be watched below, was structured in several different sections What is Pear Deck? Providing an overview of the experience from the Teacher and Student perspectives. How do you build a Pear Deck in Google Slides? How do you start a Pear Deck presentation? How do you end a Pear Deck presentation? Here is the Slideshow I shared during the session bit.ly/pearfair101 Time really flew in the sess

Using Infinite Campus to Give Grades Meaning

At Brookfield Central High School have just passed the three week grading period and are approaching the first parent teacher conferences of the year. My thoughts are turning to clarifying my grading practices to students and parents as more scores are being entered into the gradebook.  I have completely restructured the grade reporting in my online gradebook this year.  This was due to struggles I had last year in trying to implement what I believe to be best grading practices into my grade reporting.  Much of my grading philosophy has been informed by Robert Marzano and Marzano Research, specifically the wonderful book Classroom Assessment & Grading that Works .   Traditionally, as I prepare for teacher conferences, I use a student summary report I print from our online gradebook to guide the discussion with parents.  Our grading program in my district is Infinite Campus (IC).  I really like the software and find it extremely easy to use.  Below you’ll see a sample st