Friday, February 27, 2015

Inspired by VentureLab in San Antonio

Here is post I just added to  my  Where the Girls Are series of posts from my TechSavvy Girls blog. 

As some of you know part of what we look for as we plan our travels is to be inspired by creative people and places.  Today's tour of VentureLab  was one of the highlights of our travels through San Antonio as part of our Living Learning Mobile Journey.   When I discovered VentureLab, one of the things that caught my attention right away was the 60% female participation statistic on the front page of their web site.

we're making a real difference

 724 students, 60% female participation,

Who are these people that are having such great results getting young women involved in high tech ventures?  I immediately started clicking around their website and discovered that not only are 60% of their student participants female,   but over 60% of their team are women -- SMART women!


And one of these women is their founder, Cristal Glangchai, PhD in BioMedical Engineering.   

Cristal is a scientist, professor,  entrepreneur , and mother of two girls who is passionate about teaching girls to become leaders in technology, innovation and entrepreneurship.

Spend two minutes with Cristal in this short video and you'll see for yourself  how the lack of women in her university program, lack of women CEOs, lack of women investors, all fueled Cristal's desire to get  more women involved in the innovation landscape.  And one of the ways she is doing that is through VentureLab  ~ an innovation academy that focuses on hands on learning and teaching youth about entrepreneurship.







But  it's not just Cristal's passion for raising the number of females who play a role in shaping the world around us that is driving the success you see at VentureLab;  it is the passion of a whole team and their belief in a shared vision. 

Click on the WHO ARE WE Link and listen to children, parents, community members, and other stakeholders join Cristal (cofounder)  and Director of Programs, Nick Honegger. passionately describe the shared vision of VentureLab.    As Dirk Elemdorf cofounder of Rackspace,  describes "this whole industry has been dominated by dudes who look exactly like me~ young white dudes."   VentureLab is filled with a team of supporters who are passionate in making changes in an industry that currently "cuts off women and people of color".  They understands that

"diversity of view gives us diversity of solution by keeping people not otherwise exposed to this stuff in the game we get a better shot of having them actually take these roles that we need to fill our future"






The shared mission of the team of VentureLab came through loud and clear as Program Director Director of Programs, Nick Honegger, described what happens at Venture Lab during our tour of the space today.


Start YOUNG! 

VentureLab wants to start with kids as young as 5 years old!


EVERY student should  EXPERIENCE ENTREPRENEURSHIP!

Using our ESTEAM framework, we provide experiential learning in Entrepreneurship,Science, Technology, Engineering, Arts, and Mathematics, teaching students the key mindsets of entrepreneurial thinking, design thinking, creativity, and we provide hands on instruction in technology.  [VentureLab Website]

Let's Utilize our FULL WORKFORCE! 
Getting more women to participate in the STEM fields and take on entrepreneurial roles is not just about achieving gender equality; our entire country will benefit from this progress and development. To realize our full competitive and technological leadership as a nation, young women must be encouraged to achieve their full potential and receive more representation within ESTEAM-related fields. We want to ensure that our full workforce is being utilized, and that is why we strive to achieve gender parity within all of our programs.  [VentureLab Website]



Thank you, Hetali Lodaya and Nick Honegger  for taking time out of your day to show us around VentureLab today and fill us with inspiration that the world is filled with creative people doing amazing things. 





Cross posted by Lucie at






Thursday, February 26, 2015

Creating Collaborative Coding Garden Part 2

In Creating a Collaborative Coding Garden Part 1 I described how I created my first flower for my coding garden by hacking a votive LED tea candle and adding to it a beautiful flower made from colored stockings.



Once an emerging maker creates their beautiful creation, the next step is to add it to a collaborative garden and learn just enough code to give the flower its own unique presence in our collaborative garden.  I'm working on the premise that 'CREATING" something beautiful will lead to a high motivation to make it come to life.  And since learning some basic coding give your contribution to our collaborative garden the life you want it to have,  maker will have a very personal reason and high motivation to learn to code.   

We all know that motivation is the key to learning, and I truly believe that this collaborative garden will provide motivation to learn to code to a more diverse audience.   But enough philosophy -- let's get started with next steps to creating the garden.

