Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKR LoRa wan 1300 as a gateway #14

Open
pmerlin13 opened this issue Mar 4, 2019 · 3 comments
Open

MKR LoRa wan 1300 as a gateway #14

pmerlin13 opened this issue Mar 4, 2019 · 3 comments

Comments

@pmerlin13
Copy link

Hi,

I'm new using LoRa.

I got one LoRa mkrwan 1300 and i'm wondering if i can use it as a gateway just to read data from end devices.

Best regards,
Merlin Pineda

@facchinm
Copy link
Member

facchinm commented Mar 6, 2019

Hi @pmerlin13 ,
yes you can (but there's no code to do it) 😄
Jokes apart, the setup you wont to achieve is usually called "single channel gateway" which works just for very small setups (all boards must be transmitting on the same channel with different timings).

The firmware we ship doesn't provide this functionality, but combining the useful parts of https://github.com/things4u/ESP-1ch-Gateway-v5.0 and GrumpyOldPizza/ArduinoCore-stm32l0#57 will do it (it would be a very nice project).

@pmerlin13
Copy link
Author

pmerlin13 commented Mar 12, 2019

@facchinm have you use AT commands to set the Device EUI and AppKey of the Mkrwan 1300.
I have try multiple ways and got nothing.
Example : AT+APPKEY

Let me explain you my project:
I use electrical meter with LoRa communication( mtxdot-na1-a00-100), they connect to a LoRa gateway. I want to read them from the MKR wan 1300 (Lora).

I have try many AT commands from the attached document and they work fine, but there are some commands that are not working, as the DEV EUI.

Can you tell me how can i establish connection with this meter? it is just for reading the meter

Best regards,
Merlin Pineda.
T command for Lora.pdf

@pedros89
Copy link

Hello,
I have a a few analog sensors from Adeunis
That are already connected to a gateway via ABP connection. I have all their addresses, NWS KEY and LORA APP S KEY which vary for each sensor.
Basically I would need to see what they are sending and use MKR Lora 1300 to activate some relays.
I can connect to their very same network but I cannot read what they are sending. Did you find a way to do it?
Thank you
Pietro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants