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

Query: Integration with Chirpstack #105

Open
oshin94 opened this issue Dec 22, 2021 · 11 comments
Open

Query: Integration with Chirpstack #105

oshin94 opened this issue Dec 22, 2021 · 11 comments

Comments

@oshin94
Copy link

oshin94 commented Dec 22, 2021

Does this single channel gateway integrate with Chirpstack?
if Yes, please suggest which documentation to refer to.
if No, please suggest if there is any alternate way to integrate it.

@G-3r4-d
Copy link

G-3r4-d commented Dec 28, 2021

I tried it. It did not work.

Unfortunately, I don't know any alternatives besides buying a cheap LoRaWAN gateway like TTIG. I avoided more headatches.

I hope you can find a solution for your case

@den3y
Copy link

den3y commented Jan 4, 2022

I am currently trying it with Chirpstack in Kubernetes.
After configuring the chirpstack gateway bridge to have port 1700 open I can see the 1CH Gateway communicates with Chirpstack (also the "Last seen at" is updated every minute so I suppose it works).
I am using the Sparkfun ESP32 LoRa 1-CH Gateway.

Nevertheless I was not able to transmit data from my node via the 1CH Gateway to Chirpstack, this is what I am currently struggling with.

For the Gateway you simply need to set the variable _TTNSERVER to point to the IP or DNS-name of the server where the Chirpstack gateway bridge is located. You also need to set the corresponding _TTNPORT. Don't forget that the communication is UDP.

@IoTThinks
Copy link

IoTThinks commented Apr 26, 2022

Have you tried to use ABP (i.e: Not to use OTAA)?

Need to use session keys for the node. And node needs to fix to one channel.

Single channel gateway can not use OTAA.

@Westiewombat
Copy link

I do have this working + integrated with InnoDB - give me a few days to collate my config - yes single channel will only work with ABP

@Samuel-ZDM
Copy link

I'm trying to make connections to ChirpStack, but the gateway doesn't show up and no messages from ABP devices reach the ChirpStack server.

I put the values in _THINGSERVER and _THINGPORT

@Isakvdw
Copy link

Isakvdw commented Jul 16, 2022

I do have this working + integrated with InnoDB - give me a few days to collate my config - yes single channel will only work with ABP

Can you elaborate on why it would only work with ABP, and is that restriction specific to Chirpstack or does it apply to other platforms as well? I've been struggling to get my sensors working with this and chirpstack for the past few days, will try APB now but curious as to why OTAA won't work, thanks. Im on eu868 freq

@IoTThinks
Copy link

I do have this working + integrated with InnoDB - give me a few days to collate my config - yes single channel will only work with ABP

Can you elaborate on why it would only work with ABP, and is that restriction specific to Chirpstack or does it apply to other platforms as well? I've been struggling to get my sensors working with this and chirpstack for the past few days, will try APB now but curious as to why OTAA won't work, thanks. Im on eu868 freq

OTAA requires at least 2 mandatory channels for the gateway.
So single channel gateway can not be used for OTAA.

@IoTThinks
Copy link

I try this fix #72

And can integrate with ChirpStack + ABP.
image

@Isakvdw
Copy link

Isakvdw commented Aug 14, 2022

Thanks, I temporarily got around it by editing the library but will try that as it does look like a better solution.

@Zupayruna1
Copy link

I'm trying to make connections to ChirpStack, but the gateway doesn't show up and no messages from ABP devices reach the ChirpStack server.

I put the values in _THINGSERVER and _THINGPORT

Yes only u need change these values in the gateway, and in more up in the same sketch there is another variable for TTNPort, in the gateway nothing more. If u continue with problems the problem is the server not 1ch gateway

@Westiewombat
Copy link

Westiewombat commented Oct 11, 2022 via email

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

8 participants