Hello everyone! I have a problem with GPS Module for Arduino v1037.
Last week, I bought GPS Module for Arduino v1037A. I had extract from Libelium-LB_GPS-01a.zip, LB_GPS.cpp and LB_GPS.h libreries and I have installed them in the libreries directory of Arduino 1.0 IDE. I have uploaded
_3_advancedExample.pde on the
Arduino Duemilanove board, I have connected the GPS module as shown in the tutorial
http://www.cooking-hacks.com/index.php/documentation/tutorials/arduino-gps ,
I have opened the window Serial monitor but the text remains "Setting up GPS ..." on the screen for 10-15 min. I also tried other examples but didn't work. Then I tried to change the following code in LB_GPS.h:
/ / GPS Software Serial pins
Code:
# define GPS_RX 9 / / default for the software serial RX pin method
# define GPS_TX 8 / / default for the software serial TX pin method
in
/ / GPS Software Serial pins
Code:
# define GPS_RX 0 / / default for the software serial RX pin method
# define GPS_TX 1 / / default for the software serial TX pin method
but the problem persists.
What is wrong with this procedures?
Can anyone help me?
Thanks in advance.
Umberto.