A visual interface for kids. Some questions.
markuster
Posts: 184
Hi,
I would like to know how to create a visual interface like the GUI ( used with Basic Stamps)
or the visual interface used with the Scribbler Robot using a Propeller microcontroller.
I Would like to know if you can bring me some information like the softare I need use
or something like that to create this kind of visual interfaces.
Thanks, Mark
I would like to know how to create a visual interface like the GUI ( used with Basic Stamps)
or the visual interface used with the Scribbler Robot using a Propeller microcontroller.
I Would like to know if you can bring me some information like the softare I need use
or something like that to create this kind of visual interfaces.
Thanks, Mark
Comments
http://hannoware.com
It's a great visual programming environment for the Propeller. It also allows you to build visual interfaces to you Propeller application.
I'm not affiliated with Hanno just a happy customer.
12blocks, if I remember right, is designed so you can do things with very little programming.
If you can suffer through some programming, I think Visual Basic is another way to go.
It's very similar to the MIT App Inventor for Android phones: http://appinventor.mit.edu/
Is it usefull to create a new visual interface for the Propeller ?
There are some exemples like 12blocks (i have used : it is a good product ) but how many users for each product ?
Most of this interfaces lack a large and dynamic community.
Seems that the Arduino board has a lot of success with no graphic interface but easy to use boards and shields and good documentations.
Jean Paul
Aside from 12blocks, also consider running a stand alone programming terminal directly on the prop
This can be done on the demo board or the quickstart.
http://propellerpowered.com/shop/?page_id=234
The "pocket mini computer" runs basic, this can also be done with other languages.
The advantage is only a keyboard and monitor are needed, you can save your laptop for other uses
Here some videos of 12Blocks...
1.)Electric Mindstorms NXT Light Sensor "Hello World in 12Blocks - Interface overview"
http://www.youtube.com/watch?v=0qiEifiGIzQ
2.) "Creating simple movement with 12Blocks"
http://www.youtube.com/watch?v=upQpjamrzuY
3.) "12Blocks Working with variables"
http://www.youtube.com/watch?v=AU-MpvLTjtI
Happy Holidays!
But I want to design my own visual code, like the Scribbler 2 Robot.
Do you know what I need to have in order do this (some kind of software perhaps) ?
Thanks again.
There is another option: LabView
LabView is great, but it costs a lot...
I think that this because Google's App Inventor - http://education.mit.edu/openblocks
And of course you could look at all of these to see if something is appropriate - http://en.wikipedia.org/wiki/Visual_programming_language
Edited to add - Have you downloaded the Scribbler tools? I think that they are written in Perl.
Scratch.mit.edu I believe or just Google scratch source code.
I am studing alternatives.
regards.
There's an android app that displays "buttons" with text. Touching the button sends arbitrary (anything you want) text to the prop. The output of the prop is sent to the android app for further processing (display. logging, etc). We are using forth, so the text can be predefined commands and executed; or even source code to define more routines and definitions. The coolest part is that on startup, the prop automajically sends a "definitions" file to the app, the this initializes (pre-programs) the android apps buttons. Right now its an unsigned app, and we don't know a good way to distribute it. (Any ideas?)
This is as far as I've gotten:
http://code.google.com/p/propforth/wiki/AndroidGREEN
The equivalent prop application might be implemented in SPIN or C