arduino - compiling error - ...... core/core.

I managed to get over this error and want to share with forum.

  1. run the basic sketch:

void setup() {
// put your setup code here, to run once:

}

void loop() {
// put your main code here, to run repeatedly:

}

gthe above CLEARS something which I am unable to explain.

  1. click on - sketch ----> include libraries -----> manage libraries
    which will update libs and procs.

hit compile.

a message would appear - BUILDING ALL

and the compilation will run without the core error.

This is my solution - may be not a universal solution.

right now i am trying to program EasyVR3 to chat with my robot.
not a single sketch I came across has code for
text to speech. All pgms. show how speech to text work.
anyone seen a pgm/sketch pl send me the link. there is sparkfun
but not easyVR 3. maybe i am too old - my eye sight is weak!
in fact i need only a couple of lines of code to include in my ketch.

cheers!

sunil

Maybe this is what you're looking for:

If I remember correctly, that library is outdated and there is an updated version in one of the forks but I don't remember which. You can find it here:

An updated version:

thx very much - pert and oqibidipo.
i shall check them.

i did play with 'talkie' sometime ago but is this related to or work with
easyVR3? i need specific code for eayVR3, generated by Commander
interface.

do you guys use easyVR3?

i have the code generated by commander of easyVR3.
Now i have to add just a few lines to this generated code.
It has code for speech to text, lacks the turn around - text to speech.

if there is any smart guy there who can
write a very short sketch with easy starightforward steps to say 'hello' through mic
and get a reply "hello" through speaker, it would be much
appreciated, based on easyVR3.

for the benefit of begiinners i will post my basic code for
robot operation both manual (MIT APP2) and auto, in a few weeks,
along with Commander code of EasyVR 3 for chatting, once i get
that going.

i used bit voicer but it has its constraints as it needs the
computer for input. as far a i know it cannot be used
for mic and speaker response, independently.

sunil