配置gps模块ssf1513
您好,我正在使用 GPS 模块 ssf1513 开发 GPS 跟踪器的代码。我不知道如何将 GPS 模块配置为省电模式,请指导我如何进入输入模式。
hi i am developing code for gps tracker using gps module ssf1513. i don't know how to configure the gps module to power save mode , please guide me how to enter in input mode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该板具有 SiRF starIII GSC3e/LPx GPS 芯片。
您可以通过 SiRF 的二进制协议或 NMEA 与其进行通信,以下是每个协议的参考手册的链接:
SiRF NMEA 参考手册
SiRF 二进制参考手册
您到底想如何节省电量对于您来说,有很多方法可以减少 GPS 的功耗(占空比控制、长时间睡眠等)。这将取决于应用程序。
That board has a SiRF starIII GSC3e/LPx GPS chip.
You can Communicate with it via SiRF's binary protocol or NMEA here are links to the reference manuals for each:
SiRF NMEA Reference Manual
SiRF Binary Reference Manual
How exactly you want to save power is up to you there are tons of ways to reduce power usage with gps (duty cycle control, long sleeps, etc). This will be application dependent.
省电模式是否是自动的,例如,如果您停止轮询设备,那么它可能会在一定的超时后进入省电模式,然后当您再次开始轮询时再次自动唤醒?
It my be that the power save mode is automatic, e.g. if you stop polling the device then it may go into power saving mode after a certain time-out, and then wake up again automatically when you start polling it again ?