vladak / radio2mqtt

RFM69 to MQTT gateweay
0 stars 0 forks source link

consider using Ethernet FeatherWing for better reliability #7

Open vladak opened 5 months ago

vladak commented 5 months ago

Given that WiFi can be sometimes flaky, it would make sense to use Ethernet instead. With Adafruit Ethernet FeatherWing and FeatherWing Tripler this should be possible.

The code running on the Feather ESP32 V2 can be still updated over the WiFi, however MQTT messages will be published over the Ethernet.

vladak commented 5 months ago

Will have to figure out the case for the tripler.

vladak commented 1 week ago

There seems to be a problem with the coexistence of the Ethernet and RFM69 FeatherWing. They work fine separately, however there is something that prohibits them working together when connected via the Tripler: https://forums.adafruit.com/viewtopic.php?p=1035151#p1035151