You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xbee-api
Hello forum,
I'm trying to send Broadcast data with XBee S1 and Arduino in API
mode.
What I know to use broadcast mode is setting own Address to 0xFFFF.
but before we do xbee.send(tx) what should we fill in address
destination in tx= Tx16Request(address, payload, sizeof(payload));?