待解决
已受理
待回复
完成
问题标题 : Config QuecGnss in EC200U
工单编号 : VDN536952963000
工单类型 : 需求
提交时间 : 2022-06-07 19:33:10
工单状态 : 完成
联系方式 : 邮件
联系信息 : dez******ue@yahoo.com

沟通记录

  • 问题描述:
    There are AT commands for config*ing internal GNSS in the original firmware, EC200UCNAAR02A01M08. But in the QuecPython firmware, those AT commands ret*n Error 58, which means they aren't defined. How can we config*e internal GNSS in EC200U with QuecPython?
  • chic.ye : 已收到您的工单,我们将会尽快安排人手进行处理。
    2022-06-07 21:00:39
  • chic.ye :
    quecgnss
    utime
    
    main():
        ret = quecgnss.init()
        ret == :
            print()
        :
            print()
            -ret = quecgnss.gnssEnable()
        print(,ret)
    
        ret = quecgnss.gnssEnable()
        print(,ret)
    
        i range():
            ret = quecgnss.get_state()
            print(, ret)
            ret != :
                utime.sleep_ms()
                ret = quecgnss.get_state()
                print(, ret)
            data = quecgnss.read()
            print(data[].decode())
            utime.sleep_ms()
    
        ret = quecgnss.gnssEnable()
        print(,ret)
    
    __name__ == :
        main()


    2022-06-07 21:07:52
  • chic.ye :

    Features in the QuecPython firmware are no longer allowed to be manipulated with the AT command


    2022-06-07 21:10:15

待您评价