RPI Ethernet gateway with RFM69H(C)W - very poor range
-
Hi,
I've built Ethernet gateway on RPi with RFM69HCW. When node connects to the gateway I experience very poor range 1-2m tops. RSSI value read on the node gives me -99~-109 values. I use 3v3 rail from RPI and have 220uF capacitor between RFM vcc and gnd.
However when I use the very same node with arduino flashed with serial gateway, I get -29~-37 RSSI with the same distance.
I tried to replace RFM connected to the RPI but results are the same (very poor range and RSSI values).
Did anyone experience poor range with RPI as gateway with RFM69?
-
Hi,
I've built Ethernet gateway on RPi with RFM69HCW. When node connects to the gateway I experience very poor range 1-2m tops. RSSI value read on the node gives me -99~-109 values. I use 3v3 rail from RPI and have 220uF capacitor between RFM vcc and gnd.
However when I use the very same node with arduino flashed with serial gateway, I get -29~-37 RSSI with the same distance.
I tried to replace RFM connected to the RPI but results are the same (very poor range and RSSI values).
Did anyone experience poor range with RPI as gateway with RFM69?
-
@mfalkvidd, AFAIK B+ version of Raspberry Pi can provide up to 500mA on 3.3V rail (they replaced linear 3.3V regulator to a switching one), see https://pinout.xyz/pinout/pin1_3v3_power
Anyway I tried external 3v3 anyway a minute ago. Unfortunately my results are the same...
-
Hi,
I've built Ethernet gateway on RPi with RFM69HCW. When node connects to the gateway I experience very poor range 1-2m tops. RSSI value read on the node gives me -99~-109 values. I use 3v3 rail from RPI and have 220uF capacitor between RFM vcc and gnd.
However when I use the very same node with arduino flashed with serial gateway, I get -29~-37 RSSI with the same distance.
I tried to replace RFM connected to the RPI but results are the same (very poor range and RSSI values).
Did anyone experience poor range with RPI as gateway with RFM69?
-
Hi,
I've built Ethernet gateway on RPi with RFM69HCW. When node connects to the gateway I experience very poor range 1-2m tops. RSSI value read on the node gives me -99~-109 values. I use 3v3 rail from RPI and have 220uF capacitor between RFM vcc and gnd.
However when I use the very same node with arduino flashed with serial gateway, I get -29~-37 RSSI with the same distance.
I tried to replace RFM connected to the RPI but results are the same (very poor range and RSSI values).
Did anyone experience poor range with RPI as gateway with RFM69?
-
Tnanks, however
@alexsh1 tried 1. already, works the same and I have MY_IS_RFM69HW from the very beginning
@mfalkvidd I've used --my-is-rfm69hw for configure.
My last chance is to attach another RFM69 directly to the goldpins since I use custom PCB now with LCD and other stuff. Maybe I messed something in the design.