by limor » Sat Nov 11, 2006 1:45 am
by limor
Sat Nov 11, 2006 1:45 am
autin2powers,
Here are some basic facts that you may find useful.
The CM5 is the Bioloid controler based on Atmega128 it comes with the
Beginner kit, the
Advanced kit and the (non existant) Expert kit.
The CM5's Atmega128 comes pre-installed with some firmware that allows for text-mode interraction with the servo bus and allows the Windows GUI software to control the robot.
This firmware can be replaced by your own proprietry code.
You can write such code in C and compile it with Atmega128's GCC compiler called WinAVR.
More intro info can be found
here.
autin2powers,
Here are some basic facts that you may find useful.
The CM5 is the Bioloid controler based on Atmega128 it comes with the
Beginner kit, the
Advanced kit and the (non existant) Expert kit.
The CM5's Atmega128 comes pre-installed with some firmware that allows for text-mode interraction with the servo bus and allows the Windows GUI software to control the robot.
This firmware can be replaced by your own proprietry code.
You can write such code in C and compile it with Atmega128's GCC compiler called WinAVR.
More intro info can be found
here.