Writing a new program

Hi all,
I am finally ready to try and write a program with my L6. Anyone know of any tutorials on this?
Mike

The L6 is simply an arm controlled from the SSC-32. What sort of “programming” are you looking for help with? RIOS, Stamp, Atom, DIY PC, etc.

I saw the video of the L6 moving blocks to spell Lynx. I guess it was not a program? Perhaps just a sequence.
Mike

The ssc-32 just receives servo movement commands from another sourcr, usually a programmed chip or a computer running a program. You will need to decide which you want to use, and then decide on the type of programming you want to get involved with. The pc programming can be very simple to very complex depending on what you want to do and your programming skills.

That sequence of movements was created using RIOS, our arm control program. You should be able to find all the information to build the arm and control it from RIOS using the assembly guides and tutorials posted here.
lynxmotion.com/driver.aspx?Topic=assem01

Great,Thanks