Posts with «lamp(s)» label

Have some geometric fun with a 3D-printed, light-up icosahedron

Regular icosahedrons are 20-sided polyhedrons formed out of equilateral triangles. As such, the geometry behind making one is slightly complicated, but the results in the case of this large light-up device appear to have been well worth it.

The project’s write-up does go over how to actually model these faces in CAD but also provides the 3D print files if you’d like to skip to building your own. Two versions were made, including a device that illuminates RGBW LEDs under Arduino Nano control, and a second icosahedron large enough to be used as a lamp shade! 

A demo/explanation is seen in the first clip below, along with a better look at the electronics in the breadboard video.


Arduino Blog 28 Feb 20:27

Staying focused with a brain-sensing smart lamp

Clara is a smart lamp able to respond to your brain waves and subtly adjust your environment. The project, running on Arduino Uno, was created by  Marcelo Mejía Cobo, Belen Tenorio, and Josh Sucher for a class at the School of Visual Arts in NYC (US).

The team worked with the Neurosky MindWave Mobile, a Bluetooth EEG-reading headset in order to wirelessly detect “attention” and map the lamp’s color temperature and speaker volume accordingly:

At first, the lamp emits a warm, comforting glow, conducive to idea generation and creativity. But as you start homing in on a specific idea, the light becomes crisper and cooler, and the volume of the ambient noise flowing from the embedded speaker slowly increases, enhancing your ability to concentrate and block out external distractions.

In the picture below you can see the inside of the lamp with the Arduino Uno and Adafruit Music Maker shield:

Explore the Arduino Sketch on Github.

Arduino Blog 09 Oct 23:19

Casa Jasmina Project is about to roll, with style

The location of the Casa Jasmina apartment will officially be inaugurated here in Torino (Italy) on the 20th of February, together with the celebration of  the 3rd birthday of local Officine Arduino and Fablab Torino.

The two following days (21-22 of February) we’re going to start producing the first connected things for the apartment in a workshop with the support of Jesse Howard, a designer focusing on new systems of making.

He’ll fly in from Amsterdam and run a 2-day session together with Lorenzo Romagnoli (Casa Jasmina Project Manager) and Stefano Paradiso (Fablab Torino Coordinator) with the goal of designing and manufacturing an Open Source Connected Lamp (OSCOLA).

The workshop is suitable for designers, artists, hackers, and everyone interested in Arduino and open source design and in order to stress the idea of open design, participants will be asked to reinterpret, modify and redesign an open source lamp proposed by Jesse Howard.
A minimum familiarity with of CAD drawings, digital fabrication techniques and Arduino are recommended but not strictly necessary.

By changing materials, shape, use cases, mechanics, and interaction, we are going to create a family of open source lamps.
Arduino Yún will be used to make the lamp interactive, enabling the user to turn it on or off remotely; change the light color; use the light to visualize data etc, or connect one lamp to an other.

The OSCOLA workshop (book your participation!)  consists of 16 hours of class taking place at Fablab Torino and a ticket is valid for two people.  At the end of the workshop, each couple of participants will bring home their IoT open-source lamp and a copy will be reproduced to stay at Casa Jasmina!

Global emotional light with Arduino

Based on open source technology and programming, LUZ is a lighting project that product designer Marina Mellado designed and targeted to those people who are physically and psychologically affected by the lack of sun or daylight.

Luz is a one meter diameter ring of light. It connects two LED stripes RGB SMD5050 to an Adafruit TCS34725 sensor ( which I use to get the temperature of colour (K) and the light intensity (Lux) Values ) and an Arduino Uno.

The electronic system is programmed to modify gradually the light-color sensibility of the lamp depending on the weather conditions when the sensor is positioned by the window.

Check the video below to see the lamp in action:

Arduino Blog 21 Nov 15:44

GPS lamps and the (in)visible landscape of the networked city

Satellite Lamps is a project investigating one of the most important contemporary infrastructures, the Global Positioning System or GPS. It’s a project curated by Einar Sneve Martinussen, Jørn Knutsen and Timo Arnall as part of the Yourban research project at the Oslo School of Architecture and Design and continues their previous work on revealing the materials of technologies that started in 2009 with RFID and Immaterials: Light Painting Wifi. The project uses Arduino extensively, and is also thoroughly documented:

GPS is widely used yet it’s invisible and few of us really have any idea of how it works or how it inhabits our everyday environments. We created a series of Lamps that change brightness according to the accuracy of received GPS signals, and when we photograph them as timelapse films, we start to get a picture of how these signals behave in actual urban spaces.

 

They published a film that you can watch above, and published an article that details very thoroughly how it was made and why. If you are interested in the project, you can read more on how they explored GPS , how the visualisations were made, and about the cultural history of GPS.

This is a GPS receiver connected to Arduino that sends data to a piece of software running on a laptop. It is a quickly designed tool, a transparent plastic box that that allows us to observe the performance of the electronics, and still mobile enough to carry in hand or a backpack.

Arduino Blog 09 Oct 17:42
arduino  arduino uno  featured  gps  lamp  lamp(s)  oslo  

The internet of trees makes smart birdhouses using Arduino Yùn

The connected birdhouse is a project prototyped during a workshop ran by Massimo Banzi at Boisbuchet, last August in France. It was developed using Arduino Yùn, by Valentina Chinnici, who shared with us the project, and two other students taking part to  the week of learning-by-doing around the theme of  the Internet of Trees.

They redesigned a traditional object, a wooden birdhouse to be placed outdoor, and connected it to a lamp shaped like a nest, to be placed indoor:

The connected birdhouse was in fact an interactive object able to communicate to the nest/lamp the presence of a bird inside the house, and accordingly to a color coded signal was giving also some informations about the size of the bird itself. In the event of a bird entering into the house, the nest/lamp remotely controlled via WiFi by an Arduino Yùn, was turned on. The nest/lamp received the notification from the birdhouse translating it firstly with a rainbow effect. After few seconds the light changed according to the weight of the bird (green, yellow or red).

The LED strip used for the nest lamp was an Adafruit Neopixel strip controlled by an Arduino Yún.

On this blog you can find the sketch to make it work and create one yourself.

Arduino Blog 15 Sep 22:27

An Arduino-controlled RGB lamp

On his blog, Miguel presents one of his latest projects:

This project shows the operation of an RGB lamp using a digital LED strip. After activating the bluetooth connection, the user can open the GUI on the PC to control the lamp. The program shows a hue palette divided into 30 rods, one for each LED of the strip.
By clicking & dragging the mouse cursor it is possible to make your own patterns,. To remove a color, the user can simply click on a rod while pressing the spacebar, which switches off the selected LED.

Part list: wooden support, RGB digitally-addressable LED strip, microcontroller (Arduino Pro Mini, for example), Bluetooth or USB wire.

More information on this project can be found on Miguel’s blog, while a brief video about its operation can be found here; the code of the project can be found on Github. The project’s page on Thingiverse can be found here.

[Via: Miguel's blog]

 

Arduino Blog 12 Jan 09:20