Scratch 4 Arduino
From Vision - Multimedia Education
Line 73: | Line 73: | ||
=== Example 2: Kandinsky instrument === | === Example 2: Kandinsky instrument === | ||
+ | |||
+ | This one its a little musicbox that works playing notes, depending in how u put ur hand. | ||
+ | |||
+ | ==== What we need? ==== | ||
+ | |||
+ | Robot: | ||
+ | *1 x Arduino board: http://www.sparkfun.com/products/9950 | ||
+ | *1 x InfraRed Sensor: http://www.sparkfun.com/products/7914 | ||
+ | *1 x sticky board: http://www.sparkfun.com/products/7916 | ||
+ | *2 x servomotors Parallax Futaba continus rotation: http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/Level/a/ProductID/102/Default.aspx?SortField=PboroductName,ProductName | ||
+ | *1 x cable usb: http://www.sparkfun.com/products/512 | ||
+ | |||
+ | Remote Controler: | ||
+ | *1 x Arduino board: http://www.sparkfun.com/products/9950 | ||
+ | *1 x protoshield: http://www.sparkfun.com/products/7914 | ||
+ | *1 x sticky board: http://www.sparkfun.com/products/7916 | ||
+ | *1 x acceleremeter: http://www.sparkfun.com/products/849 | ||
+ | *2 x LEDS (of different colors, for example 1 red and 1 green): http://www.sparkfun.com/products/9590 (9590 red, 9592 green) | ||
+ | *2 x switchers: http://www.sparkfun.com/products/97 | ||
+ | |||
+ | *1 x usb cable: http://www.sparkfun.com/products/512 | ||
+ | |||
+ | ====How to do it?==== | ||
== What´s more? == | == What´s more? == |
Revision as of 19:29, 17 March 2011
|
Contents |
What is it ?
S4A is a Scratch modification that supports simple programming of the Arduino open source hardware platform. It provides new blocks for managing sensors and actuators connected to Arduino. There is also a sensor report board similar to the PicoBoard.
It has been created to attract people to the programming world. The goal is also to provide a high level interface to Arduino programmers with functionalities such as interacting with a set of boards through user events.
What can I do with it ?
Teach kids or youngsters to program and build his own toys or inventions.
Uses:
The uses are up to your imagination, but we present some exemples that can be replicated
Who can use this?
Anyone who its interested in electronics and want to teach
What do I Need ?
Requirements:
- A board of Arduino, there are different models, the most common are arduino uno
- One computer, with Linux, Windows, or Mac
- diferent electronic components, u can buy or just take it from old toys
How to download
- Scratch for arduino software: http://seaside.citilab.eu/scratch/arduino
- Arduino: http://arduino.cc/en/Main/Software (The drivers comes with the installer)
How to install
in the arduino homepage there is a guide for install the diferent models of arduino boards and for each O.S
http://arduino.cc/en/Guide/HomePage
Examples
we provide some examples of what can be done, but as we said they are just exemples, what u can do only its limited by imagination.
Example 1: Robot whit a remote controller
In this exemple we are going to explain how to build a robot made with one arduino board and two engines of continus rotation, controlled by another board with and acceleremeter, two leds and two botons
What we need?
Robot:
- 1 x Arduino board: http://www.sparkfun.com/products/9950
- 1 x protoshield: http://www.sparkfun.com/products/7914
- 1 x sticky board: http://www.sparkfun.com/products/7916
- 2 x servomotors Parallax Futaba continus rotation: http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/Level/a/ProductID/102/Default.aspx?SortField=PboroductName,ProductName
- 1 x cable usb: http://www.sparkfun.com/products/512
Remote Controler:
- 1 x Arduino board: http://www.sparkfun.com/products/9950
- 1 x protoshield: http://www.sparkfun.com/products/7914
- 1 x sticky board: http://www.sparkfun.com/products/7916
- 1 x acceleremeter: http://www.sparkfun.com/products/849
- 2 x LEDS (of different colors, for example 1 red and 1 green): http://www.sparkfun.com/products/9590 (9590 red, 9592 green)
- 2 x switchers: http://www.sparkfun.com/products/97
- 1 x usb cable: http://www.sparkfun.com/products/512
How to do it?
Example 2: Kandinsky instrument
This one its a little musicbox that works playing notes, depending in how u put ur hand.
What we need?
Robot:
- 1 x Arduino board: http://www.sparkfun.com/products/9950
- 1 x InfraRed Sensor: http://www.sparkfun.com/products/7914
- 1 x sticky board: http://www.sparkfun.com/products/7916
- 2 x servomotors Parallax Futaba continus rotation: http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/Level/a/ProductID/102/Default.aspx?SortField=PboroductName,ProductName
- 1 x cable usb: http://www.sparkfun.com/products/512
Remote Controler:
- 1 x Arduino board: http://www.sparkfun.com/products/9950
- 1 x protoshield: http://www.sparkfun.com/products/7914
- 1 x sticky board: http://www.sparkfun.com/products/7916
- 1 x acceleremeter: http://www.sparkfun.com/products/849
- 2 x LEDS (of different colors, for example 1 red and 1 green): http://www.sparkfun.com/products/9590 (9590 red, 9592 green)
- 2 x switchers: http://www.sparkfun.com/products/97
- 1 x usb cable: http://www.sparkfun.com/products/512
How to do it?
What´s more?
Useful information?
- It could be connecte to another profile dedicated to organitzations.