SK Pang electronics RSP-PICAN-M CAN-Bus Micro-C Connector User Guide

June 13, 2024
SK Pang electronics

SK Pang electronics RSP-PICAN-M CAN-Bus Micro-C Connector

SK Pang electronics RSP-PICAN-M CAN-Bus Micro-C
Connector

Important Information

Product name PiCAN-M with NMEA 0183 and NMEA 2000 Connection
Model number RSP-PICAN-M
Manufacturer SK Pang Electronics Ltd

Introduction

This is a PiCAN-M with NMEA 0183 and NMEA 2000 Connection. The NMEA 0183 (RS422) is via a 5 way screw terminal. The NMEA 2000 is via Micro-C connector.

Extra sensors can be connected via the Qwiic (I2C) connector.

Optional 3A SMPS. The 12v from the NMEA 2000 network can be use to power the PiCAN-M and the Raspberry Pi.

Easy to install SocketCAN driver. Programming can be done in C or Python.

Features
  • CAN connection via Micro-C connector
  • 120Ω terminator ready
  • SocketCAN driver
    • appears as can0 to application
  • NMEA 0183 (RS422) via 5-way screw terminal
    • appears as ttyS0 to application
  • LED indicator (GPIO22)
  • Qwiic (I2C) connector for extra sensors
  • Optional 3A SMPS.
  • Compatible with OpenCPN and Signal K
    Features

Hardware Installation

Before installing the board make sure the Raspberry is switched off. Carefully align the 40 way connector on top of the Pi. Use spacer and screw (optional items) to secure the board.

Hardware Installation

NMEA 2000 CAN-BUS Connection

The CAN-bus connections are made via J1 a 5 pin Micro-C connector.

J1 Function
1 Shield
2 +12v
3 GND
4 CAN_H
5 CAN_L
NMEA 0183 (RS422) Connection

The NNEA 0183 (RS422) connection are made via J3 a 5way screw terminal.

J3 Function
1 GND
2 IN +
3 IN –
4 OUT –
5 OUT +
120Ω Terminator

There is a 120Ω resistor fitted to the board. To use the terminator solder a 2way header pin to JP1 then insert a jumper.

LED

There is a red LED fitted to the board. This is connected to GPIO 22.

Switch Mode Power Supply (optional)

This is an optional 5v 3A module that can power the Pi. It has an input voltage range of 7v to 24v.

Qwiic (I2C) Connector J4

J4 is a Qwiic (I2C) connector. The I2C bus can be use for extra sensors.

Qwiic \(I2C\) Connector J4

Software Installation

If you want a simple installation of OpenPlotter / Signal K then use a pre- configure SD image instead.

Download the 2023-08-04-OpenPlotter-v3-Starting-stable-64bit.img from: https://cloud.openmarine.net/s/mxrBi5K7zRj2gDq

Download and install Raspberry Pi Imager. https://www.raspberrypi.org/software/

Put a SD card in a reader and start Raspberry Pi Imager.
Click Choose OS.

Software Installation
Then click Use custom.

Software Installation

Select the zip file you have just downloaded and click CHOOSE SD CARD. Select your SD card and click WRITE.

Software Installation

Once the SD card write has finished remove it from your PC and insert into the Raspberry Pi and power up.

The first boot will take some time. You should then see a screen like this:

Start a Terminal and type in:

sudo apt-get update
sudo apt-get upgrade
sudo reboot

Next we need to add entries to config.txt
Start a new terminal and add the overlays by:

sudo nano /boot/config.txt

Add these lines to the end of file:

enable_uart=1
dtparam=i2c_arm=on
dtparam=spi=on
dtoverlay=mcp2515-can0,oscillator=16000000,interrupt=25

Press CTRL-x to save and exit.

Next we need to configure the UART by starting Raspberry Pi Coniguration:

Software Installation

Click Interfaces tab and slide Serial Console: to off

Software Installation

Click OK and reboot the Pi.

Installing CAN Utils

Start a new terminal and install the CAN utils by:

sudo apt-get install can-utils
Bring Up the Interface

You can now bring the CAN interface up with CAN 2.0B at 250kbps:

sudo /sbin/ip link set can0 up type can bitrate 250000

Connect a NMEA 2000 device to the network and start candump.

Software Installation

candump can0

You should see something like this:

Software Installation

This capture is from a Yacht Devices Digital Thermometer NMEA 2000 YDTC-13N

To automatically bring up can0 at boot up we need to edit the interface by typing in:

sudo nano /etc/network/interfaces

Add these lines to the end of file:

auto can0
iface can0 inet manual
pre-up /sbin/ip link set can0 type can bitrate 250000
up /sbin/ifconfig can0 up
down /sbin/ifconfig can0 down

