Skip to main content

Questions tagged [tinygps]

A gps library providing: position, date, time, altitude, speed and course

0 votes
2 answers
189 views

I have a project that involves two ESP8266 and a NEO-6M GPS module. I want to send the GPS data to the other microcontroller using ESP-NOW, however it fails to send the data although it displays the ...
mizuto0's user avatar
0 votes
2 answers
946 views

I've bought a Heltec Wireless Tracker Arduino. I want to get the GPS position. I've taken the original example "GPSDisplayOnTFT" from the IDE (I've made a few changes because the original ...
Jaime Roman's user avatar
1 vote
2 answers
499 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
1 answer
169 views

I've disassembled a drone and found a GPS module. I want to use it. I haven't found any information about the architecture and the Serial.begin value I have to use. Could I break it if I tried ...
drMAIN's user avatar
  • 1
2 votes
0 answers
649 views

I have built a speedometer, based on this youtube video: https://www.youtube.com/watch?v=gKuJxjxNP-k&t=34s The speedometer is for a car, so it needs to be in real-time and accurate, with the ...
cool bean's user avatar
-1 votes
1 answer
294 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 votes
1 answer
284 views

Pardon if there's a more precise/technical way of formulating this question :) What I'm currently working on is a proximity warning with Arduino. There's a preset GPS location in the sketch and if I'm ...
Varonne's user avatar
  • 89
-1 votes
1 answer
251 views

I have a sketch that calculates simple distance from the device to the nearest preset GPS coordinate (there are 3 in total) and I would like to have LEDs in the neopixel strip light up according to ...
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
1 vote
1 answer
385 views

I checked several answers for same question but none of them help. I also changed the nano board and GPS module but without luck. I ran it outdoor. This post question had same issue except my date ...
CoffeePlease's user avatar
1 vote
1 answer
177 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
419 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
696 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
1 vote
0 answers
145 views

Hi I'm new to Arduino (I have an ELEGOO R3 UNO board). I want to receive location from a GPS6MV2 module, but it seems to be failing somewhere in my code, or in other part. This is my code (copied from ...
OK 400's user avatar
  • 111
1 vote
0 answers
695 views

I am working with TinyGPS++ library and Arduino-nano and I want to change the update rate. I worked before with Adafruit GPS and uses the below code for updating it. // Set the update rate GPS....
Krupali Mistry's user avatar

15 30 50 per page
1
2 3 4 5 6