KrisKasprzak / EBYTE

Libraries to program and use UART-based EBYTE wireless data transceivers
239 stars 75 forks source link

Examples and comments #8

Closed tqueale closed 3 years ago

tqueale commented 4 years ago

Your supplied examples contain NO comments! Please add copious comments explaining exactly what you are doing and why. Also, as these units are both send and receive, please consider an example of a half-duplex bi-directional link (with comments of course). This would seem to be a common requirement with most comms requiring some form of acknowledgement.

Hubaxis7 commented 4 years ago

Yes, I also need two-way communication with the addresses of the receivers and recipients. For example, I need to transfer data to LoRa modules (4 pieces) with the address 128. And get a response from them to the module with the address 120. I do not understand how to set the address of the data recipient.

UPDATE I found on the EBYTE website a little explanation of how to send data to a specific address and channel. 2016828140229511 2017261534336694 2017261558134975

There are other libraries on github that implement sending to any specified address.