Thanks to the quick response of arduino :
Serial.println("LoRa Sender");
// Configure LoRa module to transmit and receive at 915MHz (915*10^6)
// Replace 915E6 with the frequency you need (eg. 433E6 for 433MHz)
if (!LoRa.begin(433E6)) {
Serial.println("Starting LoRa failed!");
while (1);
}
}
I tried this on a MKR WAN 1300.
It doesn't work.
I don't believe that the MKR WAN 1300 can operate at 433MHz
You have to use only the bands that country regulations allow. So, you have to select the appropriate frequency for the country where the unit is used.
As on our Github page, it's written on the bottom of page
You can use this table to look up the available frequencies by your country.
Hi, same problem here,
and the point here is not about in which country we are sitting, it's about the functionality of the module,
up to the murata datasheet : "Supported Frequencies : 868 MHz, 915 MHz"
so, why in the Arduino Shop overview is including 433MHz as below ? To me this is not working
Carrier frequency
433/868/915 MHz