Solar SolarOneV3

Hello,

i have a question.

The SolarOne Tracker connect over ABP. Everythings works fine. But i getting some warning in the ManagmentConsole from the Provider.

MAC command transmission blocked because of no reply
The transmission of the MAC command LinkADRReq has been blocked after 4 attempts because of no reply.
or
MAC command transmission blocked because of no reply
The transmission of the MAC command NewChannelReq has been blocked after 4 attempts because of no reply.

how can i change this ?

Thanks for help
Philipp

Hi @Philipp_Luond,

Did you turn on ADR in the menu?

Regards,
Jan

Hi @Jan

yes is on.

Philipp

Hi @Philipp_Luond,

What LoRaWAN network do you use?

Best regards,
Jan

Hi @Jan

is Swisscom in coperation with ThinkPark…

Menusetting:
Commands:
Reset DevAddr / DevEUI to the Hardware EUI (EUI):
Commit Settings (CS):

Settings:

GPS
GPS (OFF=0 / ON=1) (gps=): 1
Fix Interval (min) (fi=): 60
Alt. Fix Interval (min) (afi=): 0
Alt. Fix From (HH) (affh=): 0
Alt. Fix From (MM) (affm=): 0
Alt. Fix To (HH) (afth=): 0
Alt. Fix To (MM) (aftm=): 0
GPS Fix Timeout (sec) (gft=): 120
Minimum sat count (sat=): 4
Num Coords to Upload (num=): 4

On-the-move Functionality
Acceleration% (100% = 8g) (acc=): 20
Acceleration Duration (acd=): 0
Fix Interval (min) (acf=): 2
Timeout (min) (act=): 10

LoRa
OTAA Mode (OFF=0 / ON=1) (otaa=): 0
Retry conn. (OFF=0 / ON=1) (retry=): 1
ADR (OFF=0 / ON=1) (adr=): 1
ACK (OFF=0 / ON=1) (ack=): 0
Spreading Factor (sf=): 7
Output Index (pwr=): 1
Lora Port (lprt=): 1
Repeat Count (rep=): 0

Misc
Cayenne LPP (OFF=0 / ON=1) (cay=): 1
Temperature Sensor Offset (temp=): 20
Status LED (OFF=0 / ON=1) (led=): 0
Debug (OFF=0 / ON=1) (dbg=): 0

Hi @Philipp_Luond

I believe it’s save to ignore the thingpark messages.
It can be that the devices misses a downlink message with mac commands.
Do you know if you are near a gateway?

When ADR is enabled the device will from time to time also check the ADR settings from the network.
The feature works fine when you see the spreadingfactor change when you move the device.

Best regards,
Jan

Hi @Jan

i can see this in the logs…

Mtype: UnconfirmedDataDown

Requested RX1/RX2Delay: 2000

Flags: ADR : 0, ADRAckReq : 0, ACK : 0, FPending : 0

Mac (hex): 0503d2ad840703184f84500704e85684500705b85e8450

MAC.Command.RXParamSetupReq
MAC.RXParamSetupReq.DLsettings : 0x03
MAC.RXParamSetupReq.DLsettings.RX1DRoffset : 0
MAC.RXParamSetupReq.DLsettings.RX2DataRate : 3
MAC.RXParamSetupReq.Frequency (Hz) : 869525000
MAC.Command.NewChannelReq
MAC.NewChannelReq.ChIndex : 3
MAC.NewChannelReq.Frequency (Hz) : 867100000
MAC.NewChannelReq.DrRange : 0x50
MAC.NewChannelReq.DrRange.MaxDR : 5
MAC.NewChannelReq.DrRange.MinDR : 0
MAC.Command.NewChannelReq
MAC.NewChannelReq.ChIndex : 4
MAC.NewChannelReq.Frequency (Hz) : 867300000
MAC.NewChannelReq.DrRange : 0x50
MAC.NewChannelReq.DrRange.MaxDR : 5
MAC.NewChannelReq.DrRange.MinDR : 0
MAC.Command.NewChannelReq
MAC.NewChannelReq.ChIndex : 5
MAC.NewChannelReq.Frequency (Hz) : 867500000
MAC.NewChannelReq.DrRange : 0x50
MAC.NewChannelReq.DrRange.MaxDR : 5
MAC.NewChannelReq.DrRange.MinDR : 0

Data (hex): None

Data size (bytes): 0

AirTime (s): 1.974272

Delivery Status: Sent

Delivery Failed Cause on RX1: Class A: LRC selected RX2(C0)

ISM Band: EU 863-870MHz

Do you think i have do disable ADR ?
I thinks Swisscom uses the Platform from thingpark…

There are two receive slots, the server/gateway didn’t send in time to be able to get it in RC1.
Or signal was to weak for the sodaq one to pick up the signal.

The message looks to be received in RC2 fine. For me this looks like normal behavior and that we can ignore the thingpark error.

Best regards,
Jan

hI @Jan

Thanks for help

Hello @Jan

is it possible to change the timesetting for the download ?

LMIC_setClockError(MAX_CLOCK_ERROR * 2 / 100);

soory for the question, mabey i mix some point…

Dear @Philipp_Luond

I don’t know if this is possible.
All available commands for the RN2483 can be found here:

Best regards,
Jan