Hey,
I'm working on a project to read out tweets with my arduino ethernet. Only problem is that as soon as i add the following code, it just keeps on connecting and disconnecting continuously with the server.
text2speech.say("Hello master! How are you doin?");
If I just use the TTS library in another sketch it doesn't act weird, it's only when i use it combined with my webClient.
Does anybody know why this it just keeps on disconnecting immediately?
This is the library i used http://cl.ly/3X1M2T1j0o1Y ( i know there are errors in the library and it just buzzes but it's just temporarily because i don't know how to fix it)
Thanx for the help!