kizniche / ttgo-tbeam-ttn-tracker

TTGO T-Beam Tracker for TTN Mapper and TTN Tracker using US (915 MHz) and EU (868 MHz) frequencies
https://kylegabriel.com/projects/2019/04/lorawan-tracker-and-mapper.html
GNU General Public License v3.0
262 stars 139 forks source link

Tutorial is and code is not working #39

Open elpidoforo opened 2 years ago

elpidoforo commented 2 years ago

Hello been trying 3 days now to get the code running to a ttgo-Tmotion but the code in the main repository and libraries are for the t-bean allmost nothing works with the T-motion can you advice please

CyberMODE commented 2 years ago

I try with platformio, compile good, but dont see the msg in lora.

I change region to CFG_eu868 in lmic config and platformio.ini

I compile from Arduino IDE and work good (esp32 1.0.6), but dont see msg to lora too

catalinalb commented 2 years ago

Hello,

So I am also joining the list here. I did compile with Arduino IDE, I did reset the gps form my T-Beam v1.1 before so the GPS is working, but I can´t get a connection. The board says that the message was queued and message sent, but before that it is showing an error : 1,40m I think that is about the altitude. Since the serial port is blocked I can really look and see inside it. On the TTN page I get no live event. I did tryed ABP and OTAA... same result.

Regarding the point number 3, can someone explain where can I find this in order to modify it? (arduino-lmic)

Thank you, Catalin

DavidTorner-zz commented 2 years ago

Same to me. The message get the TTN gateway but never get the application. Maybe for the V3? Neither ABO nor OTAA

CyberMODE commented 2 years ago

I try with v2 and v3 but dont work :(