reTerminal
Meet reTerminal, The Next Generation of Human Machine Interface with you, and also a new member of our reThings family. This future-ready Human-Machine Interface (HMI) device can easily and efficiently work with IoT and cloud systems to unlock endless scenarios at the edge.
● Integrated modular design with high stability and expandability
● Powered by Raspberry Pi Computer Module 4 with 4GB RAM & 32GB eMMC
● 5-Inch IPS capacitive multi-touch screen at 1280 x 720 and 293 PPI
● Wireless connectivity with dual-band 2.4GHz/5GHz Wi-Fi and Bluetooth 5.0 BLE
● High-speed expansion interface and rich I/O for more expandability
● Cryptographic co-processor with secure hardware-based key storage
● Built-in modules such as accelerometer, light sensor, and RTC
● Gigabit Ethernet Port and Dual USB 2.0 Type-A ports
● 40-Pin Raspberry Pi compatible header for IoT applications
● reTerminal is Microsoft Azure Certified
Dual Gigabit Ethernet Carrier Board with Raspberry Pi CM4
● Compact size (75x64x21mm) with rich I/O peripherals
● Dual Gigabit Ethernet connectors for soft router applications
● Camera/ display connectivity using MIPI CSI, MIPI DSI and micro-HDMI interfaces
● Onboard dual USB 3.0 with an additional USB 3.0 9-pin header for more external ports
● Micro-SD Card slot to load system image for non-eMMC version of CM4
● More Expandability via FPC Connector (I2C, SPI)
● External fan support with fan power connector
● Power using USB Type-C
Mini Router with Raspberry Pi Compute Module 4
● Dual Gigabit Ethernet connectors and OpenWrt firmware pre-installed to realize software router applications
● Camera/ display connectivity using MIPI CSI, MIPI DSI, and micro-HDMI interfaces
● Onboard dual USB 3.0 with an additional USB 3.0 9-pin header for more external ports
● Micro-SD Card slot to load system image for non-eMMC version of CM4
● More Expandability via FPC Connector (I2C, SPI)
● External fan support with fan power connector
● Power using USB Type-C
Raspberry Pi Compute Module 4 IO Board
The Compute Module 4 IO Board is a companion board for Raspberry Pi Compute Module 4. It is designed for use both as a development system for Compute Module 4 and as an embedded board integrated into end products.
PIzza Raspberry Pi CM4 Mini PC
PIzza is a micro server based on the Raspberry Pi Compute Module 4, designed for makers and commercial applications alike.
● Diverse network connectivity options
● Dual-band 2.4GHz/5GHz WiFi
● Dual Gigabit Ethernet ports
● 4G/LTE communication via mini PCIe (other modules supported)
● Expandable Storage: M.2 NVME Socket for SSD Expansion
● Multimedia Ready: HDMI Output at up to 4Kp60
EdgeBox-RPi4 Edge Computing Controller with 4GB RAM, 32GB eMMC and 2.4/5GHz WiFi
Rugged, fanless Edge Computing Controller powered by the Raspberry Pi Compute Module 4 (CM4) for harsh industrial environments.
● Rich interfaces for industrial applications
● Industrial-grade isolated DI/DO terminal
● Industrial-grade isolated RS-485 interface
● Diverse network connectivity options
● Dual-band 2.4GHz/5GHz Wi-Fi
● Gigabit Ethernet
● 4G/LTE communication
● Designed for reliability with built-in uninterruptible power supply (UPS) with supercap
Raspberry Pi Approved Design Partners
Tailor your industrial Pi design with Seeed
We’re excited to join the Program as a Raspberry Pi Approved Design Partner. Seeed has always been enabling developers all around the world to realize their products through our products, customization, and agile manufacturing services.
“We’ve seen so many automation, IoT, robotics, and other embedded applications powered by Raspberry Pi emerging in our community. We’ll continue to support IoT developers to build industrial products using Raspberry Pi.”
-- Said Eric Pan
Free Raspberry Pi Compute Module 4 Carrier Boards with Seeed Fusion PCB Assembly Service.
The Dual Gigabit Ethernet Carrier Board and reTerminal are examples of Seeed’s design capabilities and familiarity with Raspberry Pi products. Specializing in popular open source platforms, Seeed can provide specialist aid in realizing your design and distributing the physical product to users around the world. We are confident that we are able to provide Raspberry Pi-based design solutions to meet your needs.
Fill in the form and tell us about your compute module 4 design.
Manufacture your Custom Raspberry Pi CM4 Carrier Board with the Seeed PCB Assembly Service and Get up to $500 Off
Explore With Community
Getting Started with OpenWrt on Dual Gigabit Ethernet Carrier Board
OpenWrt is an open-source Linux operating system which runs on embedded devices/ routers. It offers more features, performance and security than a traditional router. It has a filesystem that’s fully writable and includes a package management system. You can make use of these packages to suit your applications in various ways.
Edge Impulse Object Detection and ARM NN Accelerated Inference
We can easily train an object detection model by collecting samples with camera connected to reTerminal, then train in the cloud and automatically download and run the trained model with edge-impulse-linux-runner.
Getting Started with MediaPipe on reTerminal
MediaPipe is a an open-source framework from Google for building multimodal (eg. video, audio, any time series data), cross platform (i.e Android, iOS, web, edge devices) applied ML pipelines. It is performance optimized with end-to-end ondevice inference in mind. Mediapipe is currently under active development and includes multiple demos, that can be run out-of-the box after installing Mediapipe on reTerminal.
Multi-stage inference with Edge Impulse /Tensorflow Lite – reTerminal
Do we really need multi-stage inference and could object detectors do both detection and fine-grained classification?
There are some models that can perform detection and large class-size classification pretty well, such as YOLO9000, but these are not suitable for running on embedded devices with constrained resources. So, for now, multi-stage inference is the best technique we have in our Computer Vision arsenals for this type of application.