Next version 'Nixie' is coming soon !

Help us to get ready with MyRobotLab version Nixie: try it !

Hi All,

This is the first time I have played with the Arduino Uno and things are not going well :-(

I create an Arduino object and copy the sketch to the Arduino IDE and  try to compile it, but I get a warning about SOFT_RESET being redefined - Is this something to worry about?

If I download the compiled sketch and try to connect to my Arduino some times I get a "goodtimes" message other times I don't.

Open CV to Inmoov robot

# a minimal tracking script - this will start all peer
# services and attach everything appropriately
# change parameters depending on your pan tilt, pins and
# Arduino details
# all commented code is not necessary but allows custom
# options

port = "COM3"   #change COM port to your own port
xServoPin = 22   #change this to the right servo pin if needed, for inmoov this is right
yServoPin = 24   #change this to the right servo pin if needed, for inmoov this is right

Javadoc link

The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.

It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. OpenNLP also includes maximum entropy and perceptron based machine learning.

References :