-
Notifications
You must be signed in to change notification settings - Fork 165
FiPy with Pytrack gives error on load module #159
Comments
Can you try a different/better USB cable please? The FiPy has a higher initial current draw than the LoPy and some bad quality cables can't deliver the proper voltage |
@jmarcelino thanks for your quick reply. Already tried two different cables. One specially made for chargers. Hence not sure if this is really the case. How else can I find out what is wrong ? |
Thank you, as a first step please try updating the firmware, the release you have is very old https://forum.pycom.io/topic/2875/new-firmware-release-v1-17-3-b1 |
Updated the firmware, still the same problem -
PYB: soft reboot |
Just to be sure I also updates the firmware on Pytrack board as well - C:\dfu-util-0.9-win64>dfu-util-static.exe -D pytrack_0.0.8.dfu Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Match vendor ID from file: 04d8 |
Conclusion - keep all files in the lib folder without a subfolder. |
update version numbers pygate+fw
**PYB: soft reboot
Traceback (most recent call last):
File "main.py", line 11, in
File "Pytrack/Pytrack.py", line 5, in
TypeError: cannot create 'module' instances
MicroPython 2ac6da2 on 2017-12-18; FiPy with ESP32
Type "help()" for more information.
Trying to make the Pytrack to work wth the FiPy but keep getting the following error -
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff9028,len:8
load:0x3fff9030,len:1060
load:0x4009fa00,len:0
ho 12 tail 0 room 4
load:0x4009fa00,len:15160
entry 0x400a0644
Traceback (most recent call last):
File "main.py", line 11, in
File "Pytrack/Pytrack.py", line 5, in
TypeError: cannot create 'module' instances
MicroPython 2ac6da2 on 2017-12-18; FiPy with ESP32
Type "help()" for more information.
The Pytrack works fine with a LoPy except for some memory issues due to the new library hence I decided to switch to FiPy
The text was updated successfully, but these errors were encountered: