Comments on: GSM GPS shield for Arduino https://www.open-electronics.org/gsm-gps-shield-for-arduino/ Open source electronic projects Fri, 28 Feb 2020 14:22:26 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Arduino shield stacking – Config9.com https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12890 Fri, 28 Feb 2020 14:22:26 +0000 http://www.open-electronics.org/?p=2374#comment-12890 […] make, for around $20 (+$60 for the […]

]]>
By: How To Change Your Phone From Gsm To Gprs | Information https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12376 Sun, 12 Feb 2017 11:53:39 +0000 http://www.open-electronics.org/?p=2374#comment-12376 […] Arduino GSM GPRS and GPS shield | Open Electronics – Arduino GSM GPRS and GPS shield with complete library. Make your localizator. […]

]]>
By: Pau https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12255 Fri, 04 Nov 2016 19:56:00 +0000 http://www.open-electronics.org/?p=2374#comment-12255 Hi Boris, jod job!!
I am using the example x to read the contents of a page and the result instead of displaying it on the screen I want to store it in a variable and then extract some information. I created a new work that returns a char:

char SIMCOM900::SimpleGet()
{
char datain;
if(_cell.available()>0) {
datain=_cell.read();
if(datain>0) {
//Serial.print(datain);
return datain;
}
}
}
But the result is a mixture of the actual data with rare values (sometimes there is a ‘w’, sometimes a ‘#’).

Can somebody help me?

]]>
By: missa https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12246 Thu, 27 Oct 2016 09:28:00 +0000 http://www.open-electronics.org/?p=2374#comment-12246 hi sir, im using gprs/gsm sim900 shield and gps gy-neo6mv2. will it works the same as this project? tq in advance

]]>
By: Ilija https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12226 Thu, 13 Oct 2016 12:26:00 +0000 http://www.open-electronics.org/?p=2374#comment-12226 I need help.
I want to know which is the maximum operating temperature resistors and capacitors for Arduino uno?

]]>
By: Meningsfelle https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12140 Wed, 10 Aug 2016 14:49:00 +0000 http://www.open-electronics.org/?p=2374#comment-12140 In reply to BorisLandoni.

I have done several attempts to resolve this and read GPS-data with no success.
The latest test, I also used AT-commands.
Here is a printout. The GPS is powered on by AT-command, still i get this:
OK
GPS OFF
dd.dddddd data:
LON: 0.0000
LAT: 0.0000
GPS
AT+CGPSSTATUS?

+CGPSSTATUS: Location Unknown

OK
This means I guess that the GPS-module is not responding at all. PLEASE HELP!

]]>
By: Delta Zulu https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12116 Mon, 25 Jul 2016 16:18:00 +0000 http://www.open-electronics.org/?p=2374#comment-12116 En caso de Jammer, como transmito la señal del gps?

]]>
By: Angel https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12115 Mon, 25 Jul 2016 16:14:00 +0000 http://www.open-electronics.org/?p=2374#comment-12115 En Caso de Jammer Como podria transmitir La Señal GPS?

]]>
By: chris https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-12102 Sat, 16 Jul 2016 17:10:00 +0000 http://www.open-electronics.org/?p=2374#comment-12102 Hi, Is it possible to provide the design files for this? schematic/layout/BOM.

Regards,
Chris

]]>
By: Meningsfelle https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-11941 Thu, 31 Mar 2016 06:24:00 +0000 http://www.open-electronics.org/?p=2374#comment-11941 In reply to BorisLandoni.

Pls give me the exact procedure, as I am new to this.

]]>
By: BorisLandoni https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-11759 Thu, 07 Jan 2016 17:22:00 +0000 http://www.open-electronics.org/?p=2374#comment-11759 In reply to krishnaprabha.

In the library there are different examples ;-)

]]>
By: BorisLandoni https://www.open-electronics.org/gsm-gps-shield-for-arduino/#comment-11758 Thu, 07 Jan 2016 17:21:00 +0000 http://www.open-electronics.org/?p=2374#comment-11758 In reply to Meningsfelle.

Try to reset the GPS with At command and retry

]]>