SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By jack0987
#200279
I am following this tutorial:
RFM69HCW Hookup Guide
https://learn.sparkfun.com/tutorials/rf ... okup-guide


For one node, I am using the RFM69HCW and a Arduino Uno R3.
This combination is not working properly for me.

I have it wired the same as for the 5V Redboard in the tutorial.
I am using the same code as in the tutorial.

When I start the serial window for it the line "Node 1 Ready" appears.

Then I do a send and the line "Sendin" appears and nothing else.
Then it either seems to hang up or the line "Node 1 Ready" reappears.
It's reappearance tells me that the Arduino Uno has reset itself as this line
should only appear on startup.

Please comment.
By AgroMe
#200281
I this exact set-up all the time and works perfectly so you must be doing something wrong or something is fried...
Did you use signal translators ? The Uno is 5V and the RFM69 is 3V.
By jack0987
#200283
AgroMe wrote: Mon Sep 10, 2018 6:40 am I this exact set-up all the time and works perfectly so you must be doing something wrong or something is fried...
Did you use signal translators ? The Uno is 5V and the RFM69 is 3V.
Thanks. At least you confirmed to me that this setup will work.
I did use signal translators but I noticed that the brown colored line (D2) in the tutorial has no translator.
Is this OK?
By jack0987
#200409
jack0987 wrote: Mon Sep 10, 2018 7:31 am
... I noticed that the brown colored line (D2) in the tutorial has no translator.
Is this OK?
Did anyone pick up on this?
Should the brown line (wire) in the tutorial have a 5V to 3V converter?
By jack0987
#200425
AgroMe wrote: Mon Sep 10, 2018 6:40 am I this exact set-up all the time and works perfectly so you must be doing something wrong or something is fried...
Did you use signal translators ? The Uno is 5V and the RFM69 is 3V.
Got it working now. A failed solder connection may have been the problem. I resoldered all of the connections
and checked all of the wires.
By jack0987
#200426
jack0987 wrote: Tue Sep 18, 2018 11:59 am
jack0987 wrote: Mon Sep 10, 2018 7:31 am
... I noticed that the brown colored line (D2) in the tutorial has no translator.
Is this OK?
Did anyone pick up on this?
Should the brown line (wire) in the tutorial have a 5V to 3V converter?
Did anyone pick up on this?
By jremington
#200442
O is an output on the module and can safely be connected directly to an input on a 5V Arduino (e.g. the "brown wire").

Usually, a 3V signal is recognized as a HIGH by a 5V Arduino, but for totally reliable connections, it is better use a logic level converter.