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 0046

ARDUINO INTERVALOMETER

Priya Kuber – March 12th, 2012
Here is to all the photography enthusiasts!
An intervalometer is a device that triggers signals in accurate time intervals and operates other devices. An interesting intervalometer using an Arduino is designed by Ken Murphy of Murphlabs .
This beautiful device is used to capture still images of a long time exposure kind.
Often the purpose of a photographic intervalometer is to reduce the resources required either to take the pictures or post-process them as similar images could be obtained by having the camera continuously take pictures as rapidly as possible. Using an intervalometer permits restricting the pictures taken to only those with the desired content. This reduces the requirements for resources such as power and storage media (e.g. film or memory card space).
It uses a really simple interface: you dial in the speed you want, referring to the blinking LEDs, and switch it into “go!” mode when you want it to start taking pictures.
He also has put up beautiful tutorials here. Can’t wait to see this one up! :)
[Via: Murphlab]

INTUTIVE TRAINING AID USING WEARABLE ELECTRONICS

Priya Kuber – March 9th, 2012
A yet another application of wearable electronics – to train blind athletes with pressure feedback.
A work that is a part of the Innovation Design Engineering (IDE) masters programme run jointly by Imperial College and the Royal College of Art has a team designing it, as part of course. Mining company Rio Tinto has launched a ‘Sports Innovation Challenge’ for new paralympic opportunities, ranging from equipment through to radical new sporting events and competition models.
“As a visually impaired person, you don’t develop the same kind of kinaesthetic awareness — so we began with how you can rebuild body awareness and how you can actually have a feeling of where your limbs are in space, if you lost your sight, for instance,” said IDE student Benedict Copping.
Noting that the vast majority of sighted athletes use coaching demonstrations or video-analysis techniques to perfect complex motion skills, Copping’s team wanted to find a way for blind athletes to similarly benefit.
The design comprises of wearable joint pads that record the position of the limb in space and keep this as a reference against predetermined angles, giving a graded vibration feedback as they match up.
Flex sensors, vibration motors (like those used in mobile phones) and an Arduino mini pro electronics board (for computation) are some of the easily available components that are used.
“If you’re visually impaired, because you can’t reflect on somebody else doing the motion, the coach moves the hand around, so what he’ll do is get the first position and press a button, store that, then [get a] second position, store that — so a combination of points together will build a picture. Then when you actually change movements, it will vibrate more and more until you get the correct position,” Copping said.
For creating the winning design, the Ghost team (which also includes Jason Cheah, Shruti Grover and Idrees Rasouli) will receive undisclosed funding from Rio Tinto to further develop the technology.
[Via: TheEngineer]

FEEDING THE DOG OVER TWITTER

Priya Kuber – March 8th, 2012
Many times you would have wished that you could take care of your dog remotely instead of letting a careless friend handle him. The answer to the problem is this ingenious twitter based feeding device by Nat Morris.
Theres a Nanode microcontroller (an Arduino clone with ENC28J60 ethernet), LCD screen from an old Dell laser printer, the stepper motor mechanism is out of a HP Deskjet 500 from the 90′s. The stepper is controlled via a ULN2003 and a 555 timer is used for the buzzer. Theres a pair of IP cameras (ones broke at the moment) and a server process which polls twitter and co-ordinates it all.
So how many more applications can you think of using the same concept? :)
[Via: webpronews]

EASY CROSS PLATFORM CONFIGURATOR FOR XBEE MODULES

Massimo Banzi – March 8th, 2012
Italian company “moltosenso” has released a free, cross-platform software that allows you to configure all the parameters of your XBee modules. Read the rest of this entry »

ARTNET LIBRARY FOR ARDUINO

Massimo Banzi – March 8th, 2012
If you’re into interactive lighting  you’ll be familiar with protocols like DMX and ArtNet.
VVVV user “karistouf” has written a piece of code for the  Ethernet shield that allows your Arduino to communicate over an ArtNet network.
Features are:
ArtNet receiver v2: fixed artnet length receiver.
ArtNet sender: you can send artnet data from your device over network, for sensors and buttons this will be easier than all osc or firmata solutions.



ARDUINO WORKSHOP AT CIS – INDIA

Priya Kuber – March 1st, 2012
A free arduino workshop for beginners, is being held on 3rd March at Centre for Internet and Society by Pramode C.E from Recursive Labs.
Here is a brief outline of the workshop:
Part 1
– General introduction to microcontrollers and embedded systems
– Basic eletrical concepts, use of breadboard for prototyping circuits.
– Arduino “Hello,world”: build a blinking LED circuit
– Controlling more than one LED
– Using Pulse width modulation to control LED brightness
– Interfacing a seven segment display
– Using the arduino digital inputs: interfacing a mechanical switch
– Using the analog inputs: sensing light using an LDR
– Potentiometer interfacing
– Reading temperature
– A quick introduction to the Python programming language
– Serial port interfacing (Python will be used to write PC-side code)
Part 2
- The second part of the workshop will be a demo. An Ez-Chronos sports watch which contains an accelerometer as well as a radio will be used to control an LED attached to the Arduino board.
[Via:CIS blog]

