miércoles, 12 de diciembre de 2012

Arduino by Davis: “Robot Santa Discovers Meaning of Christmas at SantaCon #WearableWednesday” plus 19 more

Arduino by Davis: “Robot Santa Discovers Meaning of Christmas at SantaCon #WearableWednesday” plus 19 more

Link to Arduino by Davis

Robot Santa Discovers Meaning of Christmas at SantaCon #WearableWednesday

Posted: 12 Dec 2012 02:00 AM PST

Here's a treat from my friend Nick Brewer. He headed out one year with his own handmade Robot Santa suit on, intent to infiltrate the SantaCon crew to learn what the heck was going on there to make a documentary about this fascinating event, but instead found himself caught up in the endless flow of rambunctious, intoxicated Santas — where he himself became something of a fixture. "Did you get your photo with Robot Santa yet?" "Let's go push his buttons!"

Nick has been working on this video project for, well, years — and he told me proudly that he used a lot of Adafruit gear in his Santabot 2.0 suit that wraps up the project:

Bonus fact, almost all the electronics (3 arduinos, LEDS, etc) were from Adafruit!

His fun project received some great attention around the wrap-up of his Kickstarter project in 2010 — in particular this lovely article over at WIRED. Here's an excerpt about the construction of SantaBot:

Construction of Brewer's Santabot outfit took about a month, not including the crash course in using an Arduino board for the electronics. Arcade-style buttons on his chest controlled various features, including lights, voice-changer ("Destroy! Destroy!"), sound system, LOL shield (scrolling, "What is love?" along with holiday messages) and the well-loved but short-lived candy dish that emerged from his 8-bit belly.

People got a little rough on the cardboard at times, but overall Santabot was mobbed with admirers, so much so that Brewer didn't even make it to the main SantaCon convergence area at Central Park's Bethesda Fountain.

"We got so bogged down with people and pictures it got to the point we couldn't make it across the street," Brewer said.

Unfortunately, the design of his suit was such that he couldn't raise a beer to his mouth. "But," Hawkins said, "he never refused a picture the whole day."

Read More.


Flora breadboard is Every Wednesday is Wearable Wednesday here at Adafruit! We're bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!

Re: Scelta IMU

Posted: 12 Dec 2012 01:32 AM PST

Prova a vedere questa http://www.varesano.net/projects/hardware/FreeIMU che ha un'ottima libreria per Arduino.

Re: leOS - un semplice OS per schedulare piccoli task

Posted: 12 Dec 2012 01:29 AM PST

io invece ti segnalo il fatto che gli IDE più recenti hanno un "autoimportatore" di librerie, tu gli dai il path o l'url di un file zip e lui ti copia e scompatta il tutto nella cartella Libraries. Non l'ho provato, l'ho letto di sfuggita su un issue d...

Re: How to make Arduino runs continuous routines even inside a "switch case loop".

Posted: 12 Dec 2012 01:29 AM PST

Quote
As suggested by PeterH, I've changed some of the code
No, you didn't change it as he suggested. Read the post again, particularly around the reading of the serial port.
If the character read is global and therefore persistent, then onc...

Re: How to make Arduino runs continuous routines even inside a "switch case loop".

Posted: 12 Dec 2012 01:23 AM PST

Quote
Is there anything else that needs to be changed in the code?
You haven't posted any, so how can we tell?
I'm sorry AWOL. As suggested by PeterH, I've c...

Re: make pwm output non linear

Posted: 12 Dec 2012 01:23 AM PST

The problem with the log converters is that you loose the PWM signal. This means there is a dead region where you are not outputting enough voltage to turn the LED on. So you end up with the same sort of precision as if you had used software, perhaps e...

Re: [HOWTO] Guida (più o meno) completa all'utilizzo di Moduli Bluetooth

Posted: 12 Dec 2012 01:07 AM PST

@Trisonic

Quote
Questa è la dimostrazione che "I <3 Pitusso"

 smiley-grin grazie ne son onorato, ma un poco di amore riservalo pure per lollotek  smiley-yell

graz...

Re: VirtualWire or String causes arduino to hang

Posted: 12 Dec 2012 01:07 AM PST

Try:

Code:
Sensor1Data = atoi((const char*)buf);

That compiled, as I suspect you already knew. Unfortunately I will have to wait a couple of hours before I can ...

Re: Solution for the 5V vs 3.3V problem

Posted: 12 Dec 2012 01:06 AM PST

That's a nice chip, I was aware of it's cousin the 74LVC16245 but this is more flexible.

One "problem" is that it's a wide package it won't fit where Crossroads has the TXB chips but that's easily fixed.

