PiCAN 3 Rev C 1.0 1. Introduction his PiCAN2 board provide CAN-Bus capability for the Raspberry Pi 4. It uses the Microchip MCP2515 CAN controller with MCP2551 CAN transceiver. Connection are made via DB9 or 3 way screw terminal. This board includes a 3A switch mode power suppler that powers the Pi is well. Easy to install SocketCAN driver. Programming can be done in C or Python. 1.1. Features • CAN v2.0B at 1 Mb/s • High speed SPI Interface (10 MHz) • Standard and extended data and remote frames • CAN connection via standard 9-way sub-D connector or screw terminal • Compatible with OBDII cable • Solder bridge to set different configuration for DB9 connector • 120Ω terminator ready • Serial LCD ready • LED indicator • Foot print for two mini push buttons • Four fixing holes, comply with Pi Hat standard • SocketCAN driver, appears as can0 to application • Interrupt RX on GPIO25 • 5v 3A SMPS to power Raspberry Pi and accessories from DB9 or screw terminal o Reverse polarity protection o High efficiency switch mode design o 6v to 20v input range •...
Page 8
PiCAN 3 Rev C 1.0 Add the overlays by: sudo nano /boot/config.txt Add these lines to the end of file: dtparam=i2c_arm=on dtoverlay=i2c-rtc,pcf8523 Reboot Pi: sudo reboot Now you need to disable the "fake hwclock" which interferes with the 'real' hwclock sudo apt-get -y remove fake-hwclock sudo update-rc.d -f fake-hwclock remove sudo systemctl disable fake-hwclock Start the original hw clock script by: sudo nano /lib/udev/hwclock-set and comment out these three lines: #if [ -e /run/systemd/system ] ; then # exit 0 and comment out these two lines: #/sbin/hwclock --rtc=$dev --systz --badyear #/sbin/hwclock --rtc=$dev --systz...
Need help?
Do you have a question about the RSP-PICAN3 and is the answer not in the manual?
Questions and answers