chandrawi / LoRaRF-Arduino

Arduino library for basic transmitting and receiving data using LoRa and FSK modulation
MIT License
53 stars 15 forks source link

Ebyte LoRa E220-400M22S compatibility with LoRaRF-Arduino Library? #22

Open krishank652 opened 5 months ago

krishank652 commented 5 months ago

Hello,

I am using Ebyte LoRa Module: E220-400M22S (LLCC68) and MCU : ATTINY804

Connections are below:

ATTINY804       <---->    E220-400M22S
    SCK              <---->          SCK
   MISO             <---->         MISO
   MOSI             <---->         MOSI
    SS (PIN0)       <---->         NSS
    PIN1             <---->         BUSY
    PIN2             <---->         NRST

NOT CONNECTED (RXEN,TXEN,DI01)

Is this library work for Ebyte E220-400M22S Module with above connections? Is this work if RXEN,TXEN,DI01 not connected?