> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Adafruit PiCowbell CAN Bus for Pico - MCP2515 CAN Controller

**Type:** Product page · **SKU:** ADA5728 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-picowbell-can-bus-for-pico-mcp2515-can-controller.html ([markdown](https://core-electronics.com.au/adafruit-picowbell-can-bus-for-pico-mcp2515-can-controller.html.md))

Ding dong! Hear that? It's the PiCowbell ringing, letting you know that the new Adafruit PiCowbell CAN Bus is in stock and ready to assist your...

## Pricing

- **Price:** $23.20 (inc GST) — $21.09 AUD, exc GST
- **Quantity discounts:** 10+ $20.45 (exc GST) · 50+ $20.04 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 1 today, and up to 500 more in 8–12 days.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA5728:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/ADA5728:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

Ding dong! Hear that? It's the PiCowbell ringing, letting you know that the new **Adafruit PiCowbell CAN Bus** is in stock and ready to assist your [Raspberry Pi Pico](https://core-electronics.com.au/raspberry-pi-pico.html) and [Pico W](https://core-electronics.com.au/raspberry-pi-pico-w-with-soldered-male-headers.html) project connect to CAN bus networks for automotive or robotics projects.

[CAN Bus is a small-scale networking standard](https://en.wikipedia.org/wiki/CAN_bus), originally designed for cars and, yes, busses, but is now used for many robotics or sensor networks that need better range and addressing than I2C and don't have the pins or computational ability to talk on Ethernet. CAN is 2 wire differential, which means it's good for long distances and noisy environments.

Messages are sent at about 1Mbps rate - you set the frequency for the bus and then all 'joiners' must match it, and have an address before the packet so that each node can listen in to messages just for it. New nodes can be attached easily because they just need to connect to the two data lines anywhere in the shared net. Each CAN device sends messages whenever it wants, and thanks to some clever data encoding, can detect if there's a message collision and retransmit later.

If you'd like to connect your Raspberry Pi Pico to a CAN Bus, the **Adafruit PiCowbell CAN Bus** has a MCP2515 controller and TJA1051/3 transceiver! [The controller used is the MCP2515, an extremely popular and well-supported chipset](https://www.microchip.com/en-us/product/MCP2515) that has drivers in Arduino and [CircuitPython](https://github.com/adafruit/Adafruit_CircuitPython_MCP2515) and only requires an SPI port and two pins for chip-select and IRQ. Use it to send and receive messages in either standard or extended format at up to 1 Mbps.

Adafruit have added a few nice extras to this PiCowBell to make it useful in many common CAN scenarios:

- [**5V charge-pump voltage generator**](https://core-electronics.com.au/adafruit-miniboost-5v-100ma-charge-pump-ap3602a.html), so even though you are running 3.3V on a Pico board, it will generate a nice clean 5V as required by the transceiver.
- **[3.5mm terminal block](https://core-electronics.com.au/terminal-block-3-pin-3-5mm-pack-of-5.html)** pre-soldered in to get quick access to the High and Low data lines as well as a ground pin.
- **120-ohm termination resistor on board**, you can remove the termination easily by cutting the jumper marked Term on the top of the board.
- **Pre-connected CS and INT pins** on Pico GPIO #20 and #21. You can cut the bottom solder jumpers and use the breakout pads to connect to any two IO pins you like

Each order comes with an assembled PCB and header. You will need to solder in the header yourself, but it's a quick task.

**Please Note!** There are a lot of possible configurations, and Adafruit stock various headers depending on how you want to solder and attach. Especially if you want the Pico on top so that the BOOTSEL button and LED are accessible.

1. [Use the Pico Stacking Headers](https://core-electronics.com.au/stacking-headers-for-raspberry-pi-pico-2-x-20-pin.html) if you want to be able to plug into a breadboard or other accessory with sockets.
2. [Use the Pico Socket Headers](https://core-electronics.com.au/socket-headers-for-raspberry-pi-pico-2-x-20-pin-female-headers.html) if you want to plug directly in and have a nice solid connection that doesn't have any poking-out-bits.
3. [Use the Short Socket Headers](https://core-electronics.com.au/short-socket-headers-for-raspberry-pi-pico-2-x-20-pin-female.html) for a very slim but pluggable design; note that you'll want to trim down the Pico's headers or [use the short plug headers on the Pico](https://core-electronics.com.au/short-plug-headers-for-raspberry-pi-pico-2-x-20-male-headers.html) to have a skinny sandwich.
4. Solder the PCB directly to the Pico headers - of course, this is very compact and inexpensive, but you won't be able to remove the PiCowbell.

The PiCowbell CAN Bus provides you with:

- **Right angle JST SH connector for I2C / Stemma QT / Qwiic** connection. Provides 3V, GND, IO4 (SDA), and IO5 (SCL)
- **Reset button** - Press to restart your program
- **Every pad on the 'bell has a duplicate hole pad** next to them for solder-jumpering
- **The ground pads have white silkscreen rectangles** to easily identify, plus one long ground strip near the reset button
- **Gold-plated pads for easy soldering**

If using the Philhower Arduino core, the Wire peripheral is already set up to use IO4 and IO5, and SPI is default on IO16, IO18 and IO19. If using CircuitPython or MicroPython, you'll need to let the code know to look at 4+5 for SDA+SCL pins, and configure the SPI port for SCK=18, MOSI=19 and MISO=16.

## Technical Details 

- **[MCP2515 Specifications](https://www.microchip.com/en-us/product/MCP2515) ([more at product page here](https://www.microchip.com/en-us/product/MCP2515))**

| Bitrate Max \[MBits/s\] | 1 |
|---|---|
| CAN Controllers | 1 |
| Internal CAN Clock | No |
| LPM Current Max \[uA\] | 0 |
| Message RAM \[KB\] | 0 |
| Operating Voltage Min. \[V\] | 2.7 |
| Operating Voltage Max. \[V\] | 5.5 |
| Rx Buffers | 2 |
| SPI Interface | Yes |
| Serial Bus Speed \[MHz\] | 10 |
| Standby Current Max \[uA\] | 0 |
| Operating Temperature Min. \[°C\] | -40 |
| Operating Temperature Max. \[°C\] | 125 |
| Time Stamp (Bits) | 0 |
| TX Buffers | 3 |
| TX Event FIFO | 0 |
| TX Queue | 0 |
| CAN FD | No |

- **TJA1051/3 [Datasheet](https://core-electronics.com.au/attachments/localcontent/TJA1051_20949f7589a.pdf)**

Product Dimensions: 52.0mm x 20.2mm x 10.0mm / 2.0" x 0.8" x 0.4"

Product Weight: 5.1g / 0.2oz

![RoHS 2 2011 65 EU Compliant](https://core-electronics.com.au/attachments/localcontent/RoHS2_2011_65_EU_7356c5574c.svg)![RoHS 2 2015 863 EU Compliant](https://core-electronics.com.au/attachments/localcontent/RoHS2_2015_863_EU_86773f57f9.svg)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/A/D/ADA5728-1.jpg)
