Forum Replies Created
- AuthorPosts
RomanParticipant- This reply was modified 4 weeks, 1 day ago by
Roman.
Dear team,
I have an update: we see that GPS can be successfully restored by using the green “Preset” button in Spike.
We tried to reproduce this in our software, but from time to time the SM200C crashes and needs to be rebooted by power.
I also observe the same behavior in Spike.
Could you please provide some recommendations on which set of commands we should use?Would the following be enough?
smPreset(handle);
smOpenNetworkedDevice(&handle, SM_ADDR_ANY, deviceIP.c_str(), devicePort);
RomanParticipantAndrew, thank you for response!
– Is there an event that consistently leads to lost GPS lock?
– Yes, jamming.– Does your GPS antenna have access to clear sky?
– Yes, sure.– Is it possible one of the messages is configuring the device in an undesirable state?
– We haven’t got possibility to reproduce main problem with devices under jamming. But we can get simmilar behavior if we send coldboot command [ 0xB5, 0x62, 0x06, 0x04, 0x04, 0x00, 0xFF, 0xFF, 0x01, 0x00 ], 9th byte (0x01) repesents “Reset Type”
0x00 = Hardware reset (watchdog) immediately
0x01 = Controlled software reset
0x02 = Controlled software reset (GNSS only)In case of 0x02(Controlled software reset (GNSS only)) it continue work(without jamming) but it doesn’t help for devices under jamming.
Unfortunately its bad news that we can’t get GPS info without lock status.
We wanna try to connect external GPS. Will it be possible to get proper timestamp in spectrum and IQ traces from external GPS?
Also will be possible to communicate with external GPS through sm_api?- This reply was modified 4 weeks, 1 day ago by
- AuthorPosts