-
-
rf12_encrypt(KEY) is working fine when using rf12 modules (without RF69_COMPAT). When using rfm69cw modules with RF69_COMPAT sending and receiving is working fine but the encryption is just ignored (s…
ghost updated
6 years ago
-
I made some test with two very short programs (based on your examples!) on the feather... the dont have the same ENCRYPTION KEY but the receiver is still getting frequently messages from `rf69_manage…
-
Nous n'avons toujours pas compris pourquoi le code ne se compilait pas, cependant, les conditions posant problèmes servant seulement à définir quel type de carte nous utilisons, et donc quel port défi…
-
The checkin on Jun 1 (adapted changes from fixInterrupts branch) broke the RF12_COMPAT mode. Turning on RF12_COMPAT in RF12.h results in a compile failure in RF69.c:
...\jeelib\RF69.cpp: In function…
-
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…
-
Hi there.
I have very little knowledge of coding, but am trying to get your code working on my ESP32/RF69
I have input my data for the wifi and mqtt and am able to see the esp32 on my home assista…
-
Hi,
Is there any method for a single ENER314-RT to control more than one ENER010 4-way power strip?
I've got 5 or 6 of the ENER010 strips (and probably need a few more, eventually) in my AV/gami…
-
Hey there!
First of all, thank you so much for making this repo it is genuinely amazing documentation wise.
I have however run into various different problems potentially due to the breakout I am…
-
Hi
I have problems with stable transmissions for the RFM69. Initialization seems to be fine, but when I transmit with `_spRFM->send(_spData, 2)` sometimes the call will never come back. It looks like…