Skip to content

rfm_rh_asyncio_listen example stops receiving after a few hours #9

Open
@WhatIsThisAllAboutSilly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions