Webcervices. Con la tecnología de Blogger.
RSS

Unete a nuestro grupo de facebook

Unete a nuestro grupo de facebook
Hola que tal lectores de esta pagina tan maravillosa que es arduino Tec ...Los invito a que amplíen mas sus conocimientos en Arduino y Raspberry Pi Uniéndose a mi grupo Arduino Tec

Multi proyectos 0034

TOCCATA FOR ULTRA-CONSERVATIVE BOOK ORGAN

Andrea Reali – June 11th, 2012
In an article on the New York Times Nick Bilton report us an impressive sentence pronounced by Paola Antonelli, senior curator in the Department of Architecture and Design at the Museum of Modern Art.  She said: “The two most important introductions for art  in the past 20 years have been the Arduino and Processing”.
Not all art projects we come across have precisely the characteristics of avant-garde art, but many are able to attract our attention and at least snatch us a smile.
That’s the case of  “Crush Limbaugh”.

The ultra-conservative book organ includes the autobiography of Sarah Palin, a thriller by Glenn Beck, the memoirs of Dan Quayle and a book-length rant by Rush Limbaugh, each repurposed into electronic triggers hooked up to a central Arduino microcontroller. The Arduino is programmed with a music-generating algorithm, and each hit of a book triggers a single note, or some other type of instruction within the program. Toccata for ultra-conservative book organ (“Crush Limbaugh”) is the name of both the program which generates the music and the interactive, semi-improvisational performance on this instrument.
The performers are Sangbong Nam, Charles Peck, and Benjamin Martinson.


TUTORIAL: ACCURATE ADC READINGS

Alessandro Paganelli – June 8th, 2012
Hardware Hacking guys propose this quick tutorial on how to improve the accuracy of Arduino’s ADC readings, by measuring the actual voltage rail used to supply the onboard microcontroller. At a glance, this can be done by measuring the internal 1.1V reference voltage (it is available for ATMega 168 and ATMega 328 only) and, then, by normalizing the ADC readings.
More details can be found here.

SOME ADVANCES IN AERIAL VEHICLES: BAT-INSPIRED SMART WINGS

Alessandro Paganelli – June 6th, 2012
Researchers from Centro de Automática y Robótica (Universidad Politécnica de Madrid) and from Brown University carried out a very deep research about the specific behavior of bat flight, whose ultimate goal is to replicate the capabilities of bat’s wings by means of an ad-hoc designed micro aerial vehicle(MAV).
[...] this research is oriented towards the development of a biological inspired bat robot platform, that allows to reproduce the amazing maneuverability of these flying mammals. The highly maneuverability is achieved by reproducing the flapping and morphing capabilities of their wing-skeleton structure. This structure is composed by several joints and a membrane that generates the required lift forces to fly.
To mimmic the muscular system that moves the joints of the wing-bones, Shape Memory Alloys (SMA) NiTi wires are used as artificial-muscles. Several challenges in controlling this SMA-based actuation system are regarded in this research.

ARDUINO BASED QUADROTOR ON A PCB

Abhimanyu Singh Udawat – June 6th, 2012
There are many Quadrotor Projects out there. But, they require a hobbyist to deal with the Frame Designing (Mechanical), a bit of Microcontroller knowledge as well as dealing with the Motor Control (Power Electronics). You may purchase a commercial Radio and a readymade Kit for flying. But, to Do-It-Yourself, is an achievement in itself.
4pcb Quad
Here is a picture of a Quadrotor designed by Shane Colton using Arduino Pro mini as its flying brain. Shane is a Ph.D Student at Massachusetts Institute of Technology. On being asked about the Project, he replied:
I heard about Arduino some time in 2007/2008 and have used it for a few projects since then. I built the quadrotor for fun / hobby (not related to research). I wanted to build my own (quadrotor) from scratch because I could integrate all the parts onto a single circuit board, and because I like designing the control system myself.

OUR DEAR MASSIMO BANZI WITH ARDUINO GRANDE

