Skip to content

ImportError: no module named 'network' on Tiny2350 #45

@opb

Description

@opb

Hi all. I'm building a project based on clipper LTE module, and after prototyping on the Pico Plus 2, i'm looking to build it properly based on a Tiny 2350.

Just trying to run my code in the REPL, I get the following:

Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "lte.py", line 4, in <module>
ImportError: no module named 'network'

I have a horrible suspicion I know the issue, given the firmware of the Tiny 2350 is about half the size of the Pico Plus 2, but I'm hoping someone will be able to confirm to me that the Tiny2350 firmware does indeed have LTE support, and my problem is elsewhere.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions