Rock 3 Model C 2GB
The OKdo ROCK 3 Model C (ROCK 3C) is a dependable single board computer based on the powerful Rockchip RK3566 SoC in an ultra-small form factor.
Overview
Despite its compact size, OKdo ROCK 3 Model C is packed with remarkable features, including Quad core Armv8.2‑A Cortex®‑A55 CPU, Arm Mali™ G52 GPU, Wireless support including WiFi 5, HDMI 2.0 port supporting displays up to 1080p resolution, multiple connectivity and storage possibilities, and it’s compatible with a wide range of software operating systems! Whether you’re an engineer, an IoT enthusiast, or a hobbyist looking to create ground-breaking applications we’re certain that you’ll be blown away by the ROCK 3C. This impressive little board is a reliable and extremely capable platform for bringing your ideas to life.
Reliable Rockchip SoC
ROCK 3C provides reliable and capable performance based on the Rockchip RK3566 SoC, Quad core Armv8.2‑A Cortex®‑A55 up to 1.6GHz, Arm Mali™ G52 GPU, and 32-bit LPDDR4 2GB RAM. Rest assured that its compact size doesn’t mean it’s lacking features, the ROCK 3C will deliver outstanding performance while leveraging outstanding mechanical compatibility.
WiFi onboard, as standard
The ROCK 3C benefits from 802.11 b/g/n/ac Wireless LAN support including WiFi5 and Bluetooth 5.0 making it the ideal solution for supporting your IoT applications, whether you’re looking to create a smart application that requires a reliable Bluetooth connection, or you just want to connect your board to the internet via WiFi, the ROCK 3C has you covered!
More OS, more options
ROCK 3C is a super practical little board, as it is compatible with multiple operating systems, including Android 11, Debian/Ubuntu Linux, the full implementation of the Arm architecture v8‑A instructions set, and others.
No more storage limitations
You may think the ROCK 3C lacks storage capacity with its 32-bit LPDDR4 2GB RAM, however, it benefits from a high-speed eMMC socket for eMMC modules which can be used for data storage and OS. The eMMC socket is compatible with readily available industrial pinout and form factor hardware.
Highly compatible with SBC accessories
There’s nothing more frustrating than getting a new piece of tech and finding out it’s not compatible with your existing accessories. The ROCK 3C’s 40-pin header supports a huge range of interface options, offering an abundance of connectivity capabilities meaning the 3C is compatible with almost every accessory you could think of! On top of that, the dual functionality of many of the pins opens the possibilities for advanced accessories, the sky is the limit!
Supports 1080p display
With an Arm Mali™ G52 graphics processing unit (GPU) at its heart, the ROCK 3C is ideal for multimedia applications, such as videos, and signage. The board benefits from camera and display interfaces, HDMI 2.0 port supporting display up to 1080p resolution, near-CD-quality audio output through a 4-ring 3.5mm audio jack with mic input, and more.
Interfaces:
- 802.11 b/g/n/ac Wireless LAN supporting WiFi 5
- BT 5.0
- 1x HDMI 2.0 port supporting displays up to 1080p resolution
- 1x SD Card slot
- 3x USB2 HOST ports – The upper middle port can be used as USB2 OTG/HOST port
- 1x USB3 HOST port
- 1x Gigabit Ethernet port – supports PoE with add‑on PoE HAT
- 1x M.2 M‑Key connector for NVMe SSD or SATA SSD
- 1x camera port supporting 2‑lane MIPI CSI
- 1x display port supporting 2‑lane MIPI DSI
- 3.5mm jack with microphone. The HD codec supports up to 24‑bit/96KHz audio
- 40x user GPIO supporting various interface options: up to 5 x UART, 1 x SPI bus, up to 2 x I2C bus, 1 x PCM/I2S, up to 6 x PWM, up to 28 x GPIO, 2 x 5V DC power in, 2 x 3.3V power pin
Tech specs
SoC | Rockchip RK3566 |
Processor | Quad‑core Arm® Cortex®‑A55 (ARMv8) 64‑bit @ 1.6GHz |
GPU | Arm Mali™‑G52‑2EE GPU, supporting OpenGL® ES1.1/2.0/3.2, Vulkan® 1.1, OpenCL™ 2.0 |
Memory | 32-bit LPDDR4 2GB RAM |
Power Requirements |
|
HDMI | 1x HDMI 2.0 port supporting display up to 1080p resolution |
USB |
|
Connectivity | M.2 M‑Key 2230 connector with PCIe 2.1 1‑lane and SATA 3.0 combo interfaces, providing high-speed storage access. |
MIPI |
|
Storage | eMMC |
UARTS | 5x UART |
External Antenna | NO |
Software |
|
Temperature | Operation temperature: 0~50 ℃ |
Get Inspired
Learn how to build a complete HMI with Arduino that will allow you to interact with your projects in an intuitive and visual way.
OPC Unified Architecture – OPC UA in short – is a cross-platform, open-source machine-to-machine communication protocol for industrial automation. It was developed by the Open Platform Communications (OPC) Foundation and is defined in detail in the IEC 62541 standard. With the release of the Arduino_OPC_UA library we enable users to convert any product from our Arduino Opta range into an OPC UA-enabled device. Step-by-step guide to setting up OPC UA on Arduino Opta It’s as simple as uploading a single sketch onto your Opta and connecting it to an Ethernet network. Once uploaded, the OPC UA firmware exposes the Arduino Opta’s analog and digital inputs, the user button and LED (only Arduino Opta WiFi), as well as its relay outputs as properties that can be read from or written to using OPC UA. OPC UA communication is performed using OPC UA binary encoding via TCP sockets. Arduino_OPC_UA is a port of the Fraunhofer open62541 library implementing IEC 62541 in highly portable C99 for both Windows and Linux targets. One serious challenge during the porting of open62541 was to decide on sensible tradeoffs concerning RAM consumption, as using OPC UAs full namespace zero (NS0) requires up to 8 MB of RAM while the STM32H747 powering the Arduino Opta has a total of 1 MB of SRAM to offer – some of which already allocated by the the Arduino framework for the Arduino Opta. Expand functionality with Arduino Opta Modules and OPC UA integration Additionally, Arduino_OPC_UA supports the automatic discovery, configuration and exposure as OPC UA objects of the recently released Arduino Opta expansion modules. Currently three different expansion modules exist: Arduino Opta Analog Expansion (A0602), Arduino Opta Digital Expansion with electro-mechanical relay outputs (D1608E), and with solid-state relay outputs (DS1608S). During system start-up, the Arduino Opta’s expansion bus is queried for connected expansion modules and automatically configures them and