CAN bus skin

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

CAN bus skin

Post by PappaPeppar » Thu Dec 18, 2014 10:53 pm

I just put together a skin for the pyboard with two CAN transceivers. It actually seems to work :o . If anyone is interested it can be found here https://github.com/PappaPeppar/pybcanskin

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: CAN bus skin

Post by Damien » Tue Dec 23, 2014 1:38 pm

It looks neat!

milen
Posts: 1
Joined: Wed May 27, 2015 5:28 pm

Re: CAN bus skin

Post by milen » Wed May 27, 2015 5:33 pm

Hey man

How is the CAN skin performing? Did you write something with CAN class?
I am planning to build one from you schematics and use it to connect to my car can bus :)

PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

Re: CAN bus skin

Post by PappaPeppar » Tue Jun 09, 2015 8:28 pm

Sorry for a late reply. Yes the board works fine. I should mention that I made it only to be able to develop the code and to be used on my desk. For a real application you should probably not use RJ11 connectors and cables.

Manuel Moreno
Posts: 1
Joined: Thu Jul 30, 2015 11:28 am

Re: CAN bus skin

Post by Manuel Moreno » Thu Jul 30, 2015 11:31 am

Is your CAN bus skin really working fine with the current firmware?

I ask this because we achieved to send messages with the pyboard using a CAN transceiver and a CAN sniffer (from Kvaser).

However, the reception of CAN messages never worked in our lab.

Did you modify the official software?

Thank you very much.

Manuel

PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

Re: CAN bus skin

Post by PappaPeppar » Thu Jul 30, 2015 7:03 pm

I have not used the boards fore some time. But i hope that the tests should have catched any software regression. All CAN code that i have done has been merged into master. One thing that has been troubled me a bit is the fact that I have not been able to try the board and the code with a third party device or a sniffer. This is not a good practice, but so far this is a pure hobby project for me so I don't have the budget to get a sniffer. However I will take a look during the weekend to make sure that it works as before.

Henrik

PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

Re: CAN bus skin

Post by PappaPeppar » Thu Jul 30, 2015 7:55 pm

Do you get any messages through if you connect the two ports on the board?

PappaPeppar
Posts: 30
Joined: Thu Dec 18, 2014 10:38 pm

Re: CAN bus skin

Post by PappaPeppar » Mon Aug 03, 2015 2:21 pm

The latest code from master works fine.

Post Reply