Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.52 KB

README.md

File metadata and controls

39 lines (26 loc) · 3.52 KB

TaMatisse

TaMatisse aka the Tamedia Robo-Painter is a small Arduino painting robot that has been developed for the Zukunftstag 2017 at Tamedia. The Zukunftstag is a special day in Switzerland where 10-12 year old kids join their parents at work to get an impression of what their working day looks like.

The name of this project is inspired by Henri Matisse - so our bots have somebody to look up to.

For this project, we designed the robots from scratch, 3D-printed the chassis and the wheels and powered them with an Arduino board and motors. We went through a number of iterations starting from a very rudimental version which gave some first promising results.

That wasn't enough of course!

So we continued improving the design until we finalized the chassis and printed the various components as you can see here and here. Overall, it was a lot of work but we are very proud of the functioning protoype.

We were particularly impressed by the precision in the first test run and so we started getting creative, teaching TaMatisse a lot of new patterns to draw more and more complicated pictures.

We've created a small library that holds some geometrical primitives (straight line, curve,....) that can be used to draw larger, more complex drawings.

We want to have the kids figure out the right sequence and parameters for these primitives in order to produce shapes as simple as squares and circles up to more complex ones such as stars or flowers.

The extra challenge in this version of TaMatisse is that the marker never leaves the paper so you really need to figure out the optimal path to obtain a clean shape!

Technical Specs

If you're interested to build TaMatisse and try it out for yourself, here's what you need:

Happy painting!