HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

Only 84 uploads #202

Open RobSmeenk opened 2 years ago

RobSmeenk commented 2 years ago

I am measuring temperatures in my beehives.

Setup: cubecell-AB01, EU868, ABP, ADR=off, UNCONFIRMED uplinks, measurement every 15 minutes, deepsleep in between. My own Things Indoor gateway handles all traffic.

This worked great under TTN V2 for > 1year with hardly any uplinks lost.

Migrated my gateway to TTN V3, everything still worked fine.

Then I reprogrammed my cubecells to make the uplinks to V3 rather than V2.

After initial trouble (had to edit the RegioEU868.h file to get the correct RX timings) it seemed to work.

But:

Any suggestions what I can do to resolve these issues?

RobSmeenk commented 2 years ago

Some more info on the 84 uplinks:

eikaramba commented 2 years ago

hey there, i am also using the V3 console. i cannot tell you 100% because i just reseted my device but i am quite sure that before it was doing more uplinks than 84.

i have ADR ON, confirmed uplinks however

may i ask what you did when you said you edit the regioeu868.h file ? for me everythign is working but i just want to make sure i did not misconfigured anything. i am however setting the DR for no adr manually

LoRaWAN.init(loraWanClass,loraWanRegion);
LoRaWAN.setDataRateForNoADR(DR_0);

maybe post your 1:1 code and i can also have a look.