Origami lamp that changes colour depending radiation levels at the Fukushima Nuclear Plant in Japan. The lamp only switches itself on when it's dark and displays a colour light correspondent to the current radiation level at Fukushima. The radiation date is fed into Arduino via a Pachube feed.
The project is a response to the natural disaster that affected Japan in March 2011 and aims to raise awareness of the dangers of using nuclear power.
Pachube is realtime data infrastructure platform for the Internet of Things that enables direct connection between objects and environments.
Using a Pachube feed I'm able to send the data collected by remote sensor situated at the Main Gate of Fukushima Daiichi Nuclear Power Station
to Arduino.
The amount of radiation absorbed by a person is measured in microsieverts per hour (µSv/h). The following dose examples have helped me to establish a range:
Therefore radiation levels from 0.01 mSv to 100,000 mSv will be mapped to HSB colour
System starting from yellow for low radiations to
red for maximum levels.
The data is read by Processing via xml feed using eeml library. In Processing, the
read values are mapped to HSB hue values from 60 for yellow to 360 for red.
This values are then fed into Arduino via serial communication. In Arduino we extract the red, green and blue values and analogue write them to the board.
RGB LEDs are connected in parallel to obtain maximum brightness.
The housing of the lamp is made of heavy weight paper and follows the model of a 12 units modular origami “butterfly ball”. The original design is by Kenneth Kawamura. If hit open-handed in the air explodes cascading paper butterflies.