Comments on: ESP32 with NEO-6M GPS Module (Arduino IDE) https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sun, 13 Jul 2025 22:04:30 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Jim Julian https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-1068607 Sun, 13 Jul 2025 22:04:30 +0000 https://randomnerdtutorials.com/?p=160038#comment-1068607 Whenever
I try to compile either program, in the Arduino IDE (1.8.19), I get the following error.

“In function ‘void setup()’:
ESP-32_and_NEO-6m_GPS-rndtut-v1:9:14: error: invalid conversion from ‘int’ to ‘SerialMode’ [-fpermissive]”

#define RXD2 16
#define TXD2 17
…seems to cause an error.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-1058403 Tue, 17 Jun 2025 09:09:04 +0000 https://randomnerdtutorials.com/?p=160038#comment-1058403 In reply to Jim Julian.

Hi.
We bought ours from amazon.
Search for “arduino gps antenna u-blox waterproof”

I hope this helps.

Regards,
Sara

]]>
By: Jim Julian https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-1058274 Mon, 16 Jun 2025 22:33:36 +0000 https://randomnerdtutorials.com/?p=160038#comment-1058274 Thanks. Your tutorials are always helpful and informative.

One question, though. Can you give me a website ,or google search terms, for the larger antenna?

Thanks. Jim J.

]]>
By: DuAlvim https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-1013977 Thu, 06 Mar 2025 19:41:34 +0000 https://randomnerdtutorials.com/?p=160038#comment-1013977 Excellent Tutorial.
This worked very well on my ESP32; but I had a big trouble doing the same thing with the tutorial with ESP8266. The received data wasn’t comming smooth to the ESP8266 and the results varied a lot, so it took a while to solve the problem with my ESP8266. But both sketches in this tutorial worked smoothly, without any problems. Well, I think it is because the ESP32 has two Serial Interfaces, and the ESP8266 only one and it doesn’t work well with the second one.
So, thanks for the tutorial Rui and Sara!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-993250 Sat, 21 Dec 2024 10:56:22 +0000 https://randomnerdtutorials.com/?p=160038#comment-993250 In reply to Manuel Lazzarotto.

Hi.
The code should run regardless of that message.
Just wait a few minutes until the GPS gathers some data. Make sure it is placed outside or close to a window.
Regards,
Sara

]]>
By: Manuel Lazzarotto https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-993249 Sat, 21 Dec 2024 10:33:57 +0000 https://randomnerdtutorials.com/?p=160038#comment-993249 Hello, i have an issue with PSRAM. i am getting serial message “E (136) quad_psram: PSf@M ID read error: 0xffffffff, PSRAM chip not found or not supported”

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-990852 Thu, 12 Dec 2024 10:31:19 +0000 https://randomnerdtutorials.com/?p=160038#comment-990852 In reply to Isljeri.

Hi.
I think the issue is because the module hasn’t picked up a signal from the satellites. Make sure you place your GPS module outside and wait for a while.
It may take a few minutes.
Regards,
Sara

]]>
By: Isljeri https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-990708 Wed, 11 Dec 2024 19:51:10 +0000 https://randomnerdtutorials.com/?p=160038#comment-990708 Hey,
I am working with an ESP32 (Lolin32) and a NEO 7m GPS module. Unfortunately, I do not get any output for the second code and for the first I only get the series of “-“. I checked that the pins are correct and adjusted the code accordingly. The LED on the GPS Module lights up red continuously.
Did someone run into a similar problem or know a possible solution?

Thanks!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-986796 Tue, 26 Nov 2024 19:59:57 +0000 https://randomnerdtutorials.com/?p=160038#comment-986796 In reply to astro.

Great!

]]>
By: astro https://randomnerdtutorials.com/esp32-neo-6m-gps-module-arduino/#comment-986743 Tue, 26 Nov 2024 16:00:27 +0000 https://randomnerdtutorials.com/?p=160038#comment-986743 In reply to Sara Santos.

it’s ok outdoor 😉

]]>