417
Views

 

I had so much fun mentoring at NodeBots day in Melbourne! I got to meet a great bunch of people from such diverse backgrounds, and all with a love for learning and experimenting.

The day started off with registrations. We got to the venue just before 10am, and people were already lining up, so the registration process had to happen pretty quickly,  got most of the registration sorted and then handed it over to me. This was the first event where I’ve ever actually ‘signed’ people in. But thanks to the Eventbrite app on Andrew’s phone, this just involved scanning QR codes on the attendees EventBrite confirmation tickets.

The Australian government should really get onto a registration system like this for election polling. This process could also be used to check for duplicate tickets and speed up the registration process on polling days.

The second part of the registration process was to hand out the right NodeBots packs based on the type of ticket people had purchased. Unfortunately, in my excitement I accidentally gave a couple of people the wrong packs, but thankfully we managed to sort this situation out, and order was restored so no one missed out. That was my first fail of the day, before the event had even started!

The Melbourne event was held at NAB’s new co-working space, the village which is located inside the NAB building at the Docklands (the same building where the Stripe fireside chat was held last Tuesday). This just happened to take place on the same day as the Open House Melbourne weekend, where over 100 buildings and businesses around Melbourne CBD open their doors to the public for a show and tell inside their space. Luckily, the NAB building is huge, and this didn’t impact on us too much, other than for one of our attendees who was asked to move her daughter’s pram from it’s spot parked out of the way, under a table, because ‘media’ were due to arrive soon. I thought the media loved supporting women and babies!

Other than that, some of the NAB staff got a few questions from interested members of the public about what we were all doing at the village and I heard a few mentions of ‘they’re making robots over there’.

Once the registrations were done, Hadi and Andrew took everyone through a quick electronics primer, followed by a quick JavaScript primer.

And then we were off!

People got into little groups and started working away on assembling their ardx, or SimpleBot kits – and we (the mentors), started to walk around and meet people, and help them out. The best type of gig!

Before I knew it, it was lunch time.

I have to mention that I really enjoyed the lunch. I had a bread roll with a tofu mixture inside, and a couple of tofu rice paper rolls, all of which were delicious. I will have to remember to ask our food sponsors @PaperCutDev about who catered the food, because it was lovely, and it served as great fuel for the afternoon session.

After lunch, there was more talking, and helping to be done. I noticed a couple of people were having issues with their npm installations of johnny-five, particularly with a compile error that was showing for a johnny-five dependency called ‘serialport’. We had this error on at least 2 Windows machines, and one Mac machine.

Lessons learnt (tips) for windows users who were having some NPM install errors:

  • You’ll need a recentish version of Node – they update pretty frequently.
  • You’ll need to have Administrator Access when running an NPM install – you can do this by right clicking on the Command Prompt or Powershell icon and selecting ‘Run as administrator’.
  • You’ll need to have at least Visual Studio 2012 (Express) Installed.
  • Make sure that Visual Studio is in your Computer’s Environment Variables > System Variables:
    • In your System Variables, you should see something like: Variable Name: VS110COMNTOOLS, Variable Value: ‘C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\’
    • Note: DON’T just add this manually – go and search for the Visual Studio folder to see if you have it installed, if you don’t have a folder called Microsoft Visual Studio, then you’ll need to install Visual Studio.
  • Make sure you have Python installed and also in your System Variables, something like: Variable Name: PYTHON, Variable Value: ‘C:\Python27\python.exe’.

Lessons learnt for Mac users:

  • Make sure you’ve got a recentish version of Node – they update pretty frequently.
  • Don’t try and update Node from the command line unless you really know what you’re doing – this is a very annoying issue to solve when node gets installed in two places, and throws the PATHs out.
  • If you’ve installed something (e.g. upgrade of Node) and it’s not showing up when you check the version on your terminal – close and restart your terminal!

It was fantastic to get the opportunity to experience the thrill of seeing people get their first ‘hello-world’ led to blink, right through to getting their SimpleBot assembled and running on it’s USB leash. We had a few kids at the event, as well as few women, some of whom I’ve previously met at Girl Geek events. We also had a few more technically advanced people join us at the event and work on their own projects, to demonstrate the types of projects that can be achieved.

Overall, a really fun and rewarding day. It was also great to follow NodeBots day as it was taking place around the world on Twitter (#nodebotsday), in Australia we got to see 2 more days of the event as other countries got to their 26th of July.

Look forward to seeing even more women at the event next year!

Do you know what day it is? It’s #nodebotsday!

Let me know what you think

This site uses Akismet to reduce spam. Learn how your comment data is processed.