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!
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.