MKRWAN1310 as receiver

Hello All. I try to set mkrwan1310 boar as receiver (CLASS_C) , board can join to service, but service shows Current class:A. my code is:

 // change this to your regional band (eg. US915, AS923, ...)
  if (!modem.begin(EU868)) 
  {
    Serial.println("Failed to start module");
    while (1) {}
  };
  modem.configureClass(CLASS_C);
  Serial.println("Class is set to C");

Device [Lat (solv): - Lat: - Long (solv): - Long: - Loc radius: - Loc time: - Alt: - Alt radius: - Acc: - North Velocity: - East Velocity: - ]

Reporting Status: On time

ISM Band: EU 863-870MHz
RF Region: CUSTOM_Digita_EU868_8chann.7084
AS ID:
Frequency (MHz): 868.5
Current class: A

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.