pages
compiler
electronics
laboratory
Processing
Theremino
logggin
compileurs
this one...
http://scratch.mit.edu/
Scratch is an easy visual programming language, to build animations, games,
by Lifelong Kindergarten research group
Media Lab of the famous MIT of Boston.
http://www.modk.it/
Modkit, similar to Scratch. It's possible to program Arduino
Why use
Arduinomio then? Because between the
linee guida there is this important point:
-
...
-
-
Do not bypass the Arduino's IDE. The pupil has to use a copy/past and however he works on the Ide. Show the standard code for each row of Arduinomio. The goal is to give to the pupil the tools to learn standard programming languages.
-
...
-
...
if(numberA>10 && numberB>20){ ...do this }else { ...do something else }
for(a=1;a<10;a++;){ ...do this }
it's a language that open a road for C++, C#, Java, PHP, Javascript, ActionScript ecc
simulators
- Simulator for Arduino in free and Pro versions ($11.99) --> http://virtronics.com.au/Simulator-for-Arduino.html
- Arduino Simulator iPhone App ($8.49)
- Emulino (free) --> https://github.com/ghewgill/emulino
- Simuino (free) --> http://code.google.com/p/simuino/)
- https://github.com/Paulware/ArduinoDebugger
- http://sourceforge.net/projects/simulide/
other tools for boys
KTURTLE
Site: http://edu.kde.org/kturtle/
language LOGO
KTurtle is an educational programming environment for the KDE Desktop. KTurtle aims to make programming as easy and touchable as possible, and therefore can be used to teach kids the basics of math, geometry and... programming.
GUIDO VAN ROBOT (GvRng)
Site: http://gvr.sourceforge.net/
for beginners: http://gvr.sourceforge.net/lessons
AVR
- AVR Studio 4, 5 or 6 (http://www.atmel.com/microsite/atmel_studio6/)
- Virtual Breadboard ($29.00) (http://www.virtualbreadboard.com/)
- Emulare (http://emulare.sourceforge.net/)
- SimAVR (http://gitorious.org/simavr)
Thanks to Brock Craft and Lindsay Craig