LightWand Kosmonaut V1. Lightpainting with Arduino taken a step further

¿What is Lightpainting?

The origin of the Lightpainting technique is linked to the origin of photography itself. The first photographic panels, whose chemicals were extremely little sensitive to light, needed several minutes to properly capture an image. These first photographs often resulted in blurry figures that little resembled the customers portrayed. On contrast, any lamp or intruder light that travelled a path while the shutter was open, got immortalized in the photograph with great sharpness.

                Etienne-Jules Marey and George Demeny decided to take advantage of this circumstance and in 1882 they inaugurated the Station Psicologique where they used different inventions and a primitive Lightpainting technique to study the human movement. The first image that made use of this technique is this one in which the human movement during a jump was studied:

Etienne-Jules-Marey-Chronophotography

Figure 1: Athleth’s jump, Etienne-Jules Marey and Georges Demeny (1889)

Since then, a lot of enthusiasts and artists have developed techniques and tools to get the Lightpaint a step forward. Light Spheres, texturized light and different stencils, but nothing as advanced as the LightWand.

¿What’s the LightWand?

Through LED technology and the indexed RGB LED stripes (individual control of each LED) made popular by Sparkfun, the same concept has been developed by different developers independently.

A LightWand is a LED bar controlled through a microcontroller that sequentially emit the pixel rows of an image. If, while the camera has the shutter open and a low ISO sensibility, the user displaces the LightWand  through the frame, it results in an image that resembles a hologram and inserts the image into the photograph:

Picture1

10480223_10152548609487255_3453799919726229748_n

 

This tool went popular in the Internet due to a Kickstarter[1] by Bitbanger Labs in which they presented Pixelstick[2]. Pixelstick quickly achieved the amount of investment necessary for its development and nowadays is the only commercial option to get this tool. Sadly, its price is high (349$) and sells preferably to the US. Additionally, it is a commercial product and therefore it is not suitable for modifications or changes by the user, being limited to its original Firmware and Hardware.

But before Pixelstick, Michael Ross[3] -an American photography enthusiast with technique education – had already publish in his blog a primitive version of his LightWand . This tool didn’t achieve great repercussion due to its poor publicity and it resulted a little unattractive and hard to handle tool – But the idea and the program were great -.

During last year, I decided to build a LightWand for private uses. After several versions solving the different lacks of Michael Ross’s LightWand, I developed the LightWand Kosmonaut V1 that I documented and publishes in Github some months ago.

¿How is it?

My objective in this project was to make this version cheap, light and easy to build. For this reason I decided to use an Arduino Mega 1280 as the microcontroller and a Neopixel 144LED/m LED stripe. The result is a compact controlled based on an Arduino Shield PCB that includes a Nokia 5110 screen for monitoring and some minor extra functionalities as a Buzzer and external connections.

The LightWand Kosmonaut reads the images stored in a microSD card in .pnm format and projects them through the LED stripe, allowing the user the control over the brightness and the delay between each pixel row.

It has a 1m length (defined by the LED stripe longitude) but it can programed to control multiple LED stripe with different lengths and densities. One of the dimensions of the projected images is the limited by the LED stripe used while the other dimension can have several meters.

LightwandLightwand_Full

The main problem this tool has is that the result of the photograph depends on the speed at which the user makes the movement, being the result sometimes unpredictable. In the following sequence three examples are shown of the shots in the same conditions but with different results.

Picture2

Afterwards, the photograph can be improved with slight brightness and contrast corrections with any photo edition software.

The price of the LigthWand Kosmonaut purchasing the material through Ebay or Aliexpress is of around 50€ (Depending on the €/$ fluctuations), being a very economic and reliable alternative to Pixelstick for those users with enough knowledge to build it.

¿Which were the main difficulties?

The LightWand I have developed has gone through many stages, from the first 60LED/m version whose results were not acceptable to not stable non-PCB versions.

Picture3

One of the main initial problems was to use Arduino UNO, with a very limited SRAM that was not able to handle the Neopixel library, the Nokia 5110 screen and the microSD (That loads in the RAM the whole file, not allowing a sequential read). The limitations of the Arduino UNO and the lack of debugging lead to the use of the Arduino MEGA 1280 (Also cheap and a lot more powerful).

After the first prototype I discovered the work of Michael Ross and I implemented one of his functions and a couple advises regarding his failed experiments with the Arduino UNO.

The last step was to create the PCB reducing its dimensions to a Arduino Shield and documenting the whole project along with a guide that covered the whole process. All the necessary documentation can be found in Github:

https://github.com/PabloDMM/LightWand_KosmonautEd

¿What is left to be done?

The next steps to be done for posterior versions of the LightWand Kosmonaut are:

  • Implement the reading of .bmp files (A lot more common than .pnm)
  • Implement an accelerometer to automatically control the sequence of pixel rows. This would inhibit the human mistake of the process.
  • Implement Bluetooth connectivity (Not with a specific objective yet).
  • Develop a mechanism to make the LightWand more portable.

Away from the technics, the main objective is to create a small community of users using it and developing upgrades and share them through the web. In this direction, the publicity made thorough the social networks (FB, Instagram[4]) have been useless. During the 2015/2016 academic year AETEL plans to make a workshop with CAT in which assistants can buy and build a LightWand, expanding its presence at least in a local spectre.


 

[1] Pixelstick – Lightpainting Evolved(2013), Bitbanger Labs, Kickstarter project, https://www.kickstarter.com/projects/bitbangerlabs/Pixelstick-light-painting-evolved

[2] Pixelstick Homepage(nd), Bitbanger Labs, http://www.thePixelstick.com

[3] Michael Ross Photography and Light Painting (2014), Michael Ross, http://mrossphoto.com/wordpress32/

[4] Instagram Profile (2015), Arsene_lupin_LightWand , https://instagram.com/arsene_lupin_LightWand /


Categorías:

Escrito por:

Fecha de publicación:

Comentarios

4 respuestas a «LightWand Kosmonaut V1. Lightpainting with Arduino taken a step further»

  1. Avatar de Markus Unterberger
    Markus Unterberger

    Hi,
    i am very interested in lightpainting. Therefore i was searching the web and first, i found the pixelstick, which i really wanted to have. But 400 Euro (which is the price in austria) is very expensive, so i searched for possibilities to build a similar device on my own. I found the page of Michael Ross, too and it is really fascinating what he did. I now have the parts at home and try to build my own «LED-stick». I can share my experiences then with you and, if there is a community, i would like to share them with it, too…if you like. And, i really want that stick to be developed further…
    BR from Austria
    Markus

    1. Avatar de rs
      rs

      Hi Markus,
      Did Pablo contact you? He told me he would.
      How are your experiments going? Of course you can share any experiences you have using the Lightwand Kosmonaut or any other light painting devices.

  2. Avatar de Serhii
    Serhii

    Used your code and made pixelstick using ESP8266 and 1.8TFT display. Works great. In future gonna make some simple webserver to add pictures from phone

    1. Avatar de rs
      rs

      That’s awesome!
      If you have any pictures of it we would love to see them!

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *