Advertisement

Quick Links

Strato Pi CM Duo v3 User Guide
December 2022
Revision 030
SCMD30XS Strato Pi CM Duo v3 Solo
SCMD30XPL Strato Pi CM Duo v3 3+ Lite
SCMD30XP1 Strato Pi CM Duo v3 3+ 8GB
SCMD30XP2 Strato Pi CM Duo v3 3+ 16GB
SCMD30XP3 Strato Pi CM Duo v3 3+ 32GB
SCMD30X4L Strato Pi CM Duo v3 4S Lite
SCMD30X41 Strato Pi CM Duo v3 4S 8GB
SCMD30X42 Strato Pi CM Duo v3 4S 16GB
SCMD30X43 Strato Pi CM Duo v3 4S 32GB

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the strato Pi CM Duo v3 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Sferalabs strato Pi CM Duo v3

  • Page 1 December 2022 Revision 030 SCMD30XS Strato Pi CM Duo v3 Solo SCMD30XPL Strato Pi CM Duo v3 3+ Lite SCMD30XP1 Strato Pi CM Duo v3 3+ 8GB SCMD30XP2 Strato Pi CM Duo v3 3+ 16GB SCMD30XP3 Strato Pi CM Duo v3 3+ 32GB...
  • Page 2: Table Of Contents

    Testing the Real Time Clock Configuring the serial port Using Strato Pi CM Duo Real Time Clock RS-485 serial port SD matrix USB ports power management Secure element Push button Hardware watchdog Reset cycle Strato Pi CM Duo v3 User Guide...
  • Page 3 Advanced configuration Block diagram Technical specifications Dimensions Disposal Installation and use restrictions Standards and regulations Safety instructions Set-up Conformity Information CANADA RCM AUSTRALIA / NEW ZEALAND Strato Pi CM Duo v3 User Guide...
  • Page 4 Strato and Sfera Labs are trademarks of Sfera Labs S.r.l. Other brands and names may be claimed as the property of others. 
 Copyright © 2019-2022 Sfera Labs S.r.l. All rights reserved. Strato Pi CM Duo v3 User Guide...
  • Page 5: Safety Information

    CAUTION Indicates a hazardous situation which, if not avoided, can result in minor or moderate personal injury. NOTICE Indicates a situation which, if not avoided, can result in damage of property. Strato Pi CM Duo v3 User Guide...
  • Page 6: Safety Instructions

    Use only appropriate tools when installing this product. Using excessive force with tools may damage the product, alter its characteristics or degrade its safety. Strato Pi CM Duo v3 User Guide...
  • Page 7: Battery

    100°C and protect from direct sunlight, moisture and condensation. Dispose of used batteries according to local regulations and the battery manufacturer's instructions.
 Strato Pi CM Duo v3 User Guide...
  • Page 8: Introduction

    The information contained in this manual covers all Strato Pi CM Duo versions. All Strato Pi CM Duo versions are identical, except for the Compute Module model installed. This manual generally refers to all products as Strato Pi CM Duo. Strato Pi CM Duo v3 User Guide...
  • Page 9: Features

    Raspberry Pi Compute Module 4S 16GB, Raspberry Pi Compute Module 4S 32GB, Raspberry Pi Compute Module 4S Lite Strato Pi CM Duo 3+: ✓ pre-installed and tested Raspberry Pi Compute Module 3+, Lite, 8GB, 16GB or 32GB eMMC versions. Strato Pi CM Duo v3 User Guide...
  • Page 10: Device Identification

    ✓ pre-installed and tested Raspberry Pi Compute Module 4S, Lite, 8GB, 16GB or 32GB eMMC versions Device identification The device can be identified with the information provided in the rating and identification plate, permanently attached to the side of the case. EXAMPLE RATING AND IDENTIFICATION PLATE Strato Pi CM Duo v3 User Guide...
  • Page 11: Hardware Setup

    DIN rail hook first 4. The circuit boards assembly will simply slide out of the case, as it is mechanically held in place by the bottom case only Strato Pi CM Duo v3 User Guide...
  • Page 12: Closing The Case

    Align the notches on the Compute Module with the ridges in the DDR2 slot. Insert the module using firm and even pressure, and push down on the module until the clips on the side of the slot snap into place. Strato Pi CM Duo v3 User Guide...
  • Page 13: How To Flash The Emmc

    The microSD slots are not directly accessible with the case closed. The slots are located on the vertical board, next to the USB/Ethernet modular connector. The bottom slot is SDA, and the top is SDB. MICRO SD SLOTS https://www.raspberrypi.com/documentation/computers/compute-module.html#flashing-the- compute-module-emmc https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#usb-host-boot-mode https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#booting-from-usb- mass-storage Strato Pi CM Duo v3 User Guide...
  • Page 14: Replacing The Rtc Backup Battery

    You don't need tools to insert the battery. The battery is held into place by a spring contact. BR1220 batteries (Lithium Poly-carbonmonofluoride) can also be used, for improved shelf and service life. Strato Pi CM Duo v3 User Guide...
  • Page 15: Terminal Block

    ✓ DC: nominal voltage range 9V to 28.0V. Respect the correct polarity shown in the schematic diagram (+ -). The power supply circuit implements reverse polarity protection using an auto resetting fuse and surge protection up to ±1000V/2ohms 1.2/50μs. Strato Pi CM Duo v3 User Guide...
  • Page 16: Dedicated Gpio Pins

    C SCL line for the real time clock GPIO14/TXD serial TX line GPIO15/RXD serial RX line FUSE marks the level where the polyfuse opens to limit input current; REG is the voltage regulator's thermal protection limit. Strato Pi CM Duo v3 User Guide...
  • Page 17 USB1 fault GPIO31 set to low to enable USB2 (top) power GPIO1 low on USB2 fault GPIO6 expansion bus enable (reserved for future use) GPIO34 in/out expansion bus aux/act line (reserved for future use) Strato Pi CM Duo v3 User Guide...
  • Page 18: Software Installation And Configuration

    Optionally, to be able to use the sysfs files not as super user, create a new group "stratopi" and set it as the module owner group by adding an udev rule: $ sudo groupadd stratopi Strato Pi CM Duo v3 User Guide...
  • Page 19: Enabling The Second Sd Interface

    $ date Thu Dec 10 18:02:32 CET 2015 Also check the date and time stored in the hardware clock: $ sudo hwclock -r Thu 10 Dec 2015 06:03:01 PM CET -0.546570 seconds Strato Pi CM Duo v3 User Guide...
  • Page 20: Configuring The Serial Port

    RS-485 interface for your applications, you should disable it to avoid console data being sent to the serial port. To disable the ttyAMA0 console service, run: $ sudo systemctl disable serial-getty@ttyAMA0.service and edit the /boot/cmdline.txt file to delete the serial console configuration: console=serial0,115200 Strato Pi CM Duo v3 User Guide...
  • Page 21: Using Strato Pi Cm Duo

    These resistors can be disabled by removing jumpers JP1 and JP2 respectively. A 100 Ohm termination resistor between A and B is connected when the J1 micro-switch is moved toward the terminal block. RS-485 JUMPERS AND SWITCH SCHEMATIC Strato Pi CM Duo v3 User Guide...
  • Page 22: Sd Matrix

    2x2 connections between both SDX/SD1 interfaces and the SDA/SDB slots. NOTICE Disconnecting an SD card from the Compute Module's SD interfaces when partitions from the card are mounted at the operating system level, can result in file system and data Strato Pi CM Duo v3 User Guide...
  • Page 23 With SDA used as the boot card, SDB can be connected to the SD1 interface, and used as additional storage. SD MATRIX BOOT FROM SDA AND SDB ENABLED FOR ADDITIONAL STORAGE The SDX interface can be connected to SDB instead of SDA, so that boot will be done from SDB. Strato Pi CM Duo v3 User Guide...
  • Page 24: Usb Ports Power Management

    Compute Module versions that have the embedded eMMC storage, when no external SD card is needed. USB ports power management Strato Pi CM Duo has two USB ports, USB1 (bottom) and USB2 (top). USB PORTS Strato Pi CM Duo v3 User Guide...
  • Page 25: Secure Element

    ✓ Networking key management support ✓ Turnkey PRF/HKDF calculation for TLS 1.2 & 1.3 ✓ Ephemeral key generation and key agreement in SRAM – Small message encryption with keys entirely protected ✓ Secure boot support Strato Pi CM Duo v3 User Guide...
  • Page 26: Push Button

    Guide" document. The watchdog is normally disabled. To enable it, set GPIO39 pin to high. While GPIO39 is high, the Strato Pi CM Duo controller will watch for state changes of the GPIO32 heartbeat Strato Pi CM Duo v3 User Guide...
  • Page 27: Reset Cycle

    (TX-Enable control) of the RS-485 serial port is also configurable. These configuration parameters can be accessed using the Strato Pi kernel module or implementing the underlying ASCII-based serial protocol described in the "Strato Pi Logic Controller Advanced Configuration Guide" document. Strato Pi CM Duo v3 User Guide...
  • Page 28: Block Diagram

    Block diagram STRATO PI CM DUO BLOCK DIAGRAM Strato Pi CM Duo v3 User Guide...
  • Page 29: Technical Specifications

    EN 61000-4-3 (Radiated RF Field) EN 61000-4-4 (Burst/fast transient) Electromagnetic immunity compliance EN 61000-4-5 (Surge) EN 61000-4-6 (Conducted) EN 61000-4-8 (Power frequency magnetic field) CM1, CM3: -20…+50 °C Operating temperature CM3+, CM4S: -20…+60 °C Strato Pi CM Duo v3 User Guide...
  • Page 30 Storage temperature -30…+80 °C Altitude Up to 2000 m Humidity 5% to 95% RH noncondensing Protection degree IP20 Weight 160 g (including Raspberry Pi Compute Module) Strato Pi CM Duo v3 User Guide...
  • Page 31: Dimensions

    Dimensions DIMENSIONS (mm) Strato Pi CM Duo v3 User Guide...
  • Page 32: Disposal

    For the first installation of the device proceed according to the following procedure: ✓ make sure all power supplies are disconnected ✓ install and wire the device according to the schematic diagrams on the specific product user guide Strato Pi CM Duo v3 User Guide...
  • Page 33: Conformity Information

    This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) this device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation. Strato Pi CM Duo v3 User Guide...
  • Page 34: Canada

    Cet appareil numérique de la classe B est conforme à la norme NMB-003 du Canada. RCM AUSTRALIA / NEW ZEALAND This product meets the requirements of the standard EN 61000-6-3:2007/A1:2011/ AC:2012 - Emission for residential, commercial and light-industrial environments. Strato Pi CM Duo v3 User Guide...

This manual is also suitable for:

Strato pi cm duo v3 soloStrato pi cm duo v3 3+ liteStrato pi cm duo v3 3+Strato pi cm duo v3 4s liteStrato pi cm duo v3 4sScmd30xs ... Show all

Table of Contents