Skip to main content

Questions tagged [gps]

Global Positioning System. Uses satellites to determine geographic location.

Filter by
Sorted by
Tagged with
1 vote
1 answer
159 views

I have a GY-GPS6MV2 connected to a nano. (Also tried UNO same result). RX on GPS goes to TX of Nano PIN 3 and TX on GPS to PIN 4 on Nano. When I run the code below all I get is a set of numbers. They ...
TomTheTec's user avatar
1 vote
2 answers
494 views

I am making a gps tracker with neo6m gps module and esp32 dev board. I checked wiring and coding but still my module isn't catching a signal I am already on roof of my house in case it require clear ...
Yug Ahuja's user avatar
-1 votes
2 answers
167 views

I have a project (still planning) with three I2C sensors: GPS, 3-axis gyro+accelerometer, and OLED. Do I connect SDA/SCL in series, or do I connect them in parallel?
Marifin -'s user avatar
2 votes
1 answer
2k views

I've designed a test PCB that utilizes an ESP32 S3 and testing pins. During program uploads, I use the USB interface over GPIO20 and GPIO19 as D+ and D-. Everything works fine in this configuration. ...
mehmet's user avatar
  • 297
0 votes
1 answer
278 views

I want to build a speedometer for a car using Arduino UNO. For the display, I'm using an LCD screen that will be located behind the steering wheel. For context, I'm building the speedometer for a ...
cool bean's user avatar
1 vote
0 answers
86 views

i trying to interface ATSAMD21G18A-U to NEO-M8N-0-10 gps by using UART. my problem is here, i need to use pin 25(rx) and 26(tx) of arduino to interface. i have tried below. but getting error:C:\Users\...
Anantha Venu's user avatar
1 vote
0 answers
88 views

Below is my current code for connecting to the A9G. As far as I can tell, it never actually opens a connection as HWSERIAL.println("AT"); does not return anything. Any ideas would be ...
Tom Callan's user avatar
-1 votes
1 answer
293 views

I'm using Nano Every and SIM33EAU GPS module for my project and today I went riding shotgun to test how it works when moving on the road. I am using u8g2 library and one of the things that I have ...
Varonne's user avatar
  • 89
1 vote
1 answer
205 views

Hopefully the thread title isn't confusing - I'm trying to find out how would it be possible to make a different way of proximity warning with GPS. Default/simplest way is by forming a radius around a ...
Varonne's user avatar
  • 89
1 vote
0 answers
284 views

I tried to get the gps coordinates with this program: #include <DFRobot_sim808.h> #include <SoftwareSerial.h> #define PIN_TX 8 #define PIN_RX 7 SoftwareSerial mySerial(PIN_RX,PIN_TX)...
Hans Ricardo Davila Acuña's user avatar
0 votes
1 answer
821 views

I have an MKR WiFi 1010 and an MKR GPS Shield. When I connect my GPS Shield using the I2C cable, it works fine. This works perfectly (the bottom is the MKR Motor Carrier): However, when I use it as a ...
Bart Friederichs's user avatar
1 vote
0 answers
140 views

Good day to ya all. I have a general question and a potential problem to solve. My plan is to make a device which will work on 2 li-ion batteries. The purpose of this board is to take data from 3/4 ...
srdjan subotic's user avatar
1 vote
1 answer
137 views

I've been searching for how to connect a SIM7100A module to an Arduino (Uno or Mega), but I haven't been able to find any posts anywhere, nor videos nor any kind of documentation that shows how to do ...
MaRe356's user avatar
  • 21
1 vote
0 answers
695 views

I'm learning about GPS technology and I bought the Maduino Zero SIM808 board V3.5 to design a vehicle tracker. I have found source code for the project online. After I upload the code to Maduino ...
Dix Dux's user avatar
  • 11
1 vote
1 answer
173 views

so I’m pretty new to arduino and have been working for weeks on a GPS tracker using a sim 900 and a knock off neo 6M. All my code seemed to be working but for some reason I could not get the sim900 to ...
user15487549's user avatar
1 vote
1 answer
418 views

So i connected my ublox neo 6m gps breakout board GY-GPS6MV2 to the arduino software serial and got this result, i used resistors and only supplied 3.3v to the board, gps encode library couldn't give ...
Aayush Garg's user avatar
1 vote
0 answers
694 views

We have built a HAB (high-altitude balloon) tracker based on an Arduino and a U-blox GPS module, but we have a sporadic issue where the altitude data gets stuck at odd (usually low) values. The ...
Rustony's user avatar
  • 31
0 votes
1 answer
1k views

I need to provide a basic geolocation service for my clients. I built a location service based on the phone geolocation. It works great, not a problem. My problem is that some of my clients don't have ...
rm4's user avatar
  • 103
1 vote
0 answers
179 views

I have a toy car and I want to measure the coordinates/location of that car in my house. It need to bee high precision equipment so GPS won't work here. My precision requriments is 5+- cm and the ...
euraad's user avatar
  • 111
1 vote
0 answers
185 views

I am new in GPS modules and I need to get the NMEA data from my GPS module but when I execute my code all the NMEA sentences are Invalid. I am using the same example from instructables Tiny GPS ...
Fosdrogg RFF's user avatar
1 vote
0 answers
116 views

I started working on the Arduino UNO with GPS Ublox Neo 6m. I connect GPS with arduino based on the schematic diagram as well as the script. It didn't display any data in the serial monitor even ...
Logadarshinni Maratha's user avatar
-1 votes
2 answers
656 views

I am using Neo 6M GPS module with ESP32 and 2 X 3.5V(7 v in series) 18650 lithium ion battery stepped down to 5V using LM2596 buck converter. Problem which I am facing is when I power ESP32 using 5V ...
Rajesh's user avatar
  • 151
1 vote
1 answer
1k views

So recently I found this tutorial online about the SIM808. It looked super cool so I ordered the sim808 evb 3.2.4 off amazon. Hooked up the module and connected the RX (11) and (10) TX pins. Here is ...
Ethan Moore's user avatar
1 vote
0 answers
545 views

I'm new here, so I hope my question is not naive. I'm using Arduino mega connected with a pulse sensor and a GPS (and other things that are not related to our problem), pulse sensor and GPS data are ...
Aidakf's user avatar
  • 11
1 vote
0 answers
967 views

I am using Arduino Mega 2560 and I have written code for my GPS module (Neo-6m-0-001/GY-NEO6MV2) and it is working fine independently. I also have written code for Compass module (QMC5883L) which is ...
Engr.Double_minded's user avatar

1
2 3 4 5