Skip to content

Commit

Permalink
Add pin reference table for Pi Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeneiderhauser committed Nov 25, 2023
1 parent 88a08a0 commit 58a804e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ On link up/down the onboard Pi Pico LED will light indicating connection

In a nutshell, wire the ELRS RX up to a uart on the pipico, 5v, and gnd.

| Raspberry Pico | ELRS/CRSF Receiver |
| -------------- | ------------------ |
| VBUS (PIN 40) | 5V |
| GND (PIN 38) | GND
| GP4 (PIN 6) | RX |
| GP5 (PIN 7) | TX |

Other boards are supported, see the [board_defs.h](./include/board_defs.h) file.

| Part | Link | Approx Cost |
| ----- | ---- | ------------|
| Pi Pico | https://www.pishop.us/product/raspberry-pi-pico/ | $4 (Approx $6 with shipping) |
Expand Down

0 comments on commit 58a804e

Please sign in to comment.