Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M5 CAN module : OSError: (-261, 'ESP_ERR_NOT_FOUND') #38

Open
mazcoder opened this issue Nov 5, 2024 · 1 comment
Open

M5 CAN module : OSError: (-261, 'ESP_ERR_NOT_FOUND') #38

mazcoder opened this issue Nov 5, 2024 · 1 comment

Comments

@mazcoder
Copy link

mazcoder commented Nov 5, 2024

Hello,

Trying to bring a CAN BUS module into UIFLOW2 with little success. I am micropython rookie.

As a first pass, I am simply trying to included example.

dial_can_rx_example.m5f2

But I receive the following error

Traceback (most recent call last): File "<stdin>", line 40, in <module> File "<stdin>", line 28, in setup File "unit/can.py", line 1, in __init__ OSError: (-261, 'ESP_ERR_NOT_FOUND')

I am not wise enough to know how to handle this. Can you help please?

@felmue
Copy link
Contributor

felmue commented Nov 11, 2024

Hello @mazcoder

hmm, that receive (rx) example runs fine on my M5Dial.

  • what kind of M5 device are you using?
  • what are you using to send (tx) a CAN message?

Thanks
Felix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants