Hi,
I'm trying to use the GSM and TinyGPS++ libraries at the same time. When I'm using only one of them all is correct, I can connect to the GSM's or GPS's network separately.
The problem appears when I'm using both. I though it was a problem of interruptions, but it's not. I changed this and GSM use only PC_INT2 and Software Serial (which is based in TinyGPS++) use PC_INT0, PC_INT1 and PC_INT3.
When I used both, the program can't connect with any network but there aren't compilation problems.
Does someone know why I can not use both at the same time?
Thanks in advance,