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

Details the mapping between peripherals on Solo #249

Closed
wants to merge 2 commits into from
Closed
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
14 changes: 14 additions & 0 deletions book/hardware-accessorybay.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ CAN - Uses the [UAVCAN](http://uavcan.org/UAVCAN) protocol and interfaces direct

USB - USB Host device to the iMX6 co-processor.

## Peripheral Mapping

The accessory port breaks out a subset of the available peripherals of the Pixhawk2 and iMX. Here is the mapping between the different naming schemes of peripherals available on Solo.

| HAL | System | ArduCopter Parameter | Pixhawk2 | Solo Peripheral |
|-------------|--------------|-----------------------|----------|-----------------|
| px4io/sbus | /dev/ttyS0 | | | |
| uartA | /dev/ttyACM0 | | USB | |
| uartB | /dev/ttyS3 | SERIAL3 | GPS | Internal GPS |
| uartC | /dev/ttyS1 | SERIAL1 | Telem1 | |
| uartD | /dev/ttyS2 | SERIAL2 | Telem2 | Acc. Port |
| uartE | /dev/ttyS6 | SERIAL4 | Serial4 | Gimbal |
| nsh console | /dev/ttyS5 | | Serial5 | Acc. Port |

## Accessory Breakout Board

An open source reference design for a breakout board can be found [here](https://github.com/3drobotics/Pixhawk_OS_Hardware/tree/master/Accessory_Breakout_X1).