Priya Kuber – June 6th, 2012
I post this for the sheer delight on the face of Massimo :D
Our previous post about arduino Grande is here and more details of making it ishere.

PUBLISHING DATA ON THE WEB WITH NODE.JS

Alessandro Paganelli – June 5th, 2012
Many solutions exist for publishing data coming from Arduino boards on the web. , in his detailed tutorial, proposes his novel approach, which makes use of several widespread and open-source technologies, such as Node.JS, jQuery and Apache:
Using the USB, the Arduino Board is connected to the PC serially to a certain COM port which the OS allocates. Node.JS, the asynchronous server side JavaScript engine then listens for the port using a Node.JS module called SerialPort2. When a signal is received, using the Node.JS Socket.IO module, data is then served also asynchronously to the web providing a real time feed of the Arduino signal.
The tutorial (which can be applied on Linux, Mac OS and Windows) can be foundhere.

MINICOM: AN LCD-EQUIPPED REMOTE SHUTTER

Alessandro Paganelli – June 4th, 2012
Pixel_k needed a simple remote shutter for his digital reflex camera, which had to be usable even in low-light situations, so he decided to build his own controller by exploiting an Arduino Pro Mini and a small LCD. The result is “MiniCom”:
The interface is limited to a single rotary knob you can push to validate your choices. It remains easy and intuitive to use even when it’s minus 20°C and it’s pitch black.
The output is a standard 3.5mm stereo jack, you can use different cables to control different brand of DSLRs.
Source code and a detailed description of the project can be found here.
[Via: Hack A Day and Knackes News]

HOW ARDUINO HELPED HIM WIN A HACKATHON: LOCKSMASHER

Priya Kuber – June 3rd, 2012
While browsing Hacker News, I came across this interesting account of Andrei Pop [blogtwitter] which tells about how he won a recent Facebook hackathon using an arduino hack.
It is a recent trend that hardware too has entered the hackathon scenario. Here are interesting excerpts from his honest account!
A few months ago 3 friends and I participated in the facebook hackathon at UBC. It was a 36 hour, redbull-fueled affair in which quite a few teams participated. We won. I’m not telling you this story to brag, I want to share with you what I learned. In all honesty, I was shocked we won, but I think that sticking to a couple of principles helped:
1. Don’t compete with your second best arsenal
2. Solve a real problem
3. Breadth instead of depth can pay off
Yes, you’ve heard this advice before and there are exceptions to every rule… I’m just sharing my personal experience.
Our team consisted of a designer, a biomedical engineer (who didn’t write a single line of code), a CS student (without a doubt the most “qualified” of all of us), and myself (a Political Science grad). I was the only non-engineering-educated person in the room. One essential lesson I have learned over and over in life is that it is futile to compete on a metric that you cannot possibly be the best at. Don’t compete with your second best arsenal. You need to find the edge that nobody else will think of, or where nobody else can be. If the competition can outspend you, outmanouever them. If the guy at the bar is better looking, be funnier. And if most of the guys in the room have PhDs in CS, go for hardware?
The night before the hackathon I picked up an arduino microcontroller, a few LEDs, some alligator clips, and a breadboard. I didn’t really know how things would come together, but I had spent some time hardware hacking and I was really interested in physical computing. I also figured that most of the guys in the room wouldn’t be thinking about hardware (this was a facebook hackathon, most people were looking up the Open Graph API). I hoped hardware would be our edge, and as it turns out, it was.
After a bit of brainstorming and chinese food we agreed to build Locksmasher – an arduino powered unlocking mechanism that would handle authentication through the Open Graph API. We wanted to create a way to grant one-time access to facebook friends that need to get into your house.
Half an hour into our brainstorming, one of my team members had to leave the hackathon to let a friend into his house. This event sparked the idea of locksmasher and outlines my second point – solve a real problem. A craft for a craft’s sake can often be futile. There are definitely exceptions to this, but most of the time, start with a defined problem and apply your craft, instead of the other way around. The judges loved that they could personally relate to the problem of needing to let someone into their house when they weren’t home.
Our hack was very simple – it was nothing more than a glorified switch that talked to facebook. Graeham (our biomedical engineer) hooked up an old door lock to the arduino for our demo. Yazad (the CS student) and I wrote a NodeJS server to talk to facebook. We spent most of our time dealing with authentication, a problem that could have been solved in a few hours by a better hacker who knows the facebook API well. In the meantime Vince (our designer) made everything look very beautiful. This brings me to my last point point, sometimes breadth is better than depth. I want to credit a tremendous amount of our success to Vince’s design work and Graeham’s hardware. By the end of the 36 hours, we had addressed a little bit of everything.
Most of the hackers in the room built some very elegant projects; machine learning algorithms, recommendation algorithms based on your friends likes, data parsing applications. However many of the projects were elegant for elegance sake and didn’t solve a pain point that the judges could relate to. Furthermore, they didn’t look at the whole package (arguably not necessary for a hackathon but I certainly think our sleek UI helped win over the crowd).
It easily highlights arduino’s adaptability to hooking with various technologies. It truly comes out as the bridge between hardware and software.
The project demo lies here.
Any hackathons worldwide in which our readers have used their Arduino? Please do link the demo or your blog :) We would love to read!

