Ssc32 with Artificial Intelligence System

hi
im new in here

can i make brain that work with “Artificial Intelligence System” from this web site
www.sourceforge.net/project/showfiles.p … _id=196242
and make it work with ssc32 and some sensor and camera?? as robot work by it self and understand every thing even read and do a lot of things

you need more than just a SSC-32,
the SSC-32 only controls your servo. what you need is a BASIC Atom Micro Controller and a carring board, the Mini Atom Bot Board is cheap and good. You have to program your sensors, and then program your SSC-32 and the servos.
However i dont think that the ABB is capable of Image Processing, but ask linuxguy, italian_guy or a guru.
your best bet is to start off small and work your way up. start with a easy program with LEDs, then work your way up.

how would i compile this to work with the abb and ssc32?

You would need to have a microprocessor like the Basic Atom Pro installed in the ABB. However I am not sure if this approach will work. Taking a quick look ( a couple of minutes) through the project I believe you will need a much more powerful processor. Probably something like a desktop machine running Windows or Linux.

The code is written in C. You can try to compile this for the Atom Pro as the Pros IDE does come with a C compiler installed. However it sounded like the source code includes things like a database, user interface using OpenGL or the like, which I personally believe is beyond the capabilities of any of these microcontroller. If you are looking for a small footprint or the like, you might look into an embeded PC, like a Pico ITX. Another member has done this with his Johnny 5 robot. Look at this thread:
lynxmotion.net/viewtopic.php?t=3004 for more details.

Good Luck