Uncategorized

Store updates, 2014-11-22

Maker Faire Tokyo

Maker Faire Tokyo 2014

Come down and see the Makelangelo this weekend at the 2014 Tokyo Maker Faire! Yuichiro san will be there to answer all your questions and show you some great robot action. Arigato gozimasu.

Black Friday

Black friday, Cyber monday, call it what you will. From November 28 to December 5 (inclusive) I’m going to offer free shipping on all orders in Canada, continental United States, and Alaska. Remember that December 5 date! It is the cutoff date for all orders expecting to arrive before December 25. It’s a conservative estimate so everyone is happy.

Production updates

I just ordered 500 motors, which is more than I’ve ever ordered before. Scale, scale, scale!

I’m streamlining processes here, too. Thursdays are going to be manufacturing days – packing kits in advance so that they are ready when orders come in. Until now I made kits on demand, which sometimes threw the rest of my plans for the day into a scheduling mess. With a day dedicated to making kits I can relax the rest of the week, because filling an order will take all of 5 minutes and still be in the mail in time for the afternoon pickup.

To celebrate I’ve also optimized all my laser cutting files on our most popular kits. Where I used to make one of each part at a time, I now make 9-20 of one part from a sheet, with almost no waste material left over. They get stacked in the morning and put in kits in the afternoon. I’m really looking forward to finally finishing my robot arms and having them move wood in and out of the laser cutter for me.

Research & Development

Fridays are totally dedicated to that 20% time of improving kits and writing code. This past friday I finally patched a long time bug that loomed over me like the sudden feeling of someone standing right behind you. The Makelangelo signs every picture it creates, but some signatures were crazy sizes. No more! The developers-only version is patched and it will soon roll out to everyone else.

Final Thoughts

I just got back from watching Big Hero 6. I am pretty jealous of Hiro’s 3D printer. It can print metal AND carbon fiber so well you can’t see the lines. That’s crazy good!

Uncategorized

Makelangelo multilingual update released

The official update is out! This version adds support for multiple languages and fixes a few bugs.

Get it for Windows

Get it for OSX

Post your multilingual translations to our forums and tell your friends! We’ve already received Italian and I am told that there is work being done on Japanese and French.

Update 2014-11-25: A bug slipped through! The download has been patched.

Uncategorized

2014 Black Friday week-long Deals

From Friday, November 28 to December 5, 2014, All orders in the continental united states, Alaska, Canada, and Mexico can use the coupon code

BF2014

on checkout to receive free shipping. No exceptions!

Why all week?

I can guarantee delivery before xmas for any order before December 5. That happens to be 7 days after Black Friday. Just feels right to me.

Uncategorized

Programming LEDs with Arduino 201: A dynamic rainbow ASCII marquee

I’ve been teaching Arduino LED programming classes as VHS and now MakerLabs here in Vancouver. Together we learn how to write a simple Arduino program that introduces conditions, loops, variables, and methods. It seems to go over pretty well.

At the end of the class I told people I would post a 201-level example of a dynamic scrolling ticker marquee. Word is bond, yo.

How to

– Upload this code same as in the class.
– Open the serial window.
– Set baud to 57600 and “send newline”.
– type a message at the top of the serial window and hit “send”. Your message appears on the marquee.
– Read through it to see how it be like it do.

Example

A video posted by Dan Royer (@imakerobots) on

Final thought

Following us on Instagram. We’re posting updates every day about our robot work. It’s the best way to stay on the cutting edge.

See Also