Hey, powering the LoRa from the 3v3 pin on the particle. I tried power the sx1276 from the output of the mini while using the particle for communications but it didnt improve anything.
it seems that when the particle is connected, I don’t get values below -100 RSSI. When the Arduino is connected I can get values all the way down to an RSSI of -127.
Those radios can consume a good amount of current, so I don’t think the 3.3v rail on the Electron can supply the full power transmission rate on the LORA radio.
Try powering the radio from the Arduino power source while connecting the grounds between all units. This should tell you if it’s a power supply issue to the Lora Radio.
Also, are you using the same code that you are using on the Arduino on the Electron? I know I had to change some settings to get max range on my RFM95w radios + Photon setup.
@PeaTearDial, the Arduino Mini runs at 8MHz while the Electron runs at 120MHz. This affects SPI bus speed. Power requirements on 3V3 may also be an issue.
Do you have a link to the code you are running?