Communicating over Serial

Today we got a basic serial communication setup between our Arduino and a command line running through Linux. The code for the demo is available in our Hardware Demos GitHub repository. This is important for the project because it enables us to begin connecting the two main aspects of the project, the rover and the Emotiv EPOC headpiece. In the demo we pass RGB decimal values from the command line to the Arduino and it returns the corresponding hexadecimal color code.

Comments

robobrainz forums