Waveshare
RP2350 Dual-core CAN Development Board with XL2515 Controller
· MPN: 30945
All Products
New Arrivals
Raspberry Pi
Brands and Manufacturers
Microcontrollers & Development Boards
Raspberry Pi Pico
Pico
Industrial
Prototyping & Wiring
Microcontrollers
Raspberry Pi Microcontrollers
Waveshare
$20.60
|
In stock at supplier
Waveshare RP2350 CAN Development BoardUnleash the power of robust embedded systems with the cutting-edge Waveshare RP2350 CAN Development Board. Crafted meti...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Waveshare RP2350 CAN Development Board
Unleash the power of robust embedded systems with the cutting-edge Waveshare RP2350 CAN Development Board. Crafted meticulously for those who demand precision and reliability in their projects, this board is powered by the Raspberry Pi RP2350A Dual-core & Dual-architecture Microcontroller. With an onboard XL2515 CAN Controller, it's the perfect platform for your next CAN (Controller Area Network) application.
Key Features:
- High-Performance Microcontroller: Built around the RP2350A chip from the United Kingdom, this board boasts a dual-core Arm Cortex-M33 and dual-core Hazard 3 RISC-V processor, soaring up to a 150 MHz operating frequency for superb computational power.
- Memory Capacity: Equipped with 520KB SRAM and a generous 4MB onboard Flash memory.
- Onboard CAN Interface: Central to its design is the XL2515 CAN controller, ensuring full V2.0B CAN specification support at a communication speed reaching 1 Mbps and with the reliability of the SIT65HVD230 transceiver.
- Say Goodbye to Wires: Offering a modern USB Type-C connector, programming is a breeze, supporting both USB 1.1 hosts and slave devices.
- Efficient Power Management: Embedded with an MP28164 high-efficiency buck-boost DC-DC chip to ensure stable operation.
- Interface Richness: Custom projects come to life with 2 x SPI, 2 x I2C, 2 x UART, 4 x 12-bit ADC, 16 x PWM channels, and a temperature sensor.
- Programming Ease: Enjoy drag-and-drop programming, along with support for C/C++ and MicroPython.
- Hassle-Free Expansion: Compatible with the standard Raspberry Pi Pico module ecosystem, and featuring GPIO headers with 26 multi-function pins for endless possibilities.
- Extra Features: The board includes user LED, BOOT and RESET buttons, a Debug pin array, and measures a compact weight of just 0.005 kg.
The Waveshare RP2350 CAN Development Board stands as an industrial-grade platform, ready for projects in automation, automotive systems, and IoT. It combines the flexibility of open-source software with the reliability of professional-grade hardware, ensuring your CAN-based applications run smoothly and effectively.
Expand your horizons with the included comprehensive SDK, development resources, and tutorials available at www.waveshare.com/wiki/RP2350-CAN, providing all the guidance needed to kickstart your journey.
In the box: Every purchase of the RP2350-CAN comes with the development board x1, getting your projects up and running without delay.
Empower your development capabilities with the Waveshare RP2350 CAN Development Board – where sophistication meets versatile functionality.
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- Arm Cortex-M33
- A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RISC-V
- RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
- RP2350
- A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB 1.1
- USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
- USB Type-C
- USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
Find this product in
Microcontrollers
Raspberry Pi
Related Tutorials
Free guides on learn.littlebird.com.au