Open
Description
I've used this example:
https://github.com/adafruit/Adafruit_CircuitPython_RFM/blob/main/examples/rfm_rh_asyncio_listen.py
As a base for my code receiving data from two Feather M0 before passing to influx. This works fine for a while.
However after usually a day I stop getting messages, even though the M0's are still TX'ing - which I've confirmed by restarting the python script on my RPI4 4G and immediately start getting messages again.
It seems I can trigger the same behaviour by commanding a reset, i.e. rfm.reset() followed with or without rfm.listen() , after the reset is issued - no more messages are RX.
What is going on?
Metadata
Metadata
Assignees
Labels
No labels