lunes, 26 de noviembre de 2012

Arduino by Davis: “Russ Chimes #makeymakey #makeymakeymonday” plus 19 more

Arduino by Davis

Arduino by Davis: “Russ Chimes #makeymakey #makeymakeymonday” plus 19 more

Link to Arduino by Davis

Posted: 26 Nov 2012 02:00 AM PST

Two designers at Phenomblue created this great MaKey-MaKey wind chimes project as an experiment in indeterminacy in music:
Using the MaKey MaKey invention kit, designers Tom F. and Sam W. built Russ Chimes, a wind-chime synthesizer. MaKey MaKey allows users to turn anything conductive—lemons, bananas, Play-Doh, etc.—into a controller. When a user touches the object, it closes a circuit. The computer recognizes this as a regular keyboard or mouse message and behaves accordingly.
Our designers took a set of everyday wind chimes, wired them to the keyboard's four directional keys and wrapped the central clapper with tinfoil to complete the circuit. Using Ableton Live and the Native Instruments Massive synthesizer, they synched the device to a huge library of samples triggered by the chimes striking the central clapper. The tempo is quantitized in Ableton, so it's always hitting a beat according to a set BPM. As the wind picks up, the chimes trigger more random samples and compose a song of unique, haunting sounds.
Read more.

Makeysm
Every Monday is Makey Makey™ Monday here at Adafruit! The MaKey MaKey – by Jay Silver and Eric Rosenbaum, made by JoyLabz! Ever played Mario on Play-Doh or Piano on Bananas? Alligator clip the Internet to Your World. MaKey MaKey is an invention kit for the 21st century. Find out more details at makeymakey.com or watch the video at makeymakey.com. Turn everyday objects into touchpads and combine them with the internet. It's a simple Invention Kit for Beginners and Experts doing art, engineering, and everything in between! If you have a cool project you've made with your Makey Makey be sure to send it in to be featured here!
Posted: 26 Nov 2012 01:41 AM PST
Saludos a todos:
Me dispongo a hacer una buena explicación sobre el control de los motores brushles...
Tengo que decir que aunque hay información por ahí, para mí no fue nada concluyente a la hora de proseguir con mi proyecto.

Primero de todo empezare...
Posted: 26 Nov 2012 01:40 AM PST
Quote
Now I'm seriously thinking it's Ardu's fault :/
Fine. End your frustration. Just put the Arduino back in its box and forget about it.

It can't possibly tie up the PC end of the serial port, but, if you want to blame the Arduino, go ahead...
Posted: 26 Nov 2012 01:39 AM PST
Hi,

I again bootloaded a fresh new chip with optiboot loader but still face this issue.

How can i set fuses on target ? Is there any setting for this ?
Posted: 26 Nov 2012 01:39 AM PST
Nice  smiley-cool

J'ai commandé 5 CTN 50k pour 1,3e  smiley-money J'attends de les recevoir.

Tout comme la sonde, j'ai besoin d'une carte électronique toute petite ^^ J'ai donc opté pour l' ARDUINO MINI. ( Pour la programmer j'ai pris la carte USB ). Y'a t-il des choses ...
Posted: 26 Nov 2012 01:38 AM PST
Quote
There are no result on C, but when I open the serial port monitor on arduino. The results appear on the C program.
Connecting two applications to the same serial port is a recipe for disaster. You didn't say that that was your goal.

The ...
Posted: 26 Nov 2012 01:26 AM PST
Try change long previousMilli to unsigned long previousMilli, also 2 minutes is 120000 milliseconds
Posted: 26 Nov 2012 01:19 AM PST
Quote
Or use another board to modify the PWM going to the KK.  You can add an altimeter, compass, or GPS.  This is much more fun than reinventing the wheel of the existing code on the board which costs $12.

Means taking input from the receiver...
Posted: 26 Nov 2012 01:17 AM PST
sorry!, here is my code:

[code]
/*

Project Arduino, FINAL V1.0 3 Sensors,Time&Date,FTP,SD,Errorlog

-  Leest temperatuur en vochtigheid uit met behulp van SHT11 temperatuur/vochtigheid sensoren van Sensirion
-  Slaat de logdata op SD op en verzend deze ...
Posted: 26 Nov 2012 01:16 AM PST
Beste mede arduinoers  smiley-lol

Een vraag omtrent het programmeren van meerdere opdrachten in 1 loop

Het lukt me om de logica te zien in de opbouw van de code const int / void setup / void loop

Nu is de uitdaging om in 1 loop meerdere opdrachten te program...
Posted: 26 Nov 2012 01:13 AM PST
Sebastian,

I had been trying to generate a 24MHz clock for an image sensor and this post got me there. Thank you. I had tried poking around with some code you had put up in a thread on timer interrupts (which seemed to me the most obvious solution) but...
Posted: 26 Nov 2012 01:00 AM PST
EarlyReleaseGettingStartedWithRaspberryPi
We have received permission to share the secret (ahem!) Black Friday/Cyber Monday coupon code "DEAL" for those wishing to purchase the Early Release version of Matt Richardson & Shawn Wallace's work-in-progress Getting Started with Raspberry Pi book at a 50% discount today from O'Reilly/Make:
With Early Release ebooks, you get books in their earliest form — the author's raw and unedited content as he or she writes — so you can take advantage of these technologies long before the official release of these titles. You'll also receive updates when significant changes are made, new chapters as they're written, and the final ebook bundle.
The Raspberry Pi platform was developed to lower the barriers to teaching young people programming, and it is also popular with hardware hackers and hobbyists who may have a project that needs more computing power than a microcontroller.
The first section of the book gets you up and running; after the first chapter the reader will have installed the operating system, will have an understanding of all the hardware features of the Pi, and will have set up the small computer with the correct power source and peripherals. This is followed by a quick start user guide, with enough context and examples of commands to get around the computer.
The book also provides instructions for getting started with programming in Scratch and Python, and examples of using the general purpose input and output interface. Finally, the reader is guided through two hands on hardware hacking projects.
Read more.
Adafruit will probably consider offering the final book when it is ultimately printed, but for now it is nice to follow along while the book is woven together by these two talented tech writers! Check out the "Books" category in our store for other books on Raspberry Pi and other topics!
Posted: 26 Nov 2012 12:51 AM PST
Saludos:

Actualmente estoy trabajando con motores brushles... como me encontre que era complicado seguir lo que hay por la red me dediqué a probar....
Como veo que es tema dedicadillo justo ahora como tengo tiempo escribo un post en tutoriales intentan...
Posted: 26 Nov 2012 12:51 AM PST
#defines are also used in "include guards", i.e. the usual .h prologue:

#ifndef _THISFILE_H
#define _THISFILE_H

declaration code

No hay comentarios:

Publicar un comentario