待解决
已受理
待回复
完成
Question title : Config QuecGnss in EC200U
Work order Number : VDN536952963000
Work order type : 需求
Submission time : 2022-06-07 19:33:10
Work order status : 完成
Contact information : Email
Contact information : dez******ue@yahoo.com

Communication record

  • 问题描述:
    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

Waiting for your appraise