CAN-bus example and tranceiver schematics

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
maerki
Posts: 6
Joined: Fri Jun 08, 2018 9:42 am
Location: Switzerland, 8634
Contact:

CAN-bus example and tranceiver schematics

Post by maerki » Fri Jun 08, 2018 10:14 pm

It took me some while to make the CAN-bus running. Now I posted a running example with a micropython-board as CAN-bus sender and another board as receiver (polling and interrupts):

https://github.com/hmaerki/micropython/ ... us_example

Post Reply