Quote
each pin's output voltage can be selected...

Re: Probleme mit Processing

Posted: 12 Dec 2012 01:05 AM PST

Schön, das es jetzt funktioniert. Ich bezweifle aber, das Dir ein virtueller COM-Port reicht, wenn Du zwei Programme laufen lassen willst. Normalerweise ist der Zugriff auf einen Com-Port exklusiv, damit sich nicht zwei Programme in die Quere kommen un...

Re: come proteggere il codice da lettura

Posted: 12 Dec 2012 01:04 AM PST

ho fatto alcune prove e confermo che per settare i bit in maniera da bloccare sia scrittura che lettura nell'arduino è quello di programmare i lock bit a 0x00.

Interactive LED Lab Coat #WearableWednesday

Posted: 12 Dec 2012 01:00 AM PST

ledlabcoat1

Instructables user ProtoTank writes:

This is an instructable for the Interactive LED Lab Coats, showcased at Autodesk University.

This instructable assumes a middling knowledge of a few different fields. If you can use a sewing machine, follow a circuit diagram, and load a program onto an Arduino, you can do it on your own. If not, it's all stuff you can learn with the help of the right friend. Some of the steps are time consuming, but all the skills you need can be learned quickly.


Flora breadboard is Every Wednesday is Wearable Wednesday here at Adafruit! We're bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!

how to program a MAX23017 so that I can use all pin outs

Posted: 12 Dec 2012 12:27 AM PST

hello i recently got some MAX23017 port expanders but i am having trouble controlling them. i know that there are 2 port on this IC and so far i have only been able to get the 0 output on port A to work using the adafruit library. How do i use this lib...

Re: need help with a switch in switch statement reading a keypad

Posted: 12 Dec 2012 12:11 AM PST

Code:
Void loop();
It is important that "void" is not capitalised, and it is important there is no semicolon after "loop()".

Re: Problem to erase LCD Screen afer displayed message

Posted: 12 Dec 2012 12:07 AM PST

Hi,

The problem is "lcd.clear()" erase totaly of screen. We havn't Time read the message.
But when I set a delay, the LCD screen display the message character by character ( I send a string ).

That's to say, he displays a first letter, The LCD is er...

Re: programmare il 644 ... ma come????

Posted: 12 Dec 2012 12:04 AM PST

.. allora... innanzitutto grazie per i vostri suggerimenti ...

... prima ho caricato sull'arduino da usare come programmatore lo sketc arduinoISP...

... ho eseguito le istruzoini di leo... ho scaricato il suo file.zip .. questo: 644P/1284P core for Ard...

Re: VirtualWire or String causes arduino to hang

Posted: 12 Dec 2012 12:03 AM PST

[code]/*
  RGB LED controller
  4 modes: off, color select, color pulse and random cycle/pulse
  By Markus Ulfberg 2009-05-19
 
  Updated to Version 2 - 2010-01-13 (Not publicly released)
  Updated to Version 3 - 2011-12-14

  Thanks to: Ladyada, Tom ...

Re: To calculate the area of circle

Posted: 12 Dec 2012 12:02 AM PST

Quote
The project iam doing is SRCC
And we're supposed to know what that is?

You haven't told us anything about your robot, or any other constraints or special features.

If you can express the device's position in Cartesian coordinates as it t...

Fashion & Technology Exhibit at MFIT in NYC #WearableWednesday

Posted: 12 Dec 2012 12:00 AM PST

fashionandtechatfit

"Fashion and Technology" runs through May 8 2013 at the Museum at Fashion Institute of Technology.

Fashion and Technology explores the impact of emerging technologies on the nature of fashion design and production over the past 250 years. The exhibition focuses on innovations that have influenced the production, materials, aesthetic, and function of fashion. It begins with objects created during the Industrial Revolution of the 18th and 19th centuries, when innovations in textile manufacturing revolutionized the fashion industry. These innovations included the introduction of the Spinning Jenny, the Jacquard loom, and the sewing machine. The exhibition then continues chronologically to the present day.

Via Cool Hunting


Flora breadboard is Every Wednesday is Wearable Wednesday here at Adafruit! We're bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!

Re: Medicion LDR

Posted: 11 Dec 2012 11:31 PM PST

Hola según pones en el código lo tienes colocado en una entrada digital, esa entrada solo te da 0 (bajo) o  1 (alto), coloca el LDR en una de las entradas analógicas y como han comentado utiliza analogRead para que te de un valor entre 0 y 1023.

un sal...

No hay comentarios:

Publicar un comentario