pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
199 stars 167 forks source link

pytrack: loses gps fix then crashes #32

Closed ozeta closed 7 years ago

ozeta commented 7 years ago

wipy2.0

os.uname()=

(sysname='WiPy', nodename='WiPy', release='1.7.5.b2', version='v1.8.6-694-g25826866 on 2017-06-29', machine='WiPy with E SP32')

pytrack dfu ver: 0.0.3

1) loaded pytrack.py,L76GNSS.py and other classes from pycom github repo into /lib 2) created the attached code (inside zip archive): gpsNtpSaveTest_cpy.zip

after some seconds of getting cordinates into the while loop, l76.coordinates() starts alternating (None,None) and the correct values. screenshot 2017-07-03 16 22 42

after another some seconds the device rebooted by itself screenshot 2017-07-03 16 23 56

ozeta commented 7 years ago

i'll post this in pycom-library as bucknall asked