MicroPython_ESP32_psRAM_LoBo
MicroPython_ESP32_psRAM_LoBo copied to clipboard
CAN bus implementation
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!
I join the issue! Plan to work with it
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.
Looking forward to CAN support on esp32, I relied too much on CAN BUS before.
Hi Boris, was this ever implemented?