Skip to content

jonancm/rhinochip-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jonan CMjonancm
Jonan CM
and
Mar 12, 2014
b580ea2 · Mar 12, 2014
Oct 7, 2013
Feb 10, 2014
Feb 22, 2014
Mar 12, 2014
Sep 27, 2013
Nov 5, 2013
Nov 25, 2013
Nov 25, 2013
Jan 13, 2014
Sep 27, 2013
Sep 27, 2013
Dec 4, 2013
Feb 6, 2014
Oct 2, 2013

Repository files navigation

RhinoChip OS

RhinoChip OS is the firmware of the RhinoChip Controller for Educational Robotics.

The RhinoChip platform provides a controller for the educational robots Rhino XR-4 and Rhino SCARA and is intended to replace the Rhino Mark IV controller. RhinoChip OS is the software that powers the RhinoChip platform.

RhinoChip OS consists of two programs: the general purpose core (gpcore) and the motor control program (motorctl).

The gpcore is the program that runs on the General Purpose Microcontroller Unit (GPMCU) and communicates with the host PC over the RS-232C protocol in order to interpret the commands sent from the host PC and coordinate the actions and movements indicated by those commands, which are excecuted by motorctl.

motorctl is the program that runs on the Motor Control Microcontroller (MCMCU) and drives the motors of the robotic arm, executing the movement commands indicated by the gpcore.