Press CTRL-x to save then exit. Reboot Pi.

Starting OpenPlotter

Once the Raspberry Pi has booted up you should see a screen like this:

Starting OpenPlotter

Configure GPS NMEA 0183 (RS422)

The NMEA 01832 (RS422) is connect to the Pi on UART port. This need to be enable first. Connect a NMEA 0183 GPS device to the 5 way green terminal plug like shown below:

Configure GPS NMEA 0183 \(RS422\)

On the Pi click OpenPlotter, Serial:

Starting OpenPlotter

  1. Select ttyS0
  2. Enter gps as alias
  3. Select NMEA 0183 as data
  4. Click Apply
    Starting OpenPlotter

Wait until the changes has been applied. Then click Connections tab:

  1. Select Connections
  2. Click Add to Signal K
  3. Select Baud Rate
  4. Click AUTO.
    Starting OpenPlotter

Wait until Signal K saver restart and it should look like this:

Starting OpenPlotter

Now start OpenCPN:

  1. Start OpenCPN
  2. Click Options
  3. Click Connections
  4. Click Add Connections
    Starting OpenPlotter

Next configure the new connections:

  1. Select Serial
  2. Select ttyS0
  3. Click Apply
    Starting OpenPlotter

This will take you back to the main Options dialogue box:

  1. Click check box to bring up debug window
  2. This will show the raw gps data received
  3. Click check box again to remove debug window
  4. Click Apply
    Starting OpenPlotter

Sometimes this does not work. If this is the case close OpenCPN go back to the Serial dialogue box:

  1. Select ttyS0
  2. Click Remove
    Starting OpenPlotter

The close the Serial dialogue box and open it again. You should see:

Starting OpenPlotter

Start OpenCPN again, you should then see:

  1. GPS lock
  2. Click Dashboard
    Starting OpenPlotter
Configure I2C for BME280 Sensor

The Sparkfun BME280 sensor can provide barometric pressure, humidity, and temperature to the Raspberry Pi.

Now we need to install driver:

  1. Click OpenPlotter
  2. Click Settings
    Starting OpenPlotter

Now install the I2C Sensors:

  1. Click Refresh
  2. Select I2C Sensors
  3. Click Install, then yes. Wait until install is finished.
    Starting OpenPlotter

Now start the I2C dialogue box:

Starting OpenPlotter

  1. Click Approve. This will bring up Signal K.
    Starting OpenPlotter

  2. Type in admin

  3. Type in 1234

  4. Click Enable
    Starting OpenPlotter

On the Signal K webpage:

  1. Click and select OpenPlotter I2C.
  2. Type in NEVER.
  3. Select Read/Write.
  4. Click Approve.
    Starting OpenPlotter

Now configure the BME280 sensor:

  1. Click Add
  2. Select BME280
  3. Select 0x77
  4. Click OK
    Starting OpenPlotter

Now we need to add the missing temperature reading:

  1. Select temperature
  2. Click Edit
  3. Click Edit
    Starting OpenPlotter

Now add the temperature key:

  1. Select environment
  2. Select inside.temperature
  3. Click OK
  4. Click OK
    Starting OpenPlotter

Now open Signal K Dashboards:

Starting OpenPlotter

Now open Instrument Panel:

  1. Select Instrument Panel
  2. Click Open
    Starting OpenPlotter

In Signal K open Customise Display (spanner symbol) :

  1. Click Spanner
    Starting OpenPlotter

Now configure the signals:

  1. Click Show on grid
  2. Click Edit
  3. Select unit to suit
  4. Click Done. Repeat for all 3 readings
  5. Click eye symbol
    Starting OpenPlotter

Now you should see all 3 readings on the panel:

Starting OpenPlotter

Configure NEMA 2000

We will a wind speed sensor and a temperature sensor from Yacht Devices Digital Thermometer NMEA 2000 YDTC-13N.

  1. Click OpenPlotter
  2. Click CAN Bus
    Configure NEMA 2000

Now configure CAN bus:

  1. Click MCP2515
  2. Select SPI0 CE0
  3. Click Add Connection
    Configure NEMA 2000

Wait for Signal K to restart.

Check CAN-bus traffic:

  1. Select SPI0 CE0
  2. Click Check device traffic
  3. Check there are CAN-bus traffic
    Configure NEMA 2000

If you see CAN-bus traffic that means the board has been confiture correctly.
Close candump.

Open Signal K Instrument Panel and you should see the NMEA 2000 devices. Configure the units as required.

Configure NEMA 2000

Customer Support

SK Pang Electronics Ltd Ó 2023
www.skpang.co.uk

Logo

References

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

SK Pang electronics User Manuals

Related Manuals