CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

A Proper way to let the sender know that the receiver has received the packet?

Open remoteflying opened this issue 4 years ago • 1 comments

Hi,

I'm using the library "LoRaWAN_APP.h" to make a multiple sensor project. I need to put the emisor in deep sleep after it sends the data, but maybe the receiver couldn't get the data because it's reading from other emisor.

I wander if there is a way to let the emisor know if the receiver read correctly the data from it. Is there such a function in this library or I should try another library. Is there a name for this function?

I'm not sure if I can open topics here or it's just for issues in the libraries. Sorry if so.

remoteflying avatar Jan 27 '21 12:01 remoteflying

Have a look at LoRaWAN confirmed uplink (just google it)

ScholliYT avatar Mar 18 '21 00:03 ScholliYT