Help choosing a controller
Aroyo
Posts: 4
Hello,
I have been a user of the basic stamp for a while now. Unfortunately, I have a new robotics project which I think would be too much for the basic stamp. The project involves artifical intelligence (neural network and a fuzzy controller) and a few other programs that probably would need more than 2 or 3 KB of RAM. I have looked at the javelin and the sx microcontrollers. However I am having a hard time deciding which one would be more suitable for me. I would prefer the controller that has a larger community support and easy to begin using. I have mostly C and some Basic experience, but not Java. I would really appreciate any input from users with experience (even if limited) using these controllers.
Thanks in advance.
I have been a user of the basic stamp for a while now. Unfortunately, I have a new robotics project which I think would be too much for the basic stamp. The project involves artifical intelligence (neural network and a fuzzy controller) and a few other programs that probably would need more than 2 or 3 KB of RAM. I have looked at the javelin and the sx microcontrollers. However I am having a hard time deciding which one would be more suitable for me. I would prefer the controller that has a larger community support and easy to begin using. I have mostly C and some Basic experience, but not Java. I would really appreciate any input from users with experience (even if limited) using these controllers.
Thanks in advance.
Comments
If you need to maintain large tables (for your neural application) then neither the
basic stamp or the sx28/48 is an option. These only have 26 or 128 or 262 bytes of ram.
The javelin offers 32Kbyte ram (code+data) which allows large tables.
I had no java experience when I started with the javelin. You'll learn javelin java
in less than 3 days, just as I did, I am sure.
regards peter
·
I always wanted to learn Java, looks like this might be the time
I am still interested in user's experience with the javelin.
Some beginner-intermediate internet tutorials, projects or books would also be great.
Did anyone get the Geek House: 10 Hardware Hacking Projects for around Home book? how was it
Post Edited (Aroyo) : 2/19/2006 8:46:31 PM GMT
http://www.parallax.com/javelin/index.asp
Many classes to browse here
http://groups.yahoo.com/group/JavelinCode/files/
http://www.parallax.com/javelin/applications.asp
regards peter