TOUCHÉ WITH ARDUINO

Alessandro Paganelli – June 1st, 2012
Touché is a capacitive-sensing technology, developed by Walt Disney Research, which aims at providing touch and gesture sensitivity to a great variety of objects. From this research paper:
The technology is  scalable, i.e., the same sensor is equally effective for a pencil, a doorknob, a mobile phone or a table. Gesture recognition also scales with objects: a Touché enhanced doorknob can capture the configuration of fingers touching it, while a table can track the posture of the entire user.
The technique behind Touché is known as Swept Frequency Capacitive Sensing(SFCS): at a glance, by monitoring the capacitive response of an object over a specific range of frequencies (instead of a single one), it is possible to infer about its interaction with the outside world.
In his blog, Dzl describes his personal approach toward the development of a system capable to emulate Touché’s behavior with Arduino. Currently, the project is still in a early stage, but improvements and further developments are expected soon.
More information can be found here.
UPDATE 2012-06-02: you can now try out how to make it yourself following this instructable.

COMUNIKINO, AN ARDUINO BASED COMMUNICATION SYSTEM

Andrea Reali – May 31st, 2012
Comunikino is a box, connected to a PC which runs a script in Python.  When receiving a mail, the subject will be printed to its LCD. You can then use one of three Comunikino’s buttons to send a mail back to say “Yes”,  “No” or “Readed”  (this button can also to be used to say: “Hey! I’m thinking of you”).


The project has been developed by Eraticlux, check here the full project.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comentarios:

Publicar un comentario

Objetivo Y Reclamaciones

Este blog es un portal en el cual se publican contenidos de diferentes blogs.En los cuales se les anexa al pie de pagina un enlace a su pagina original aquí encontraran toda clase de proyectos de arduino y linux
Espero tengan una gran experiencia en este blog un Gran Saludo
de parte de la organización WebCervices..
objetivo
O del grupo ArduinoTec De arduino
Cualquier reclamación o petición comunicar al Administrador principal o hacer un comentario en la publicación que se sientan inconformes en los correos
electriarias@gmail.com
y para temas de suma importancia mi correo personal
pabioarias@hotmail.com

Siguenos en Twitter

Like

Unete a nuestro grupo de facebook

Hola que tal lectores de esta pagina tan maravillosa que es arduino Tec ...Los invito a que amplíen mas sus conocimientos en Arduino y Raspberry Pi Uniéndose a La mi grupo Arduino Tec

Unete Al Grupo De facebook

Unete Al Grupo De facebook
Amplia tus conocimientos debatiendo temas de Arduino y Raspberry pi