ronoth / LoStik

LoRaWAN compatible USB test device
MIT License
133 stars 39 forks source link

Lora Class C Example #19

Closed gsvitak closed 5 years ago

gsvitak commented 5 years ago

Hello

Do you have a sample or a suggestion on how to set the device to be a Class C Device?

Thanks Greg

lolsborn commented 5 years ago

If you take a look at the latest command reference http://ww1.microchip.com/downloads/en/DeviceDoc/RN2903%20LoRa%20Technology%20Module%20Command%20Reference%20User%20Guide-DS40001811B.pdf

There is a command mac set class c that should do the trick, but you'll have to first upgrade to 1.0.5 firmware using the LoRa Development Suite GUI https://www.microchip.com/developmenttools/ProductDetails/dv164140-1

gsvitak commented 5 years ago

thank you!!

lolsborn commented 5 years ago

Are you using the RN2903 (US) or RN2843 (EU)?

Here is the US version link: https://www.microchip.com/wwwproducts/en/RN2903

If you go to software you'll want to download two things

1) LoRa Development Suite (You'll use this GUI to flash the device) 2) RN2903 Firmware v1.0.5 http://ww1.microchip.com/downloads/en/DeviceDoc/RN2903_1.0.5_Nov_06_2018_10.45.27.zip

There are two copies of the firmware one is the "unified" version which includes the bootloader which is used for flashing using a Pic programmer. You want the other one, that one doesn't contain the bootloader and is used for programming over USB.

On Sun, Jun 16, 2019, at 11:24 AM, Greg Svitak wrote:

@lolsborn https://github.com/lolsborn I cannot find the place to download firmware version 1.0.5.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ronoth/LoStik/issues/19?email_source=notifications&email_token=AAAOZBBY6DNQBMFD6MVEU3DP22AM3A5CNFSM4HYBIGH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXZSOWA#issuecomment-502474584, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOZBATU6SF2L7LNEOBZF3P22AM3ANCNFSM4HYBIGHQ.

camilo-17 commented 4 years ago

Hello excuse me english I want to know if everyone knows how read the value that sends the LoRa server in the node. I configure the RN2903a to class c and it responds ok, in class a it works correctly, Thanks.