Coder Social home page Coder Social logo

Comments (10)

richonguzman avatar richonguzman commented on July 28, 2024

Hi,

can you tell me which board are you using?

my last firmware available for the Tracker is 2023.08.19 so this is strange

from lora_aprs_tracker.

iw2ejh avatar iw2ejh commented on July 28, 2024

ops sorry, yes version is 2013-8-19, i named the directory with the date I download the fw.
The board is 'ttgo-t-beam-v1' and fw is 2023-08-19

from lora_aprs_tracker.

richonguzman avatar richonguzman commented on July 28, 2024

could it be you flashed another filesystem? or changed something when uploading the new firmware?

which version was the "before" version which has no flaws for you?

from lora_aprs_tracker.

iw2ejh avatar iw2ejh commented on July 28, 2024

version 2023-7-13 was the version I then updated to 2023-8-19 and the formed packet did not show the gps position. I then rolled back to version 2023-07-13 and the gps position in the packet was correct.
I then updated again to 2023-08-19 and got again the null? in the packet sent
you can see the trace in aprs.fi: https://aprs.fi/?c=raw&call=IW2EJH-5

Only thing i can have touched is the config file, i cup/paste the first part, I will try to reload with the original and run a new test.

from lora_aprs_tracker.

richonguzman avatar richonguzman commented on July 28, 2024

Please update also the filesystem with the new data (not pasting the old) as new features has been added and this may be causing the problem

from lora_aprs_tracker.

iw2ejh avatar iw2ejh commented on July 28, 2024

I unzipped the FW in a new directory and changed manually the value in the tracker.config file, compiled,uploaded and uploaded filesystem, and now it work fine.
here is a extract of the syslog showing when the gps data was not sent correctly and after with the correct value:
Aug 25 16:25:32 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -74dBm / 10.00dB / 1573Hz / 0.00N / 0.00E / 5191.6km
Aug 25 16:27:35 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -70dBm / 9.50dB / 1636Hz / 0.00N / 0.00E / 5191.6km
Aug 25 16:29:38 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -71dBm / 10.00dB / 1716Hz / 0.00N / 0.00E / 5191.6km
Aug 25 16:31:50 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -71dBm / 10.50dB / 1745Hz / 0.00N / 0.00E / 5191.6km
Aug 25 16:33:55 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -71dBm / 9.00dB / 1685Hz / 0.00N / 0.00E / 5191.6km
Aug 25 16:34:01 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - <ÿ�IW2EJH-5>APLRT1,WIDE1-1:>https://github.com/richonguzman/LoRa_APRS_Tracker 2023.08.19
Aug 25 16:37:16 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -72dBm / 9.25dB / 1627Hz / 45.81N / 10.07E / 1.3km
Aug 25 16:37:23 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - <ÿ�IW2EJH-5>APLRT1,WIDE1-1:>https://github.com/richonguzman/LoRa_APRS_Tracker 2023.08.19
Aug 25 16:52:19 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -73dBm / 10.50dB / 1673Hz / 45.81N / 10.07E / 1.3km
Aug 25 16:56:13 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - GPS - IW2EJH-5 / APLRT1 / WIDE1-1 / -73dBm / 10.75dB / 1592Hz / 45.81N / 10.07E / 1.2km
Aug 25 16:56:19 192.168.1.72 ESP32 LoRa [APRS] - iw2ejh-11 - LoRa Rx - <ÿ�IW2EJH-5>APLRT1,WIDE1-1:>https://github.com/richonguzman/LoRa_APRS_Tracker 2023.08.19

still have a small glitch, but do not know when it appear because usually I do not keep the lcd display connected : the date and time is correct but the year/month/day is showing 1999-12-31 . is this something known or is is still an error in my config?

from lora_aprs_tracker.

iw2ejh avatar iw2ejh commented on July 28, 2024

20230825_163850

from lora_aprs_tracker.

richonguzman avatar richonguzman commented on July 28, 2024

Maybe wait a little longer and tell me about it later.

Usually the time is the first to be received , then the date and finally the gps fix (and position)

from lora_aprs_tracker.

richonguzman avatar richonguzman commented on July 28, 2024

did it got resolved?

from lora_aprs_tracker.

iw2ejh avatar iw2ejh commented on July 28, 2024

The "null?" packet sent out to aprs in the packet string is solved. The date displayed on the Oled is still at 1999-12-31. This is not important at the moment, I will program a new board for a friend tomorow and check if it work. I will update when test done.

from lora_aprs_tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.