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

Configuration for single_channel_pkt_forwarder? #1

Open
mvdswaluw opened this issue Jun 20, 2017 · 2 comments
Open

Configuration for single_channel_pkt_forwarder? #1

mvdswaluw opened this issue Jun 20, 2017 · 2 comments

Comments

@mvdswaluw
Copy link

Hello,

in the README,md there is a reference to the single_chan_pkt_fwd-page. On that link you cannot find how to configure this RPI-Lora-Gateway. I've tried to find it out myself, but was not successful. I use a RFM95 on the position of module1 and RFM69HW on the postiion of module 3. I would at least like a example config to get the RFM95 to work on position 1&2.

@hallard
Copy link
Owner

hallard commented Jun 23, 2017

The link should give you access to this software, Are you using this one ?
https://github.com/hallard/single_chan_pkt_fwd
if it's the case then (Wiring Numbering)
RFM95 on positon 1 is

  "pin_nss": 10, // CE0
  "pin_dio0": 6, // GPIO25
  "pin_rst": 21, // GPIO21
  "pin_led1":7 // GPIO7

RFM95 on positon 2 is

  "pin_nss": 11, // CE1
  "pin_dio0": 27, // GPIO27
  "pin_rst": 22, // GPIO22
  "pin_led1":0 // GPIO0

Hope this help

@iBrick
Copy link

iBrick commented Dec 20, 2018

Hi Hallard, should I run 2 instances of single_channel_pkt_forwarder to get 2 boards working?

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