Command to transmit data using the RF95

Started by r.rabin, August 16, 2017, 11:18:56 PM

r.rabin

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!

Felix

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.