Giter Site home page Giter Site logo

Comments (4)

hallard avatar hallard commented on June 10, 2024

@niau
So you're using this board with an RFM95 connected correct?
This repo is for the PCB board, there is no code here, so I'm trying to guess what code are you using and where it come from?

But neither mind, I think I got it, code results indicate that RFM95 is detected on CS pin connected to CE1, that's fine ;-)
but your client rf95_client try to talk with it on CS=GPIO8 (CE0) so that's why it's not working, you need to adjust rfm95_client to use GPIO7 (CE1) and not GPIO8, that should make it works.

Would you mind indicate which code are you using ?

from ic880a-raspberry-pi.

niau avatar niau commented on June 10, 2024

https://github.com/hallard/single_chan_pkt_fwd

from ic880a-raspberry-pi.

niau avatar niau commented on June 10, 2024

So to explain a bit the rf95_client and servers got fixed thanks to your suggestion (man I shoulda see that :)

#define RF_LED_PIN RPI_V2_GPIO_P1_18 // Led on GPIO24 so P1 connector pin #18
//#define RF_CS_PIN RPI_V2_GPIO_P1_24 // Slave Select on CE0 so P1 connector pin #24
#define RF_CS_PIN RPI_V2_GPIO_P1_26 // Slave Select on CE0 so P1 connector pin #26
#define RF_IRQ_PIN RPI_V2_GPIO_P1_35 // IRQ on GPIO19 so P1 connector pin #35

from ic880a-raspberry-pi.

niau avatar niau commented on June 10, 2024

@hallard thanks for your help single channel gateway now works ;)

from ic880a-raspberry-pi.

Related Issues (8)

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.