In yesterday's post we hacked our flower, by removing the battery and switch from the votive candle and replacing the LED with a new LED with longer leads, making it more versatile. Today I took the remaining 5 votives in my six-pack and quickly hacked them all (removing the battery and switch and replacing the LED with one with longer traces).  









Now let's play with our new hacked votive candles and see how easy it is to control them with a a microprocessor and a little bit of coding knowledge.



The first step is set up an Arduino board so that it 'talks' to our computer.  I chose the LILYPAD  Arduino board  because it's inexpensive and once you learn some basic coding techniques, you can use it for all types of fun crafty projects.  Installing the drivers the first time  is the trickiest part to using this board, but Sparkfun provides some great directions on how to use a USB cable and FTDI (adapter) to connect the LilyPad to your computer, and set up the Arduino software  so it can talk to your Lilypad.

Once the drivers are installed correctly, you should not have to worry about them again, but you might need to double check that the Arduino settings are still configured for your LilyPad board.  (Check these AFTER the board is connected to your computer).







The next step is to use  alligator clips to connect the positive and negative lead  of one of your newly hacked votive candles.  I like to color code my negative and positive leads.  In this project I chose black and white alligator clips to connect the negative leads.

Take the alligator clip that is connected to the negative lead on your candle and connect it to the negative pin of your LILYPAD.

Then take the alligator clip that is connected to the positive lead on our candle and connect it to any PIN on your LILYPAD (except negative).  I chose PIN 5.









Let's load the sample code called BLINK.  We are going to change the code a bit  by changing PIN 13 in the sample code to PIN 5. (assuming your colored alligator clip is hooked up to Pin 5)







It should now look like this .




You'll want to click on the Verify button to make sure your code works.  This process compiles the code and checks it for syntax errors.  It's easy to accidentally delete a comma or make a syntax error when working with code. Verify is the first step to making sure you have all the "syntax" correct to that the microprocessor (LILYPAD) will understand our instructions.

If no 'orange' error messages appear at the bottom,  you're golden and can now hit the SEND button to send your code (instructions)  to the LILYPAD microprocessor.  You'll see some lights blink quickly on the microprocessor as the instructions are transferred from your computer to the LilyPad's microprocessor.   Then if all worked well your votive candle (the one connected  to your LILYPAD with alligator clips)  should start to blink.  

Now blinking might not be all that exciting (YET).  But once you start to understand how code works, you'll be able to add other effects like blink and fade.   And once you can control one flower, you'll be able to apply your new coding skills to control a whole garden full of flowers.  Imagine what you'll be able to do then.


In the next post we'll take a closer look at the code so that we can start doing more than blink a flower.






Wednesday, February 25, 2015

Can MAKING a Collaborative Garden teach us MAKING and CODING skills? Let's find out!

Many of you know that I love finding new ways to introduce kids to coding.  Many of you know that I love getting girls involved with technology.  Well ever since last fall, I have been dreaming of a project that will do both get girls involved in Making and in Coding.  I'm planning on using it for our next Girls Make IT  Day.

Here is Part 1 of CREATE a COLLABORATIVE GARDEN with CODE  project.  When I first started to think about this project,  I was thinking we might create a 3D map or a Village where we all make structures of buildings that have LED's inside the buildings.  This was inspired by +Leah Joly  Christmas village project and the 3DVermont project.

From MIT News
Then +Mara Siegel posted this  a link to  a Robot Garden from  MIT  aimed at making CODING more accessible.  That's exactly what I was thinking, but with  less complexity. After all they are MIT!  Instead of 100 robots and distributed algorithms,  my idea was to start with a half dozen flowers designed to include a programmable LED and then have the garden slowly grow with each iteration of the workshop.

So I combined all these ideas and in the next few days I'm going to blog about my journey into making my 'simpler'  version of creating an accessible Collaborative Coding A Garden Project.

Here is Part 1 of a series of blog post I will use to document my journey during this new Maker project.

I loved the garden idea. If everyone involved created something for the garden that they could code, what a fun dynamic intersection of art and technology we would have.  I immediately started looking around for some fun ways to MAKE flowers that could have a programmable LED.
I was inspired by this video of creating Flowers from stockings and could easily see a way to work this into our idea for a Collaborative Garden.

