Sie sind auf Seite 1von 5

Melanie Torres Bisbal Title: Do Your Own Project in a easy way.

Arduino can help you Abstract Context: What would you think if I told you that you could do your own electronic things? Sure that most people would say that it is too difficult to do it. But this is not true, Arduino is the response for that. With that open-source platform you will have the tools to do your own inventions. Another important property is that Arduino is cheaper than the previous products to do electronic projects. It is oriented to people that want to learn. Main Aspects: Arduino was created in 2005 in Ivrea, Italy. The project started when Massimo Banzi and David Cuartielles met and thought about a product for their students to learn that could also be cheap. Arduino is a platform of open-source hardware based on a simple microcontroller board and a development environment. The language that it uses to program is Processing but it could also be Java, C, PureData, Python, etc. A few examples of projects based in Arduino are Photoduino (sensors to make photos), 3D printer, a food dispenser that opens only for a particular cat and interactive clothes with light and music. Implications: This way, making our own electronic gadgets allows us to understand how its components work. Open-source gives us the chance to share information and cooperate with other people.

Article: Context History of the first steps of Arduino Arduino is a project that started in the Interaction Design Institute Ivrea1 in 2005, but it has based in other projects that people of this Institute made it. The creators of Arduino wanted to make a tool for their students that was more modern that what available on the market and cheaper, since it costs around 76 2. Also at the Institute they worked on the language Processing, because one of the founders of that language was teaching class. So they thought Why dont we try to make processing for hardware?3, and one of their students made a thesis of that and they went to a Wiring platform4.

After that they began to think How could we make the all platform even simpler even cheaper and ever easier to use?5 and they started to implement all as an open source project, they thought about open source project because they wanted to the people to be able to contribute and help building it. They also feared the school would close and they would be forced to drop the project. Making the project open source was a good solution to that problem. Massimo Banzi was the first person that began this entire project, in the middle of that he met David Cuartielles, and he helped him, he was a big help, and they together made the first hardware of Arduino. After that, one student, David Mellis, joined to the group to write the software, then Tom Igoe as an adviser and finally Giancula Martino as the person that could produce the boards. Main Aspects6 How it works, its different components and examples that we could make with it The Hardware of Arduino is a microcontroller, the kernel of the board. This microcontroller is used to be an Atmel AVR7, this is a microcontroller the type of Reduced Instruction Set Computer (RISC)8, this means that the microcontroller has simple instructions and it can be faster than other microcontrollers. It also has devices of Input/Output, the pins of input can read information in an analog way or in a digital way. Based in those sensors that are in the exterior of the platform, the Arduino processes this information, but it should be connected to the Alternating Current (AC) or with our computers. The software of Arduino is based on development environment that implements Processing language and a boot loader, this is a simple program that is designed for prepare all the things that needs to execute in the Operating System (OS). Apart from Processing it could use languages like Matlab9, Java, Flash, PureData, Python, SuperCollider, etc. Also it could use libraries10 for different topics like music, communications, math, sensors, robotics and whatever else. Arduino has different types of boards depending on our needs. The latest board is Arduino UNO11 its name is UNO (one in italian) because it is the version 1.0 and that would be the reference version. Arduino Ethernet12 differs from the others in the fact that it does not have a USB port but an Ethernet Port. Other Arduinos are smaller than the originals, like Arduino Nano13, Arduino Micro14 and Arduino Mini15. Other boards are oriented to a wireless connection like Arduino Fio16. One board that is especially beautiful is LilyPad Arduino17, designed for wearable and e-textiles and you can sew in it. Now we are going to explain different examples of projects based in Arduino. Photoduino18 is a camera controller based on Arduino, with that tool we can take photos automatically. This controller works using the inputs of Arduino and passes all the signals from the exterior. Depending on the mode of the program you can take a

photo when one noise is over the threshold that you put. It also has flashes, impact sensor and a laser. 3D printers are other example of implementation of Arduino, in general aspects 3D printers are printers that can make your ideas in three-dimensional way. The main difference between them and the previous machines is that these printed use additive process against subtractive process. The most common names of that type are MakerBot19 and RepRap20. Another example that is very useful, there was one boy that wanted to give a specific food to one of his cats21, because one of them was ill. His solution was to create with an old CD player one mechanism that allows to the cat to eat its food. The main working of this device is that the cat has Radio Frequency IDentification (RFID)22 in its collar and the device has a sensor that can recognize it and open the CD player when the specific cat is close to the food. We can also interact with common things like our clothes, there are examples of people that put LED lights to their clothes23, and also examples of people that interact with their clothes and if they press a determinate part of their clothes they do a specific note24. Implications Seeing Arduino in a way to learn and think Arduino is the first open source hardware. It is a way to learn about electronics, and with it we could transform the way we understand our daily lives. In our life electronics are in everywhere and if we understand what is inside the objects we can understand the world better. We also think that the school and universities need tools because now we do not have equal access rights, only the person that controls the robot learns about it, we do not spend the time that we could need to understand and appreciate the things. The ideal way is that we will be able to access to the things that we need in the moment we need them, and for that if we have open tools like Arduino. Those are cheaper that other devices and we could learn by doing things that are useful. For that we think that one main implication is that the future of learning it will be based in things like Arduino. Nowadays with projects like Arduino people can see your designs and improve them, you can take all you want and do whatever you want but you must to do the same thing that the people did before, you have to release your project again so that the people can do whatever they want. And you can sell your own things provided that you respect the credits and the things that the authors want to keep in them. So we think that other implications it is that the start up ventures will have an easier way to do the things that they have in their minds.

