LoRa Shield Modulation Setting

Talk about Arduino board, sheilds. Sharing Arduino projects, program, problems, solutions, suggestions..... many more, all are welcome.

LoRa Shield Modulation Setting

Postby hazirulz » Mon Apr 23, 2018 1:54 pm

Hi, I am wondering if I can change the modulation setting such as using FSK and GFSK while using the Cytron Lora Shield as this shield is based on RN2903 chip. I referred to the chip's datasheet (http://ww1.microchip.com/downloads/en/DeviceDoc/50002390E.pdf) and found that this chip support FSK and GFSK. If possible, can anyone guide me on how to change the modulation settings? Thank you for your time
hazirulz
Greenhorn
 
Posts: 3
Joined: Mon Apr 23, 2018 1:47 pm

Re: LoRa Shield Modulation Setting

Postby ober » Tue Apr 24, 2018 6:42 am

You can actually check out the documents under Microchip website: http://www.microchip.com/wwwproducts/en/RN2903
Ober Choo
Cytron Technologies Sdn Bhd
www.cytron.com.my
User avatar
ober
Moderator
 
Posts: 1486
Joined: Wed Apr 15, 2009 1:03 pm

Re: LoRa Shield Modulation Setting

Postby hazirulz » Fri Apr 27, 2018 12:40 am

Thanks! I was looking for at the wrong document all this time.
hazirulz
Greenhorn
 
Posts: 3
Joined: Mon Apr 23, 2018 1:47 pm

Re: LoRa Shield Modulation Setting

Postby hazirulz » Mon Apr 30, 2018 10:03 pm

Im still having problems in changing the transmission mode from LoRa to FSK/GFSK even though I have referred to the command reference document (http://ww1.microchip.com/downloads/en/DeviceDoc/40001811A.pdf) but I dont know how to input those commands.
hazirulz
Greenhorn
 
Posts: 3
Joined: Mon Apr 23, 2018 1:47 pm

Re: LoRa Shield Modulation Setting

Postby bengchet » Thu May 03, 2018 2:56 pm

Hi,

It is using UART Interface. So just input exactly the command using UART.

If you are using Arduino, it is like

Serial.println("radio set mod fsk");

But I would suggest you try other commands before trying this, such as "sys get ver", "sys reset", etc to make sure you can communicate with the module. Check page 12 of the document for UART Interface settings.
bengchet
Moderator
 
Posts: 237
Joined: Tue Aug 25, 2015 8:29 am


Return to Arduino Based

Who is online

Users browsing this forum: No registered users and 19 guests

cron