What is the best configuration to input / output in XCTU for xbee pro s3b ?
We need these things to make mesh network and send sensor data from arduino to another arduino and vice versa in the network , knowing that i have one coordinator and three end point .
The default configuration of the 900 HP with the Digi mesh code you are working with is MESH. So for an arduino all you need to do is to set the API function on the radios and then use the modules SL and SH values to know who to send the data to. That is to say, the bulk of the Arduino library files for the XBee use API mode on the XBee. So if you set the Xbee to API mode (AP to a value of 1 or 2), then all you should need to know is the modules Serial number high and low of who you want to send the data to. The mesh function will occur automatically as long as any two nodes are in range of each other.