Posts with «gallery» label

Arduino Controlled Yellow Plane

Another interesting project by [nickatredbox], you can find this and all others on the [website].

This project is a plane with the Arduino Xbee remote control working on its maiden flight. It worked well no technical issues, very happy with the results

Building the controller was a very interesting curve, learned a lot of practical usage solutions to problems and ended up with a simple piece of code which is always good in my experience, keep it simple but not to simple.

 

Arduino & Xbee Remote Control

[nickatredbox] has sent this interesting project with Arduino involving wireless comunication. The fun comes when you have to decide to buy something already done or DIY.

I wanted a remote control system of my own design for may various RC model projects planes and boats. I set about researching the options and and Xbee with / Arduino solution poped out as a viable option, having failed performance testing using both WiFi and TinyCLR. The other feature I get as the Xbee is a transceiver is real-time telemetery. I’m sure I could buy this functionality from HobbyKing but where is the fun in that.

More project on the [website]

Social Drink Machine (powered with Arduino)

This time Arduino for drinks, always from Romania.

Do you know what you get if you combine Facebook, Twitter, Arduino, Raspberry PI and alcohol ? Well, you get the Social Drink Machine and a lot of really happy people at HowToWeb Bucharest.
The Social Drink Machine involves a fully enabled robotic bar which prepares your dream cocktail, a Facebook application which you use to order the drink and also a Twitter bot as an alternative ordering method.

In order to “drink with Facebook”, all you have to do is to scan the QR code displayed next to the machine with your mobile phone. It will get you to a Facebook application which enables you to choose the drink you want. Once you have decided what you want to drink, the application displays a large QR code on your mobile phone. You show this to the machine camera, and you will get your drink prepared. Actually, a robotic machine will prepare it for you. All you have to do is to place the glass, which is then moved back and forth until all of the ingredients have been mixed. And if you wanna brag about this, the application allows you to post on Facebook about the crush you just got on the cool robotic bartender.

[Robofun - Create] also made this.

Arduino Blog 20 Nov 17:06

Arduino Beer Keyboard

Do you know what you get if you combine 44 beer cans with an Arduino board and a Raspberry PI ? I tell you : fantastic user engagement!

It happened at Webstock, event which took place in Bucharest this month. Staropramen, one of the sponsors of the event asked us for an innovative way to offer a trip to Prague to one of the event’s guests.

So, we came up with a keyboard made out of 44 Staropramen beer cans. Each beer can was a key, and whenever someone touched it, the corresponding letter appeared on a large plasma screen (just like any regular computer keyboard).

And the surprise was fantastic! The user experience and engagement overcame any expectation. Every single person who attended Webstock tried the keyboard and participated to the contest.

Behind the scene, the system is built around an Arduino board and a few capacitive controllers (just like the ones which are inside smartphones’ touch screens), connected to a Raspberry PI board which controls the plasma screen display.

Other hardware we used was the Sparkfun MPR121 Capacitive Touch Sensor Breakout Board (4 of them, each controlling 11 beer cans) and one Sparkfun MP3 Trigger Board which controls the sound effects.

A movie and some photos took during the event can be found on the [website]
(feel free to use them if you want, or download directly the photos as a zip archive).

[Webstock] is the biggest blogging and social media event in Romania.

[Robofun Create] is a Romanian company specialised in creating cool on-demand technology products.

 

Arduino Blog 19 Nov 19:07

ledlamp

LED(Lamp) is an advanced bluetooth lighting system made with arduino, has been realized using a very cheap bluetooth module.

The cool part is the control app for Android device that allows you to control the lighting system.
The firmware for Arduino is open source. The app for android offers: brightness control, color, 8 memories, save favorite color on start.
You can find more on the official [website]

Arduino Blog 19 Nov 17:02
bluetooth  gallery  lamp  led  rgb  

Wear Your Musical Interface

Ruffletron is a prototype of a wearable musical interface and an experiment in performative interaction.

The project has been developed by a textile designer, Lara Grant, in collaboration with the sound engineer Cullen Miller.

 

For prototyping purpose, Lara used a LilyPad Arduino, Maxuino, Osculator and Ableton Live.

Project details here.

 

 

Arduino-controlled blinds: a tutorial

Have you ever wanted a smart home that can automatically adjusts the blinds for you? If so, this project is for you.

In this instructable, the author describes his approach to “smart blinds”, by using an Arduino board, an ethernet shield, a motor shield and a couple of sensors.

By means of a simple web-based GUI, the user can manually open and close the blinds, or he/she can setup both temperature and brightness thresholds in order to automate the whole process. Finally, opening and closing events can also be scheduled at pre-defined times of the day, if necessary.

The complete tutorial, together with the source code of the project, can be found here.

[Via: Instructables and Lifehacker]