Arduino is a physical representation of the great things that you have in the opensource software but now in hardware25 said Phillip Torrone, creative director of Adafruit26 (one place for learning electronics and buying products) in the documentary of Arduino. We can control physical objects and manipulate them as we want without fear of opening them and see what it is inside, open-hardware allows us to do it in a way that is permitted and legal, it makes us different type of consumers also producers. It is another way to consume appliances, to be able to control them again. The future will not be technology, it will be mostly social, people that want to share their projects and help other with theirs. In order to the Arduinos team to be able to stay in the market, they will make new hardware. For that they need that the people give a feedback to improve all the things. Special mention to the Arduinos team to make possible that concept of open hardware makes sense. Also at all the community that share their projects and their ideas for that other people can understand and learn about it. Our main conclusion it is that Arduino is a very fun way to learn electronics, to learn to think, to learn to work in teams because people like to share their experiences, and to learn to do things with a computer is a powerful tool. References [1] Interaction Design Institute Ivrea, http://interactionivrea.org/en/index.asp (Seen on 17th of November) [2] [3] Said in Arduino The Documentary, http://vimeo.com/18390711 (Seen on 16th of November) [4] Previous stage of Arduino, http://wiring.org.co/ (Seen on 17th of November) [5] Said in Arduino The Documentary, http://vimeo.com/18390711 (Seen on 16th of November) [6] Definition of Arduino, http://es.wikipedia.org/wiki/Arduino (Seen on 17th of November) [7] Definition of AVR, http://es.wikipedia.org/wiki/AVR (Seen on 16th of November) [8] Definition of RISC, http://es.wikipedia.org/wiki/RISC (Seen on 10th of October) [9] Software to implement Matlab on Arduino, http://www.mathworks.es/academia/arduino-software/arduino-matlab.html (Seen on 17th of November) [10] Libraries of Arduino, http://arduino.cc/en/Reference/Libraries (Seen on 17th of November) [11] Definition of Arduino UNO, http://arduino.cc/en/Main/ArduinoBoardUno (Seen on 17th of November) [12] Definition of Arduino Ethernet, http://arduino.cc/en/Main/ArduinoBoardEthernet (Seen on 17th of November) [13] Definition of Arduino Nano, http://arduino.cc/en/Main/ArduinoBoardNano (Seen on 17th of November)

[14] Definition of Arduino Micro, http://arduino.cc/en/Main/ArduinoBoardMicro (Seen on 17th of November) [15] Definition of Arduino Mini, http://arduino.cc/en/Main/ArduinoBoardMini (Seen on 17th of November) [16] Definition of Arduino Fio, http://arduino.cc/en/Main/ArduinoBoardFio (Seen on 17th of November) [17] Definition of Arduino LilyPad, http://arduino.cc/en/Main/ArduinoBoardLilyPad (Seen on 17th of November) [18] The official webpage of Photoduino, http://www.photoduino.com/documentation/ (Seen on 17th of November) [19] The official webpage of MakerBot, http://www.makerbot.com/ (Seen on 17th of November) [20] A wiki of RepRap, http://www.reprap.org/wiki/Main_Page (Seen on 17th of November) [21] A tutorial to make a RFID pet feeder, http://www.instructables.com/id/RFID-petfeeder/ (Seen on 15th of November) [22] Definition of RFID, http://en.wikipedia.org/wiki/Radio-frequency_identification (Seen on 15th of November) [23] A hat that makes music and lights, http://www.youtube.com/watch?v=y10TKmVQ1A4 (Seen on 17th of November) [24] LilyPad Arduino Projects http://www.youtube.com/watch?v=L4a89n4ZJ5w (Seen on 18th of November) [25] Said in Arduino The Documentary, http://vimeo.com/18390711 (Seen on 16th of November) [26] One of the main webpages to learn and to buy electronics, http://adafruit.com/ (Seen on 17th of November)

Das könnte Ihnen auch gefallen