Arduino Forum
>
Products
>
MKR Boards
>
MKRWAN1300
(Moderators:
AndreaRichetta
,
facchinm
)
>
MRK WAN 1300 Frequency (433/915)mhz
Print
Go Down
Pages:
[1]
Topic: MRK WAN 1300 Frequency (433/915)mhz
(Read 4195 times)
previous topic
-
next topic
afaq10005
Newbie
Posts: 1
Karma: 0
[add]
MRK WAN 1300 Frequency (433/915)mhz
Nov 14, 2019, 02:23 pm
On the website it is mentioned that MKR1300 comes with the following frequency :
1-433 mhz
2-915 mhz
3-868 mhz
Can any one please elaborate that, does a single unit support all the frequencies or each single unit support a single frequecy at a time.
Sravya Amirisetti
Arduino customer service
Newbie
Posts: 49
Karma: 7
[add]
Re: MRK WAN 1300 Frequency (433/915)mhz
#1
Mar 05, 2020, 06:43 pm
Hello,
Each board supports all the three frequencies but it depends on your location. You have to select the country/band by passing in the argument to begin, modem.begin().
Here is the reference page
https://www.arduino.cc/en/Reference/MKRWANBegin.
┗(•ˇ_ˇ•)―→ Member of the Ardunio customer service team
( ━☞´◔‿ゝ◔`)━☞ Contact us through
https://bit.ly/2xxu1le
MeandMrsJones
Newbie
Posts: 21
Karma: 0
[add]
Re: MRK WAN 1300 Frequency (433/915)mhz
#2
Mar 18, 2020, 10:28 am
Uh, so which one is EU433
Thanks
MeandMrsJones
Newbie
Posts: 21
Karma: 0
[add]
Re: MRK WAN 1300 Frequency (433/915)mhz. --> Solved
#3
Mar 18, 2020, 01:42 pm
if (!LoRa.begin(433E6))
Solved
pert
Global Moderator
Brattain Member
Posts: 28,058
Karma: 2771
[add]
https://github.com/per1234?tab=repositories
Re: MRK WAN 1300 Frequency (433/915)mhz
#4
Mar 18, 2020, 02:16 pm
Just to clarify, the solution @MeandMrsJones shared is for when you're using the LoRa library:
https://github.com/sandeepmistry/arduino-LoRa
The reference page URL Sravya shared earlier is for the
MKRWAN library
.
Print
Go Up
Pages:
[1]
Loading...