RFM69W receiver hangs

Started by eddy6098, January 16, 2017, 02:52:39 AM

eddy6098

Hi All,
I am basically using two RFM69W modules for trasmitting and receiving data every sec.
It is observed that the transmission takes place every SEC but the receiver node hangs most of the time and the packets are lost in this way (sending data of 40 bytes).
How do I debug this problem? Is there any fix ?
Regards,
Eddy

Felix

What mcu/hardware?
What library?
What sketch?

eddy6098

#2
Hi Felix,
I am using the hardware from Hope RF (RFM69W) on a RaspberryPi 3 (2 RPi) (for intial tests)
Library from low power labs. Without ACK
Followed the connections from this link (http://rdepablos.merlitec.com/mixed/rfm69-library-for-raspberry-pi)

Thanks,
Eddy
Regards,
Eddy

Felix

Wait, that's not my library?!

eddy6098

Hi felix,

For connections to the Rpi I reffered to the above link.
But for the library, followed this (https://github.com/LowPowerLab/RFM69 ). This one is right?
Regards,
Eddy

Felix

My library is for AVRs not for RaspberryPi.

eddy6098

Yes I know this, I have ported your library for Raspberry Pi.
Everthing works fine in the first few minutes and then there are packet losses periodically (roughly 15 secs every time ).
If you have any idea on how to debug this problem would be helpful
Regards,
Eddy

Felix

Some folks in the forum (I recall joelucid) reported the Pi is noisy and will affect the RFM69.
Otherwise I don't know how to further advise.

eddy6098

Regards,
Eddy