I'm using two SX1278 Lo-Ra modules with Arduino, an UNO for transmitting and a Nano for receiving. The issue I'm facing is, When the transmitter initializes, the receiver fails to initialize, and vice versa. At one point, the transmitter started sending data, but the receiver couldn't receive it. Both modules are powered by their respective Arduinos, with the same frequency and settings configured. Wiring has been double-checked.
Has anyone faced this issue or have any suggestions for a fix? Thanks!
which specific SX1278 lora modules are you using?
which LoRa library?
SX1278 module interfaces generally use 3.3V logic - take care interfacing to microcontrollers which use 5V logic
upload a copy of the serial monitor output (as text not a screen image)