Hello,
We have installed latest NRF Mesh Android application.(3.2.4)
We were unable to find few menu's visible in the latest application.
Please can you help us to find out the menu's mentioned in the image given below.
Thanks
Sam
Hello,
We have installed latest NRF Mesh Android application.(3.2.4)
We were unable to find few menu's visible in the latest application.
Please can you help us to find out the menu's mentioned in the image given below.
Thanks
Sam
Thanks for the information Elfving.
for ex:im sendin 16 byte data as [0]35 [1]36 [2]0 [3]13 [4]7 [5]1 [6]3 [7]1 [8]59 [9]255 [10]1 [11]50 [12]255 [13]1 [14]50 [15]255 [16]1...
Below is the image where i'm receving data packets in Wireshark,but the data which i sent is not received..
Could you give any idea on this?
Hi Sam,
Sorry for the late answer. Do you still have the issue ?
Please note that when you have a different issue that's not related to the original one please create a new case.
Regarding your question, when you send your data, what do you receive on the other side ? Do you receive any thing at all ?
For better debugging I would suggest to add a log inside mesh_msg_handle() in access.c . You can add the code to printout the content of the message near the "RX: [aop:" log.
And for TX you can add the log in packet_tx() , please look for "TX:" log.
By having both you will be able to see packets going out on the transmitter and which packet is received on the receiver.
Please be aware that message with payload >11 bytes will be segmented in to multiple packets. So it may look different on the sniffer when the packet is segmented.