Skip to content

Outline recommended or tested board/firmware combinations #1

@erelson

Description

@erelson

I've been trying out this library a bit the past two weekends. Really excited that someone else was able to fill this need! And the documentation is pretty great, too.

It seems to me, based on a couple failures so far, that the top-level README should probably note which board(s) is used and what firmware build?

In my case, I'm using a pyboard v1.1; I suspect you folks are working with the pyboard D-series (e.g. has wifi). esp32 boards

  • First thing I ran into: Realized I needed a threading-supporting build of firmware for my pyboard. Got v1.12 for pyboard1.1 with that from: http://micropython.org/download/pybv1/
  • Added conditionals for sys.platform == 'pyboard'
  • Now I get an error upon doing uros.NodeHandle(4, 115200) for example, regarding extra kwargs being given. This, I tracked down to uros' core.py, and apparently the firmware I grabbed is one of those that does not support the txbuf kwarg.

Now to continue! Will try modifying core.py on my end 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions