Coder Social home page Coder Social logo

Comments (5)

gotthardp avatar gotthardp commented on May 19, 2024

Hello. To answer your questions:

  1. It is enough to have the packet_forwarder and the lorawan-server. The logger is not needed.
  2. Which version are you using? More recent versions of the user interface have a "Last RX" entry, which means "last seen online". It displays the date instead of "1 sec ago".
  3. For a range test it is also good to know the RF Quality parameters. I'd recommend to use what is displayed in the "RX Quality" field.
  4. The server stores the last 50 frames for each device only. You can retrieve it via REST API http://server:8080/rxframes
  5. This is described in the LoRaWAN standard. The gateway is always listening to frames from devices.

from lorawan-server.

Artysteel avatar Artysteel commented on May 19, 2024

Thanks for answers.

  1. Yes I do have Last RX and etc. Will look into this.

P.S

  • Is it possible to use 2 concentrators on 1 Raspberry? Will your software this this?
  • Is it possible to lower channel to 7.8kHz and 585bps. I see that there are only standarts in concentrator/node and in your software.

from lorawan-server.

gotthardp avatar gotthardp commented on May 19, 2024
  • Why would you need to connect two ic880a to one raspberry? It may be possible, but you better ask the packet_forwarder experts. My server doesn't care on what machine the gateway is running.
  • Non-standard settings are not possible with the server. You can define your own custom regional settings, which use these values, but I don't recommend doing that. It would not be LoRaWAN anymore.

from lorawan-server.

Artysteel avatar Artysteel commented on May 19, 2024
  • Main idea was to make the signal go even farther, if we shorten the radius of the signal. To make it purposeful. This is great for reaching even longer distances. For example we can set 3 concentrators on 1 building all 3 working on 7.8kHz (lowest available) and 585bps (btw these numbers are calculated in LoraWan calculator, so everything should be ok). SO visually we change the way it works from a circle radius signals to an arrow (by using special antennas).

Ahha, so if there will be enough PINs on raspberry, 2 concentrators can be connected, and probably 2 packet forwarders needed, running for each gate

from lorawan-server.

gotthardp avatar gotthardp commented on May 19, 2024

With directional antennas it make sense to have multiple concentrators connected to one raspberry. If you have enough SPI's you should be able to connect multiple ic880a to one PC and run multiple packet_forwarders, one for each ic880a.

The LoRa calculator is for the physical layer only. The LoRaWAN standard allows few combinations only. However, as long as you don't violate the ISM band legal conditions in your country your are free to develop any LoRa based proprietary communication. Of course you can extend my server to support it.

from lorawan-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.