StuartsProjects / SX12XX-LoRa

Library for SX12XX LoRa devices
303 stars 66 forks source link

Dual E28-2g4m27s with the same board #63

Closed Xarin94 closed 1 year ago

Xarin94 commented 1 year ago

Hi, I'm trying to use two modules on the same spi bus, one module is sending a flrc packet, the other one should be listening. When testing the other module receives only sporadic noise, no packets. Same freq and params, there is a compatibility issue with two module operation and this library? After many tries i modified a little an example to have low chance of mistakes. Example.pdf

StuartsProjects commented 1 year ago

Having a transmitter next to a receiver is likely to cause problems in any case.

The library was not designed to allow two instances on the same Arduino.

Xarin94 commented 1 year ago

The transmitter has a attenuator filter on the antenna, i'm using the ipex ones, the teensy 4.0 is capable of handling the workload, my goal is to have a transitter ad reciver with full duplex capability. in this care there is a way to separate the shared parameters?

StuartsProjects commented 1 year ago

I have no idea sorry, never tried it.