Hello!
Disclaimer: Total noob on arduino development.
I just received my TinyScreen+ and GPS module.
I played with the TinyScreen+ alone and everything is fine, hello world was ok, etc.
However, I can't find a working example of the GPS module.
I'm using Arduino IDE 1.6.9 on OSX, and it seems there's a problem around the SoftwareSerial library.
What happens is the following:
With
https://codebender.cc/sketch:37442#TinyShield_GPS.ino/Users/Fiche/Downloads/TinyShield_GPS/TinyShield_GPS.ino:18:28: fatal error: SoftwareSerial.h: No such file or directory
#include <SoftwareSerial.h>
^
compilation terminated.
exit status 1
Error compiling for board TinyScreen+.
I googled a bit, tried to move the library from "/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/SoftwareSerial" to "/Applications/Arduino.app/Contents/Java/libraries/SoftwareSerial" but I got an error telling me this isn't compatible.
Not understanding everything but I think the library isn't compatible with the TinyScreen+ board/cpu (am I right?)
Then I found
https://codebender.cc/sketch:60928#TinyShield_GPS_V2.inoBut I get
SoftwareSerial256.cpp:129: error: #error This version of SoftwareSerial supports only 20, 16 and 8MHz processors
#error This version of SoftwareSerial supports only 20, 16 and 8MHz processors
Bummer.
Sooo, I'm now stuck. I don't really know where to look, what should I do, any help would be greatly appreciated