pytrack, firmware out of date

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
priis
Posts: 26
Joined: Tue Mar 31, 2015 9:52 pm

pytrack, firmware out of date

Post by priis » Sun Sep 30, 2018 8:48 am

Now that my pycom wipy seems to work perfectly with my pysense board I substituted the latter with my pytrack board.
The following lines were OK:
from L76GNSS import L76GNSS
from pytrack import Pytrack

but after

py = Pytrack()

I get the following message:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/flash/lib/pytrack.py", line 8, in __init__
File "/flash/lib/pycoproc.py", line 176, in __init__
ValueError: Firmware out of date

which I think comes from the following two lines of pycoproc.py:
if self.read_fw_version() < 6:
raise ValueError('Firmware out of date')


My pocoproc is version 0.0.2. I cannot find a more recent version.
What can I do to make it work? Should I repeat flashing the software?

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: pytrack, firmware out of date

Post by Roberthh » Sun Sep 30, 2018 11:02 am

Please move to forum.pycom.io, which is the right place for asking questions about Pycom products.

Post Reply