I looked into two fabric stores, neither of which had fabric that was stretchable like Stockings, so Off to Walmart.  Finding colored stockings turned out to be harder than I thought,  but I eventually found some colorful somewhat sheer tights in the children's department.

I picked up different gauge craft wire and ended up using the 20 gauge wire.

With a little practice wrapping wire around an toilet paper roll, stretching fabric and securing the fabric by wrapping thread and tying knots, I soon had 10 petals ready to go.   







The next step was to assembling the petals around the flame of an LED powered tea candle that I found at Walmart (6 for $2.50)



So far so good... Now for the geeky part.  If you've ever done a toy hacking project, you know how much fun it can be to tear things apart.  When I took apart the tea candle votive, I discovered a 2032 battery,  and LED and a switch.   This was so perfect.  Not only did I have all the supplies I needed at less than 40 cents per flower,  I had a great opportunity to include 'hacking'  in my project and to also review the circuits and switch concepts we introduced in our last Girls Make IT DAy.








At this point the girls could change the LED to a different color and have a stand alone light.  
Or they could change the LED to one with longer leads to open up a whole array of options for using their new flowers in a project.  



Here a short video preview of what the flower hack looks like (Sorry about the 3D printer noise in the background, I was printing parts for version 2 of the flower)



Ah the possibilities... Come back tomorrow and see what I come up with. 




Thursday, January 8, 2015

Let's Make it, Girls!

For a few months now I've been cooking up something fun with   Jill Dawson,  Vermont Works for Women and the Generator!  And today we're ready to unveil a fun all girls Maker Event that will be held Friday January 30 at the Generator in Burlington Vermont.    We hope you will get your school involved.  Find two middle school girls and an educator and sign up a team today. 






Wednesday, November 19, 2014

What We Made This Summer at Create Make Learn

How many times have the things your students made become refrigerator art? 
Well here is our virtual refrigerator - filled with the amazing things educators made this summer as part of the Create Make Learn Summer Institute 2014 held at the Generator (Burlington Maker Space) and Champlain College.   We have just set our dates for next year. 

Save the Date 
Create Make Learn Summer Institute 2015
 July 13 - July 17 


If you want to be get an early-bird registration invitation a week before General Registration opens, sign up to be on the Create Make Learn Mailing List here. 






















Monday, November 3, 2014

Making a Big Difference at Essex HS STEM Academy


“It seems so little but its making such a big difference”  described a STEM Academy student as he snapped together components of each finger printed from ABS filament off the uPrint 3D printer located in Room D-104 of Essex High School. He described that the 3D printed hand his team was assembling was going to help a 17 year old boy from Washington state.  


When I walked into the room, minutes before class was about to start, I noticed 4  lunch trays, some pliers, a hammer, and a few other tools  strategically placed on round circular tables. Each lunch tray contained 32 ABS parts that had been printed over the previous  few weeks.  “This one part took 22 hours to print” explained STEM Academy leader,  Lea Ann Smith,  as she held up the largest piece in the collection.  


Lea Ann Smith and Doug Horne,  dedicated teachers who have put in countless hours to make sure that the each part was  successfully printed and ready for the weekly advisory meeting time of the STEM Academy students greeted their 17 students with a look of anticipation as they walked through the door.




Although their teachers,  Mr. Horne  and Mrs. Smith,  were also learning the process outlined by the eNable community for assembling the hands, their years of experience brought many skills to the process, ranging from an understanding of technical 3D modeling software like Rhino to classroom management in a  project based learning environment. Mrs. Smith learned about the eNable community while attending the CREATE MAKE LEARN Summer Institute last summer and saw this as the perfect authentic project for her STEM academy students. Together with her co-teacher, Mr. Horne, they skillfully administered just the right amount of direction and scaffolding to guide the students successfully to the next step of the process -  not an easy tasks for a class that meets once a week for 30 minutes.


Just last week the students had used RHINO to scale the pieces and prepare them for the printer. One STL file had to be scaled to fit a 3 year old child, the other a 17 year old boy, and the last two were going to help a 58 year man who had lost fingers on both hands. The students were matched with their recipients by a community of volunteers collaborating to match those in need of fingers with 3D printer enthusiast called eNable. (Learn more about them at Enabling the Future)


