RFM69 Library

Started by javiercuellar, March 21, 2016, 09:23:52 AM

javiercuellar

Hi

Is there any paper with explanation of all functions on RFM69 Library? I look a lot but couldn't find it.
Functions I found were this ones, but I have to "guess" the parameters and what they do.
Any help pointing me to a tutorial will be helpful.

Thanks

radio.initialize
radio.setHighPower
radio.encrypt
radio.promiscuous
radio.setFrequency
radio.sendWithRetry
radio.readAllRegs
radio.receiveDone
radio.DATALEN
radio.DATA
radio.ACKRequested
radio.sendACK
radio.receiveDone
radio.readTemperature
radio.SENDERID
radio.TARGETID
radio.RSSI

Felix

The various examples in the library should be able to help see how these functions and parameters are used.

syrinxtech

Quote from: javiercuellar on March 21, 2016, 09:23:52 AM
Hi

Is there any paper with explanation of all functions on RFM69 Library? I look a lot but couldn't find it.
Functions I found were this ones, but I have to "guess" the parameters and what they do.
Any help pointing me to a tutorial will be helpful.

Thanks

radio.initialize
radio.setHighPower
radio.encrypt
radio.promiscuous
radio.setFrequency
radio.sendWithRetry
radio.readAllRegs
radio.receiveDone
radio.DATALEN
radio.DATA
radio.ACKRequested
radio.sendACK
radio.receiveDone
radio.readTemperature
radio.SENDERID
radio.TARGETID
radio.RSSI

@javiercuellar:

FYI, the following are discrete data types (variables), not functions:

radio.DATALEN
radio.DATA
radio.SENDERID
radio.TARGETID
radio.RSSI

javiercuellar

Thanks for you attention. I will make anotations as I use the functions and share so we can a have a basic wiki and share it.

kbell101

Quote from: javiercuellar on March 22, 2016, 08:34:56 AM
Thanks for you attention. I will make anotations as I use the functions and share so we can a have a basic wiki and share it.

I'm curious.  Did you post this?