loboris / MicroPython_ESP32_psRAM_LoBo

MicroPython for ESP32 with psRAM support
Other
818 stars 341 forks source link

CAN bus implementation #216

Open ldecicco opened 5 years ago

ldecicco commented 5 years ago

I have come across a can bus implementation for esp-idf (https://github.com/ThomasBarth/ESP32-CAN-Driver). There is also an implementation for the pyboard available here https://github.com/micropython/micropython/blob/master/tests/pyb/can.py.

Are there any plans to support CAN BUS?

Thanks!

alankaranak commented 5 years ago

I join the issue! Plan to work with it

loboris commented 5 years ago

CAN support will be implemented in a couple of months. I've just got some hardware to test it, but I'm very busy with some other tasks, I'll try to work on it as soon as possible.

wangshujun-tj commented 5 years ago

Looking forward to CAN support on esp32, I relied too much on CAN BUS before.

Civilduino commented 4 years ago

Hi Boris, was this ever implemented?