Skip to content

    Your cart is empty

    Time to spark some excitement 🛒⚡

Taxes and shipping calculated at checkout
Subtotal €0,00

Rock 3 Model C 2GB

SKU TPX00207 Barcode 6975225650351 Show more
Original price €0
Original price €48,99 - Original price €48,99
Original price
Current price €48,99
€48,99 - €48,99
Current price €48,99
VAT included

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
  • The ROCK 3C’s recommended power source capacity is at least 5V/3A without M.2 SSD or 5V/4A using with M.2 SSD.
  • USB Type‑C® 5V
  • 5V Power applied to the GPIO PIN 2 & 4
HDMI 1x HDMI  2.0 port supporting display up to 1080p  resolution
USB
  • 3x USB2 HOST ports – The upper middle port can be used as USB2 OTG/HOST port
  • 1x USB3 HOST port
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
  • 1x 2 lane DSI
  • 1x 2 lane CSI
Storage eMMC
UARTS 5x UART
External Antenna NO
Software
  • ARMv8 Instruction Set
  • Debian/Ubuntu Linux support
  • Android 11 support
  • Hardware access/control library for Linux/Android
Temperature Operation temperature: 0~50 ℃

Get Inspired

PROJECT HUB
Create a Human-Machine Interface (HMI) with Arduino
Create a Human-Machine Interface (HMI) with Arduino
Project Tutorial by sabas1080

Learn how to build a complete HMI with Arduino that will allow you to interact with your projects in an intuitive and visual way.

read more
BLOG
Machine-to-machine communication is easier than ever: Opta now supports OPC UA
Machine-to-machine communication is easier than ever: Opta now supports OPC UA
November 5, 2024

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

read more

Inspired by your shopping trends

  • Arduino Micro

    The Micro is a microcontroller board based on the ATmega32U4 (datasheet), developed in conjunction with Adafruit. It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 a...

  • Arduino Nano

    The Arduino Nano is a small, complete, and breadboard-friendly board based on the ATmega328 (Arduino Nano 3.x). It has more or less the same functionality of the Arduino Duemilanove, but in a diffe...

  • Rock 5 Model B 8GB

    Reliable hardware - robust performance based on the Rockchip RK3588 SoC, Arm DynamIQ Quad Cortex - A76 @ 2.2/2.4GHz, Quad Cortex - A55 @ 1.8GHz CPU, Arm Mali - G610MC4 GPU and 8GB 64bit LPDDR4 RAM....

  • Arduino MKR WiFi 1010

    The Arduino MKR WiFi 1010 is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at building a sensor network connected to your office or home route...

Compare products

0 of 3 items selected

Select first item to compare

Select second item to compare

Select third item to compare

Compare
Your Cart


Continue shopping