So, I can't get my data to the console. Every two min or so it trys to join, but it just keeps looping. Join Request -> Join Accept, over & over. My board is the TTGO TBeam v1.1. I followed these examples:
In intergration details, It says 1 piped device and for a uplink it is https://mappers.helium.com/api/v1/ingest/uplink with defaults for the rest.
Also after about 15min or so the gps stops updating and it just says Helium join failed repeating. Ive tried the example and reconfiguring my console fresh two times with the same result.
So, I can't get my data to the console. Every two min or so it trys to join, but it just keeps looping. Join Request -> Join Accept, over & over. My board is the TTGO TBeam v1.1. I followed these examples:
https://github.com/helium/longfi-arduino/tree/master/TTGO-TBeam-Tracker Same result. Then I tried this one:
https://github.com/hekopath/ttgo-rev1-helium Same exact thing happening.
In the configuration file under
LORAWAN_PORT
, what port should I be using?In the ttn.ino file under
LMIC_selectSubBand(2)
, is subband 2 the correct one?This is the serial output:
In the counsel this is what its showing over & over:
I feel like I'm missing something obvious. The spreading on the hotspot is
SF10BW500
.My decoder script for the ttgo-rev1-helium example. For the TTGO-TBeam-Tracker I used the file included with it.
In intergration details, It says 1 piped device and for a uplink it is
https://mappers.helium.com/api/v1/ingest/uplink
with defaults for the rest.Also after about 15min or so the gps stops updating and it just says
Helium join failed
repeating. Ive tried the example and reconfiguring my console fresh two times with the same result.