TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: born on August 20, 2017, 09:32:09 AM

Title: TinyScreen+ and Tinyshield GPS
Post by: born on August 20, 2017, 09:32:09 AM
I have a Tinysceen+ which I have configured together with a Tinyshield GPS and a TinyShield micro SD.
I am using the TinyShield GPS IDE 1.8.3 board setting Tinyscreen +
When I try to compile I get :"Error This version of software serial supports only 20,16,and 8mhz processors"
Now the GPS example uses the Tiny Arduino without the screen and obviously a different processor to the 48mhz
processor used on the TinyScreen+ board. I am a novice at this. PS I also have the 9-Axis IMU which I can get to work and output serial data to a text file. Can anyone help me get the GPS running?
Title: Re: TinyScreen+ and Tinyshield GPS
Post by: knutilein on November 03, 2017, 11:38:05 PM
Hi,
I had the same problem. I fixed it by using the softwareserialZero.h found in GitHub. Here is a link
https://github.com/Fiaxhs/Alexandrin?files=1

Good luck