I am designing a GPS tracking device using WP7605.
The device transitions to IDLE immediately after powering on.
The application simply detects SMS arrival and sends GPS information to the server.
And it changes to an IDLE state again.
If WP7605 receives SMS at 3 minute intervals, it will not respond to SMS after 1-6 hours.
At this time, RRC State did not change from Connected.
Recovery method:
-Connect to PC with USB cable
-Detach and Attach
Apparently after Paging, the radio stayed there.
This problem will occur 100%. FW R13.3 (Softbank — GCF)
Please help solve this problem.
Thanks,
If I understand correctly, your app works after boot up, but it enter suspend then no longer work?
Is it possible to try different carrier SIM card?
And during this state:
If WP7605 receives SMS at 3 minute intervals, it will not respond to SMS after 1-6 hours. At this time, RRC State did not change from Connected.
Thank you for your reply.
When this happens, when I connect the USB cable to the WP7605, sometimes it starts working properly and sometimes it doesn’t.
If it doesn’t work after connecting USB, try sending / receiving SMS and getting DM logs.
Please tell me one.
The application works as follows:
However, it does not have a wakeup source.
1.Idle (Suspend mode)
2.SMS arrival
3.A-GPS MS-Based positioning start 5 seconds
4. Send GPS positioning result to server
5. Continue GPS positioning for 1 minute
6. Send GPS positioning result to server
7. It will automatically switch to Suspend,
(Sometimes at this time, RRC Connected stays and SMS
Is in a state where it cannot be received. )
Can this issue occur if the application does not hold Wakeup resources from 1 to 7?
Hi akatagiri1977,
Personally, I would hold wake lock at step 2 during incoming SMS callback to make sure system stay awake for the remaining actions, then release the wake lock at step 7.
If we don’t hold the wake lock, system may enter suspend mode quickly thus the remaining action freeze and not guarantee.
Anyhow, further test and Legato log may show more hints.
Hope it helps.
Thx