CARS OF THE FUTURE TO BE ARDUINO COMPATIBLE

Priya Kuber – February 24th, 2012
If you envision an open future, sustainable development through community contribution seems to be the way out. With open platforms both across hardware and software freely interacting with each other, car makers are finding a viable way to improvise the already developing intelligence of the cars.
Ford (and other automakers) envision future cars with high tech infotainment systems galore where car dashboards could have downloadable app’s just like todays smart phones and tablets. With the OpenXC platform Ford is creating a channel for open collaboration with 3rd party application developers, allowing them to use cars like the Ford Focus to prototype their gizmos.
The OpenXC platform is an open source hardware and software stack which allows 3rd parties to connect self-created gadgets to an OpenXC-compliant car.
If “your car is as easy to program as your smartphone,” it stands to reason that future cars could generate as much innovation and excitement as todays smartphones are generating.
The company announced last week they were making the OpenXC source code available, in beta form, to developers and universities around the world. Ford demonstrated a sample third-party mobile app created with the OpenXC toolkit at NASSCOM India Leadership Summit, held last week in Mumbai India.
The OpenXC platform is being developed in collaboration with Bug Labs, a New York based developer of small computer hardware building blocks meant to help organizations build the “Internet of Things.” This concept looks toward a day if/when all objects will have embedded computerization, with ubiquitous connections to the Internet to share data and information enabling large scale applications to be built upon the data coming from all the connected gizmos.
The documentation on the OpenXC Platform website describes installing small hardware module, attaching it to the OBD-II port so the module can read CANBUS messages. The hardware module interfaces the OBD-II/CAN bus to the more common USB interface, and sends data from the car to the software running on the OpenXC software platform. The software part of the OpenXC platform runs on Arduino or Android platforms, and provides to software measurements of vehicle operation such as brake pedal status, engine speed, latitude and longitude, steering wheel angle, and vehicle speed. The documentation does not provide methods for the software application to send commands to the car, only to receive data from the car.
This is unlikely to result in consumer applications right away, if only because interfacing to the OBD-II port is not exactly a user-friendly experience. Ford is positioning this as an outreach to application developers. Ford asks us to ponder these sorts of questions: What if “user-facing hardware and software” (such as the dashboard) was based on open software stacks, where car owners could purchase and install add-ons as easily as they buy smart phone apps today? What if the infotainment systems were easily user upgradeable? What if you could transfer a high tech gizmo easily from car-to-car?
[Suitably edited via: Torquenews and BugLabs]

ARDUINO ‘SIMON SAYS’ GAME

Priya Kuber – February 24th, 2012
A simple and a fun Simon says game re-created is using an Arduino in the following instructable.
Materials Needed:
- Arduino
- Bread Board
- Jumper Wires
- 4 different colored LEDs
- 4 100 Ohm Resistors
- 4 Push Buttons
- Small Speaker
It is a good exercise to practice interfacing multiple buttons and LEDs. Can be tried even by an arduino beginner.
[Via: Instructables]

SOCIAL FUEL FOR YOUR CAR: TRAVEL WITH A LITTLE HELP FROM YOUR FRIENDS

Davide Gomba – February 23rd, 2012
Impressing automotive hacking lets this FIAT car moving by the number of “like” from the Guarana Antarctica Facebook Fan Page. The advertising idea is simple: let the social audience support this Sau Paulo to Salvador trip to reach the Carnivalby commenting / “liking” the page. The onboard Arduino ADK (connected to a tablet and the internet) allows the car going on by a certain amount of meters (apparently one “like” is 10 meters, while each comment lets the car go ahead for 20 meters).

WELCOME OFFICINE ARDUINO TORINO

Massimo Banzi – February 22nd, 2012
(photo by Cesare Griffa)
Last friday in Torino, Italy a new kind of company opened its doors.
Officine Arduino Torino is a combination of Makerspace, Fablab and an Arduino “office” dedicated to further the development of the platform and open source hardware.
Officine Arduino is born out of the experience of creating the first FabLab in Italy during an exhibition that lasted throughout 2011. We experienced the positive energy that came out of the encounter between the local community of makers, students, designers and our team based in Torino. 
After the exhibition shut down we though that Arduino could act as an “incubator” to empower the people we work with to setup a company that would share our resources and equipment with the local community. Luckily we found the amazing people at Toolbox co-working  (http://www.toolboxoffice.it/) who provided us with free space within an old FIAT factory.
Officina means “workshop” and in Italian it has the vintage sound of the name given to those small companies that made amazing products with limited resources and a lot of ingenuity.
We wanted to see what comes out when you connect open source hardware and software, digital fabrication, maker culture, hands-on learning, open design, alternative business models, co-working and a great community.
Torino is the “template” for more Officine Arduino we would like to open around the world so that more people can hang out with us and build amazing stuff.
If you have the chance go to Torino and have fun at the officine.
PS: We’re looking for some people to help us in Torino.
PHP Developer 
Guest Blogger
Interns // Electronics Engineer 
(please note that the Php developer and Intern position are based in Torino Italy and are open to people who have the legal requirements to work in the EU/EEA)

  • 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