Search found 1 match

by ragavvignes
Fri Sep 27, 2024 6:22 pm
Forum: Hardware
Topic: GPS Neo 6M not working with ESP32
Replies: 1
Views: 869

GPS Neo 6M not working with ESP32

I am beginner to this tech and i wanted to use ESP32 with Neo6M (GY-GPS6MV2) model but i can not connect it. This is my connections : VCC -----> 3.3v from esp32 GND ----> GND of esp32 Rx -------> GPIO 17 Tx -------> GPIO 16 This is my code : #include <SoftwareSerial.h> SoftwareSerial gps(16,17); voi...