PiCAN with GPS - Gyro - Accelerometer CAN-Bus Board for Raspberry Pi
Product Description
Discontinued.
The PiCAN GPS board provides CAN-Bus and GPS capability for the Raspberry Pi. It uses the Microchip MCP2515 CAN controller. CAN connections are made via 4 way screw terminal plugs. The GPS is provided by a 66-channels MTK3339 chipset module. An onboard battery holder exists for a CR1225 cell. The backup power is for the real time clock and helps reduce startup times. The GPS module has a built-in patch antenna but an external active antenna can also be used via uFL connector.
Raspberry Pi 4 Compatibility
The PiCAN board is fully compatible with the new Raspberry Pi 4 Model B.
Features
- CAN v2.0B at 1 Mb/s
- High speed SPI Interface (10 MHz)
- Standard and extended data and remote frames
- 120Ω terminator ready
- Serial LCD ready
- LED indicator
- Four fixing holes, comply with Pi Hat standard
- SocketCAN driver, appears as can0 to application
- Interrupt RX on GPIO25
- MTK3339 chipset
- -165 dBm sensitivity, 10 Hz updates, 66 channels
- RTC battery holder
- Fix status LED
- On board patch antenna
- uFL connector for external active antenna
- I2C Digital-output of 6 or 9-axis MotionFusion data in rotation matrix, quaternion, Euler Angle, or raw data format
- Input Voltage: 2.3 - 3.4V
- Selectable Solder Jumpers on CLK, FSYNC and AD0
- Tri-Axis angular rate sensor (gyro) with a sensitivity up to 131 LSBs/dps and a full-scale range of ±250, ±500, ±1000, and ±2000dps
- Tri-Axis accelerometer with a programmable full scale range of ±2g, ±4g, ±8g and ±16g
- Digital Motion ProcessingTM (DMPTM) engine offloads complex MotionFusion, sensor timing synchronization and gesture detection
- Embedded algorithms for run-time bias and compass calibration. No user intervention required
Optional Items
- External GPS antenna with uFL to SMA cable
- CR1225 cell not included
GPS Output Data Format
The GPS sensor provides data according to NMEA 0183 (as does any standard GPS sensor), and decoding the data is fairly easy to accomplish with the following information, the so-called NMEA output sentences, at hand.
Free software libraries for parsing or building NMEA sentences
Documents
- Schematic Rev B
- User and installation guide
- Python3 examples in Github
- MPU-6050 examples
- Troubleshooting your PiCAN2 CAN Interface Board for Raspberry PI
- PiCAN2 CAN Bus Board for Raspberry Pi - Functionality Test
- Enable serial port on Raspberry Pi
Downloads
- MTK3329/MTK3339 command set sheet for changing the fix data rate, baud rate, sentence outputs, etc!
- Datasheet for the MTK3339 GPS module
- MT3339 GPS PC Tool (windows only) and the PC Tool manual
- Mini GPS tool (windows only)
More Resources
Programming the Raspberry Pi - Getting Started with Python
- Updated for Raspberry Pi 2
- Set up your Raspberry Pi and explore its features
- Navigate files, folders, and menus
- Write Python programs using the IDLE editor
- Use strings, lists, functions, and dictionaries
- Work with modules, classes, and methods
- Create user-friendly games using Pygame
- Build intuitive user interfaces with Tkinter
- Attach external electronics through the GPIO port
- Add powerful Web features to your projects