Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add penta pinout #544

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/accessories/penta-sata-hat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,33 @@ sidebar_position: 1

![Radxa M.2 Extension Board](/img/accessories/penta-sata-hat-04.webp)


## 40 针 Pinout

| Description | Function | Pin# | Pin# | Function | Description |
|---------------|----------|------|------|----------|-------------|
| | | 1 | 2 | VCC | |
| OLED I2C | I2C_SDA | 3 | 4 | VCC | |
| OLED I2C | I2C_SCL | 5 | 6 | GND | |
| | | 7 | 8 | | |
| | GND | 9 | 10 | | |
| top board key | GPIO | 11 | 12 | | |
| | | 13 | 14 | GND | |
| | | 15 | 16 | GPIO | reset OLED |
| | | 17 | 18 | | |
| | | 19 | 20 | GND | |
| | | 21 | 22 | | |
| | | 23 | 24 | | |
| | GND | 25 | 26 | | |
| | | 27 | 28 | | |
| | | 29 | 30 | GND | |
| | | 31 | 32 | | |
| tb-fan speed | PWM | 33 | 34 | GND | |
| | | 35 | 36 | | |
| | | 37 | 38 | | |
| | GND | 39 | 40 | | |


## 使用指南

<DocCardList />
2 changes: 1 addition & 1 deletion docs/compute-module/cm5/radxa-os/app-dev/ros2_humble.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 3

# 安装 ROS2 HUMBLE

import ROS2 from '../../../common/dev/\_ros2-humble-compilation.mdx';
import ROS2 from '../../../../common/dev/\_ros2-humble-compilation.mdx';

<ROS2 />
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,33 @@ If you use large capacity 3.5-inch mechanical hard drives on the Penta SATA HAT,

![Radxa M.2 Extension Board](/img/accessories/penta-sata-hat-04.webp)


## 40Pin Pinout

| Description | Function | Pin# | Pin# | Function | Description |
|---------------|----------|------|------|----------|-------------|
| | | 1 | 2 | VCC | |
| OLED I2C | I2C_SDA | 3 | 4 | VCC | |
| OLED I2C | I2C_SCL | 5 | 6 | GND | |
| | | 7 | 8 | | |
| | GND | 9 | 10 | | |
| top board key | GPIO | 11 | 12 | | |
| | | 13 | 14 | GND | |
| | | 15 | 16 | GPIO | reset OLED |
| | | 17 | 18 | | |
| | | 19 | 20 | GND | |
| | | 21 | 22 | | |
| | | 23 | 24 | | |
| | GND | 25 | 26 | | |
| | | 27 | 28 | | |
| | | 29 | 30 | GND | |
| | | 31 | 32 | | |
| tb-fan speed | PWM | 33 | 34 | GND | |
| | | 35 | 36 | | |
| | | 37 | 38 | | |
| | GND | 39 | 40 | | |


## User Guide

<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sidebar_position: 3

# Install ROS2 HUMBLE

import ROS2 from '../../../common/dev/\_ros2-humble-compilation.mdx';
import ROS2 from '../../../../common/dev/\_ros2-humble-compilation.mdx';

<ROS2 />
Loading