-
Hello,
I have implemented your lib to use RFM69 with Arduino MEGA. I will use your lib on this device because I will use this with Ethernet shield. All incoming Data will be OK, but when is send an…
-
I've pondered making a version of the C code that supports Arduino with the RFM69 module.
The C code would run on the arduino, with a loop() that provides serial port access to sending and receiving …
-
Given that WiFi can be sometimes flaky, it would make sense to use Ethernet instead. With [Adafruit Ethernet FeatherWing](https://learn.adafruit.com/adafruit-wiz5500-wiznet-ethernet-featherwing) and […
-
I think a relatively simple, and nice addition would be the ability for this library to handle multiple instances with multiple radios.
I think the changes would be relatively simple, currently th…
-
Hello,
I use a esp32 pico with an RFM69.
Everything works fine except with the use of energy saving mode.
Solution 1:
Deel Sleep
The frames are sent but not processed by ESP32 (server).
I re…
-
If I'm understanding correctly, when MY_GATEWAY_FEATURE is defined, ATC is disabled which makes perfectly sense since every node will report a different RSSI and there is no need to change the tx leve…
-
Hi,
I'm trying to setup a RFM69 MQTT gateway on an ESP32, but I'm facing random resets caused by InstrFetchProhibited according the output of the ESP.
I'm using
- version 2.3.2 of Mysensors,
…
-
Hi. I noticed you have a pin called "G0" for the RFM69 under the "Hook up" section in readme for the Nanohab. Is this correct? I cannot find a pin called G0 on my RFM69 breakout board? Should it have …
-
this library works very well (little modification) in conjunction with python3 on a raspberry, a Adafruit RFM69 breakout board and the interrupt feature (DIO0). In my case, the raspberry work as a br…
-
@FASTSHIFT
I want to share the libraries I use and that I tested with the real hardware.
My setup: SMT32F030 with internal clock @8Mhz
I use this libraries, sensors and displays in other ardui…