I'm developing the GPS part of the 'vehicle telemetry' project from Practical Arduino book. Following the book, to initialise the GPS unit (LS20031) I've wired it through a sparkfun FTDI breakout adapter to my PC and have mini-GPS software applet running on my PC, through port COM10 (confirmed in device manager as originating from FTDI USB)
Everything appears to be working except mini-GPS continually reports "no FIX" and I can't set up the GPS parameters
The red LED is flashing on the LS20031 indicating it has a GPS fix. When I send a command like "Cold Start" the red Tx led flashes on the FTDI board. The green Rx LED on the FTDI board flashes constantly, as soon as power is applied. I think this indicates the GPS is constantly generating NMEA sentences and the FTDI is it's receiving them ?
I've got the TX/RX crossed over as explained in the book. ( I tried uncrossing them but no change, except Rx/Tx LEDs don't flash ). The GPS is receiving 3.3V power OK. All bauf rates are 9600 (factory default for the LS20031) and update rate is still 1Hz
Any suggestions on why min-GPS continually reports "no FIX".
t.i.a.