ArmDeveloperEcosystem / lorawan-library-for-pico

Enable LoRaWAN communications on your Raspberry Pi Pico or any RP2040 based board. 📡
BSD 3-Clause "New" or "Revised" License
139 stars 46 forks source link

How to perform peer to peer communcation using Adafruit Feather RP2040 with RFM95 LoRa Radio - 915MHz #40

Closed aniruddhapal211316 closed 1 year ago

aniruddhapal211316 commented 1 year ago

How to connect Adafruit Feather RP2040 with RFM95 LoRa Radio - 915MHz boards link in a peer to peer connection for communication. Using Pico SDK library link for RP2040 microcontroller and your library lorawan-library-for-pico for RFM95 LoRa Radio.

I want to create a peer to peer connection in which a Adafruit Feather RP2040 with RFM95 Board can connect to other Adafruit Feather RP2040 with RFM95 without the need to connect to a LORAWAN Network transmitted by a LORAWAN Tower. Each individual Board in the peer to peer connect should be able to transmit and receive messages to any board in the peer to peer connection.

sandeepmistry commented 1 year ago

Hi @aniruddhapal211316,

This question/feature is out of scope for this library, as it's goal is to provide support for LoRaWAN communications.