amperka / TroykaGPS

6 stars 2 forks source link

readParsing() hangs forever #8

Open StasPlatonov opened 1 year ago

StasPlatonov commented 1 year ago

I have bought Troyka GPS shield and used example SoftwareSerial with Arduino UNO. I used wiring from the article http://wiki.amperka.ru/products:troyka-gps-glonass-v2 But i have only connected +5v, Gnd and TRX pins. The example hangs at readParsing()... I have no idea what to do =( I have imported TroykaGPS library to be able local modifications and saw that "char c = uartDeviceReadSerial();" always returns zero.

image