Hello,
mario_castaneda , davidashraf
i am working on JN5168-001-M00 module.
i am trying to send data from seeping end point device to coordinator.
i achieved data transferred between this two module.
but problem is that my updated data is not updating on Coordinator side.
example, i want sending temp value to coordinator from sleeping end point device, only my first packet is got send correctly but if temp is change on sleeping end device is not shown on coordinator device.
i really dont know what should i do.
please need your help.
i am attaching picture so you will understand better
已解决! 转到解答。
Hello Mario Ignacio Castaneda Lopez,
That problem is also solved.
i was using below both api thats why data come twice.
ZPS_eAplAfUnicastDataReq
ZPS_eAplAfUnicastAckDataReq
now i am using only
ZPS_eAplAfUnicastAckDataReq
above API so its give me data and ack.
Thanx brother for your reply.
Regards,
Dheeraj Sawant
Hello Everyone,
mario_castaneda , davidashraf , LimLim, lim22983@gmail.com.
Still i Didn't find out any solution for this.
i have attached demo code please take a look on it.
Please need your help.
Best Regards,
Dheeraj Sawant
Hi Dheeraj,
Did you try the attributes report? The binding process will help you a lot.
What is the maximum time that you want in sleep mode?
Could you please confirm this?
Best Regards,
Mario
Hello Mario Ignacio Castaneda Lopez,
That problem is also solved.
i was using below both api thats why data come twice.
ZPS_eAplAfUnicastDataReq
ZPS_eAplAfUnicastAckDataReq
now i am using only
ZPS_eAplAfUnicastAckDataReq
above API so its give me data and ack.
Thanx brother for your reply.
Regards,
Dheeraj Sawant
Hello mario_castaneda,
Thankx for your reply.
i don't know where i had done mistake.
but after that i took fresh copy of 1229 application note and solve that issue.
I would like to ask new question related to "UnicastAck" when i use Unicast and UnicastAck
at coordinator side data come twice.
But when i comment on UnicastAck API data come proper one time only but Ack didn't occur on SED device.
Why this is happening?
I want Ack but i don't want Ack with Data twice comes on coordinator.
Thank You for your reply.
Best Regards.