LowPowerLab Forum

Hardware support => General topics => Topic started by: r.rabin on August 16, 2017, 11:18:56 PM

Title: Command to transmit data using the RF95
Post by: r.rabin on August 16, 2017, 11:18:56 PM
Does anyone know what the equivalent command to transmit data is for the RF95:

radio.sendWithRetry(GATEWAYID, buffer, sendLen, 1); Command for RFM69

The only example I've found to send data to the RF95 for transmission is:

rf95.send(buffer, sendLen);

Thanks!
Title: Re: Command to transmit data using the RF95
Post by: Felix on August 17, 2017, 12:31:29 PM
It's not as straight forward in that library.
See the RadioHead examples, I think you need to use the reliableDatagram part of the library to achieve that.