ConnorKirkpatrick / E220Lib

Arduino library used for Ebyte E220 modules
Creative Commons Zero v1.0 Universal
11 stars 2 forks source link

Get Adrees of incoming message #7

Closed LucasSchneiderRS closed 6 months ago

LucasSchneiderRS commented 7 months ago

How do I get the adress of a incoming message in fixed mode?

ConnorKirkpatrick commented 6 months ago

When in fixed mode you are broadcasting to any recievers on the correct channel and address. This can still be multiple devices. If you do not include any information in your broadcast about your own address, the recievers will not be able to tell where the message originated.

In your case you may wish to pre-fix the message data with the senders channel and address to obtain the senders address.