Giter Site home page Giter Site logo

Comments (26)

brocaar avatar brocaar commented on May 20, 2024 1

The list in the LoRaWAN specs :-) In China there are two ISM band ranges implemented / documented:

  • CN470 - 510
  • CN779 - 787

For the latter one, I've created a new issue to track it's progress: #50.

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024 1

@panyingyun were you able to do some testing with the binaries? Looking forward to the results :-)

from chirpstack-network-server.

ivajloip avatar ivajloip commented on May 20, 2024

You need to add a file here (get inspiration from the already available options) for your band and modify this in order to be able to use your new ISM band.

P.S: Obviously you will need to update your vendor in loraserver if you want to use that new ISM band :)

from chirpstack-network-server.

Mehradzie avatar Mehradzie commented on May 20, 2024

@yzk0281 from your previous comment I am assuming you're located in China. I appologise in advance if I'm wrong.

seems to be the problem of ‘https://ajax.googleapis.com’, can not access in China~

Based on that assumption, there is already a defined band for China in the LoraWAN standard published by LoRa Alliance, for 779-787MHz ISM Band. (LoRaWAN 1.0 Specification. Section 7.3)

You can request your own copy of the specification from this link. And then as @ivajloip pointed out, you can start by copying one of the existing bands (probably the closest one for your ISM band) and start editing it. If you have any problems doing so, I can give you hand if I can open up some free time. 😃

If working all good, I am pretty sure @brocaar would be happy to add it the list of supporting ISM bands in the future.

from chirpstack-network-server.

yzk0281 avatar yzk0281 commented on May 20, 2024

@ivajloip thanks for answering~
@Mehradzie band range here in China is 470 - 478
I will appreciate that if you could give a hand with this headache problem

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

@yzk0281 I'm more than happy to help you out with implementing a China band. Unfortunately I'm unable to test it (which is the reason why it isn't implemented yet), but it would be great if we can work together on this.

from chirpstack-network-server.

yzk0281 avatar yzk0281 commented on May 20, 2024

@brocaar I can test it, I got nodes and gateways currently working on 470 -478 but connecting to loraiot
I'm so glad that you can help me with that~
If you add it to the master, I will test it as soon as possible

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

I've created branch named test_cn470_510 with a test implementation of the CN 470-510 ISM band. After compiling, you should be able to run loraserver with --band CN_470_510 Looking forward to your test results!

from chirpstack-network-server.

yzk0281 avatar yzk0281 commented on May 20, 2024

thank you ~

from chirpstack-network-server.

k30r88 avatar k30r88 commented on May 20, 2024

Hi @brocaar could you provide 433 MHz ISM band as well for rest of the world ?

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

Yes, no problem. Could you please create a separate github issue for this?
And could you let me know if you're able to help out with testing (I don't
have any hardware for this band to test with).

On Fri, Jul 22, 2016, 21:13 mkurnadi [email protected] wrote:

Hi @brocaar https://github.com/brocaar could you provide 433 MHz ISM
band as well for rest of the world ?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#42 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAKGec5zGgoKk7uPgw9Xo8ZzgqKVa5okks5qYRZOgaJpZM4JLOHe
.

from chirpstack-network-server.

k30r88 avatar k30r88 commented on May 20, 2024

Sure, I already have devices to test at 433 MHz. I just opened a separate github issue for this.

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

@yzk0281 could you please let me know if the following works for you?

  • data up (node -> loraserver)
  • data down (loraserver -> node)
  • OTAA (over-the-air activation)

I'll merge these changes into master as soon as I have the confirmation from you (or somebody else who is able to test this ISM band) and tag a new release :-)

from chirpstack-network-server.

panyingyun avatar panyingyun commented on May 20, 2024

@yzk0281 could you tell me your email or qq, Email: panyingyun(at)gmail.com QQ:919224283. our team also test 470~510 mode, so we can help each other

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

@panyingyun @yzk0281 if you want, I can provide pre-compiled binaries to test with for the 470-510 band. Just let me know!

from chirpstack-network-server.

panyingyun avatar panyingyun commented on May 20, 2024

@brocaar very thank you, please provide me 470-510 band pre-conmpiled binaries for test, thanks.

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

here you go! https://www.dropbox.com/sh/amul3hcxz8l1s3h/AAA_u-D-F0MuuzV73VyeXABwa?dl=0

from chirpstack-network-server.

Mehradzie avatar Mehradzie commented on May 20, 2024

Is there a list of ISM bands defined in different countries ? :)
I am still confused about the ISM band range in China as China in the LoraWAN standard is defined for 779-787MHz ISM Band.

from chirpstack-network-server.

Mehradzie avatar Mehradzie commented on May 20, 2024

"7.6 CN 470-510MHz Band" 😲
How on earth I have missed this. It's totally missing from my paper copy version. Mystery

my bad.

from chirpstack-network-server.

panyingyun avatar panyingyun commented on May 20, 2024

@brocaar CN470 - 510 pre-conmpiled binaries uplink data and activation-by-personalization (ABP) test ok. Now do not know how to test Downlink data and OTAA

from chirpstack-network-server.

ivajloip avatar ivajloip commented on May 20, 2024

One way is to send confirmed data from your end-device. If you receive the confirmation, downlink communication works. More complicated way is through pushing data to some mqtt topic. See this for more information.

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

@panyingyun looking forward to your downlink test results. Did you manage to get it working? Would be great if we can add this band to LoRa Server :-)

from chirpstack-network-server.

panyingyun avatar panyingyun commented on May 20, 2024

@brocaar You can add this band to LoRa Server now. We test all send or receive data OK(uplink /downlink /OTAA/ABP).

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

Nice! Thanks for testing :-)

from chirpstack-network-server.

brocaar avatar brocaar commented on May 20, 2024

This band will be included in the next release (0.12.2).

from chirpstack-network-server.

shouhum avatar shouhum commented on May 20, 2024

470-510 uplink is normal, downlink cannot be used, where do I need to debug

from chirpstack-network-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.