Skip to content

Commit

Permalink
Merge pull request #23 from nalbam/main
Browse files Browse the repository at this point in the history
add rj45
  • Loading branch information
nalbam authored Oct 24, 2023
2 parents 8911867 + 14885ea commit 372d869
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,27 @@ git clone https://github.com/aws-deepracer-community/deepracer-timer.git

## gpio

![GPIO](images/GPIO-Pinout-Diagram-2.png)
![GPIO](images/gpio.png)

```text
VCC : 1, 17
GND : 6, 9, 14, 20, 25, 30, 34, 39
VCC : 1, 17
GND : 9, 25
DOUT : 11, 13
```

## rj45

![RJ45](images/rj45.png)

```text
1 (VCC) -> Blue
9 (GND) -> Green
11 (DOUT) -> Blue/White
13 (DOUT) -> Brown/White
17 (VCC) -> Brown
25 (GND) -> Orange
```

## Hardware

* [Raspberry pi 4 (4GB)](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/)
Expand Down
File renamed without changes
Binary file added images/rj45.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 372d869

Please sign in to comment.