LowPowerLab Forum

Hardware support => General topics => Topic started by: Richelsdorfite on October 21, 2013, 03:39:10 PM

Title: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 21, 2013, 03:39:10 PM
Hi,

I want to use RFM69 module with an Arduino Nano V3.
As RFM69 levels seem to be 3V3 and the logic levels of the Nano are 5V, should I use an adapter level ?

Regards,

Michel
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 22, 2013, 03:50:16 AM
Silly question = simple answer "Yes".  :o
Title: Re: Using RFM69 with Arduino Nano
Post by: Felix on October 22, 2013, 08:11:49 AM
The easy way out is to give it 3.3V power and use 10K/4.7K resistors for the data lines, except MISO which doesn't need it since it's input FROM the RFM69/RFM12B module.
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 29, 2013, 04:21:06 PM
Ok, I made a first try.

But the Nano don't like.

I connect the RFM69  to the Nano like:

First side:


Second side:



I use the Gateway sketch and the Node sketch, none of them work.

I presume that the wire length between the Nano and the RFM 69 should be minimized to prevent interference ?

When I connect the RFM69 power to the Nano 3V3, the Nano does not seem to hold the power demand and restarts.

Any idea :-)

Michel
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 29, 2013, 04:33:14 PM
Arg!!!!!

DI00 seems to be an output !
Title: Re: Using RFM69 with Arduino Nano
Post by: Felix on October 29, 2013, 05:37:46 PM
All the DIOs are outputs FROM the RFM69.
Oh and DIO0 is supposed to go to D2.
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 30, 2013, 06:36:09 AM
I think the 10k/4.7k voltage divider is not good for time constant.
I try and the output signal from the Nano which are similar with the signal from Moteino the first 5V and the second 3.3V and this voltage divider change the signal.

So I find http://electronics.stackexchange.com/questions/21055/voltage-level-shifting (http://electronics.stackexchange.com/questions/21055/voltage-level-shifting) and try a voltage divider made with 2k/1k, the signal from D13 is not change only the level.
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on October 30, 2013, 07:19:11 AM
And................................

It's working good !

 :)
Title: Re: Using RFM69 with Arduino Nano
Post by: Felix on October 30, 2013, 08:21:02 AM
Cool.
Just FYI - the 1k/2k will eat more power though.
Title: Re: Using RFM69 with Arduino Nano
Post by: Sirocco on March 01, 2014, 01:45:38 PM
Hello people.
Richelsdorfite, could you  use RFM69W with Nano with the wiring which you describe above  ?  And will it be right for the Mega and Uno also ? ?
Title: Re: Using RFM69 with Arduino Nano
Post by: Richelsdorfite on April 08, 2014, 03:05:23 PM
Yes, of course.

But the purpose of my setup was to try not to use. So I have no feed back.