after a bit of experimenting I have come up with a fairly simple demo for rfm69hw with no bells and whistles for pbp
it can support two nodes has a fixed length payload of 16 bytes the remote end is described but not provided in pbp code.
after a bit of experimenting I have come up with a fairly simple demo for rfm69hw with no bells and whistles for pbp
it can support two nodes has a fixed length payload of 16 bytes the remote end is described but not provided in pbp code.
Warning I'm not a teacher
I will give the module a try. I need first, to understand how to use the SPI interface.
I'm reading now the 4 pin interface and 3 pin interface.
1. 4pin interface requires all MOSI, MISO, SCK, CE
2. 3pin interface requires only SCK, CE and a data pin.
In our case that we would like to send from one side (GPS board) the data to the receiver board, what is the best way to setup the connection?
i have seen the code Richard shared, (it is welcome all the time and really appreciate it), but i need for my self to go step by step.
anyone's advice will be much appreciated.
Thanks![]()
not really you need to understand what the rmf69 module wants , not what the pic mssp module is capable of .. I need first, to understand how to use the SPI interface
refer to the rfm69hw data sheet , they do provide a pic connection example .
I have chosen the least complicated scheme possible
don't forget its a 3.3 v device , logic level converters are needed for a 5v pic
Warning I'm not a teacher
Hi Richard,
for the schematic i think i'm ok. I can handle it. I keep saying because i know my self, that first i need to understand the basics. Even if you think that is too basic to read about SPI connection, i need to understand it, and get those small important information for me that will help me later.
Now i read this because i find it interesting (not the arduino code) but the information they share are useful. Like the " NODES " , Addressing, Broadcast addressing etc.
I have a long way.
i have a pair of the Adafruit RFM69HCW Transceiver Radio Breakout - 433 MHz, in which there is a voltage regulator and level shifter, so the voltage range is 3-5 volts.
imho the example schematic from hoperf data sheet has miso/mosi names transposed on the module so be wary.
mosi is master out slave in and pic is the master
Warning I'm not a teacher
Bookmarks