Wednesday, April 24, 2013

Audition "Le jeune homme et la mort"

Hello again dear bloggers,
Meanwhile we have been making Imago(s), a sort of big production (9 dancers and circus artistes) and a co-production with Art printing House/Korzo, a trio for 3 W(o)men and a chicken.
Application for audition of "le jeune homme et la mort" is open until the 10 of May see
http://www.meyer-chaffaud.com/Meyer-Chaffaud/Audition_MCDANCE.html

Wednesday, May 2, 2012


Changing a button last minute before the show, in the dressing room 
Marcus is at work!



Tuesday, September 20, 2011

Rescue and tuning


Yesterday the computer, today the accelerometer, although it was working for weeks..

Wednesday, August 31, 2011

Todaysart 2011 The Hague/NL

Dear bloggers,
 here an other chance to see Imagie/Ce que la vie doit à l'imaginaire
at Todaysart September 23,24.



Wednesday, March 16, 2011

Experiment with glass; a dancing hand

We had a great day with Emmanuel with our new experiment,
very promising dancing hand with texture and fluid, have a look


Glass projection experiment # 2

Friday, March 4, 2011

The première is done!

The premiere and second show of imagine have been really good received. Over the 4 presenters present, 4 proposals came along!

After a short break, MCDance is again on the road, more precisely at Artez in Arhem. We are doing a new work for twelve students under the title Cheek to Cheek. The music is chosen, its gonna be physical connection to stamina, gravity and a liberation of energy at the same time.

Saturday, February 12, 2011

Last day in the studio

We reached the end of the frame time allocated for studio research and development.
So far the project is on open source philosophy, see the entry of Ali, our hardware developer.
Marcus created not only a fantastic machine with codes and algorithm but a real platform to engage a discourse with us over man/machine technology relationship to generate beauty and dream. The struggle have been there, as usual, but the synergy between the trio remain fantastically creative.
The tryptic is an 18 months project, so the 3 parts are different but now linked together to make a full show. Let's see the result!
Thanks for all the visitors, don't hesitate to contact us or leave a message.


Photo Benschop

Thursday, February 10, 2011

The imagimotion

Today was the test to run the show on two powerful computer and one beamer. The vga switch is the solution. Marcus is doing a great job compiling all the patches.
It was as the first time to link Isalien, Short Circuit and the new part; it felt good, although the new part is still a bit patchy. Meanwhile Emmanuel is finalizing our installation project, the imagimotion; it will be great for the public to play with a beautiful virtual curtain, just with the hands in the foyer.



Monday, February 7, 2011

And software emerges into the physical world

The Hardware
The setup for the each dancer consists of two accelerometers and a button connected to an Arduino FIO with an Xbee module for wireless connection.

The Microcontrollers
Arduino FIO is chosen as microcontroller unit because of the size constraints of the setup and ready made socket for a lithium polymer battery and XBee connection.
The Accelerometers

After a little research, I decided to use ADXL 345 accelerometers because of the i2c support.
The wireless communication constraints of the setup made it impossible to use the SPI protocol for the arduino - accelerometer communication.
The breakout connection for two accelerometers was a bit tricky but after checking the datasheet the connections for assigning different accelerometer addresses.

The difference of two breakout boards is to assign the address of (0x53) the SDO needs to be connected to GND and for the address of (0x1D) the SDO needs to be connected to VCC.

The breakout board circuits can be downloaded for etching (0x1d) (0x53)

Once the connections are made coding is pretty straightforward,

1- Initiate i2c connection
2- Initialize the accelerometers
3- Request the readings from each accelerometer
4- Transmit the values read over XBee through serial connection

In depth information and the original source code on the arduino and adxl345 communication can be found on Live fast - Code Young blog

The source code can be downloaded here