Mr. Horne created a smooth transition from last week’s class by gathering the students quickly into their seats  facing a wall sized slideshow of the printed parts.  


With only 30 minutes of classroom time per week,  the students knew they had little time to waste if they were to stay on schedule with their plan to eNable each of the hand donors with a newly assembled 3D printed hand.  The students took a few minutes to review the instructional video from eNable volunteer, Jeremy Simon, demonstrating how to work with the snap screws and individual components of the hand.   


After  reviewing some key components of the video,  the students grabbed a set of clearly printed directions, and quickly grouped around the lunch trays and
went right to work moving their 3D hand assembly to the next level.   Meanwhile  Mr. Horne and Mrs. Smith answered questions and  encouraged each group to write a short paragraph providing the donor with an update of the progress of their eagerly anticipated hand.  





The 17 students taking part in these 4 eNable hand assemblies  are part of the Medical Advisory portion of the STEM Academy  at Essex High School in Essex, Vermont.  The STEM Academy  currently consists of 50 students and seven faculty members.  The purpose of the Academy is to give students an opportunity to experience STEM disciplines in a deeper and more meaningful way than is typically available in the classroom.  The major elements of the program are enrollment in the weekly STEM Advisory, attending STEM Lecture Series events, participating in an internship and creating an independent project.  Students in the STEM Academy will be exposed to a wide variety of new ideas and hands on projects.  They will meet people who share their interests, both in their high school peer group and in the community, and they will learn how work collaboratively and creatively with these people to solve interesting and relevant problems.

Communication,  collaboration,  close reads, technical skills, career education,  along with a feeling of contribution to quality of human life were all part of this powerful carefully designed instructional experience that aims to make a BIG difference from such a small but precious time slot in the week of these Vermont students. Follow them on Twitter @EssexSTEM




Monday, October 6, 2014

3D printer Communal Build a Success at Champlain Maker Faire


Just ten minutes before the close of the Champlain Mini Maker Faire,  the last piece (the power supply) of the 3D printer was added to our communal 3D printer build and we all cheered as the glow of the green light indicated that the 3D printer was complete.  Yeah!



After mentoring several educators in building their own 3D printers earlier this year at the Create Make Learn Summer Institute held the The Generator this summer, Craig Lyndes and I had a vision that we could start and finish the build of a 3d printer at the faire and include as many people as possible in that build.

Oh what fun we had.  It was amazing to watch father/daughter teams; mother/son teams; father/son teams; mother/daughter teams; husband wife teams;  students teams; and volunteers of all ages from Kindergarten students to retired engineers join us in completing the 41 steps necessary to turn a box of parts into a working 3D printer.



We ordered our Printrbot Simple Maker Edition Kit a few weeks ago and opened the box at 10 A.M.  Saturday morning at the Coach Barn of Shelburne Farm as the Champlain Maker Faire opened its doors.  Jill Dawson started by sorting out the parts in our trusty egg carton, and we recruited the first visitor to walk by our exhibit to start cutting through the laser cut wooden pieces.   Williston Central School teachers,  Julie Rogers and Leah Joly joined us to help  build, document, and answer questions about what is happening with making in Vermont Schools.  In the afternoon,  John Cioffi and middle school students from St. Albans City School not only helped with the build, but brought their own Printrbot Maker Edition kit that they were in progress of building in their classroom.   By the end of Day one several volunteers from the Maker Faire had completed about half the steps in the build.




Day 2 brought a whole new set of volunteers to the Create Make Learn exhibit. Shannon Walters from Integrated Arts Academy,  Sydney Whipple from Lake Region High School, along with Sue Wade,  Erica Bertucci and Rosies Girls representatives from St. Albans City School were key to engaging volunteers to join our communal 3D printer build





Many thanks to the educators from our Create Make Learn Summer Institute who volunteered  to help run the exhibit which included the interactive 3D printer build,  several 3D printers printing out various size artifacts,  a library of books that can support making in education, Little Bits and Legos, students and their projects from St. Albans City School and Rosie's Girls and displays of the projects that several teachers made during our summer course.  


The next few blog post will dive deeper into what we learned from this amazing collaboration.