I would like to track where I am using a GPS tracker and TTN. The GPS tracker shall be based on a TTGO T-Beam v1.2.
Now there are TONS of projects on github telling me that they’re the best tracker-software but sofar none of them produce packets that my gateway receives (the gateway (a dragino) is in the same room and receives other traffic fine).
So my question now is: what software should I use? Preferably something that works with the latest TTN version (3?).
What do you mean when you say “I would like to track where I am using a GPS tracker” - given you will know where you are, who is using the information and how often does it need updating?
Do these projects on GitHub say that they work with LoRaWAN?
If the tracker is in the same room as the gateway, how big is this room? Too close and it will overload the receiver but that won’t matter as people will know where you are.
How much Arduino coding have you done?
You could use something like RadioLib & TinyGPS - those work fine on the T-Beam.
If antenna connected correctly (and with correct gender types) SDR in same room should pick up any signal. If nothing next step is put SDR ~ 10-30cm away from device. The SDR should detect signal via circuit ‘leakage’, even with mis-installed ant. If still no signal then likely the device isnt transmitting - either faulty/broken or never being commanded to Tx. Have you run the device at all without an antenna connected - even briefly?
Given the by now large range of T-Beam versions with different radios, GNSS receivers and probably even pinout (haven’t bothered to check since the last two version), it’s most likely running software that’s not made for the T-Beam v1.2 and as a result some part of the software is not working.
If there’s nothing specifically available for the v1.2, then your best bet is to either try it yourself as @descartes said using RadioLib and TinyGPS, or buy a pre-made device (or wait for mine to launch soon )