Skip to content

Commit 2583ecc

Browse files
authored
Update groundstation-radxa-zero-3w.md
1 parent 9295a1d commit 2583ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/use-cases/fpv/groundstation-radxa-zero-3w.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ To record DVR, push the button once. The stream will start and DVR will begin re
7070

7171
DVR is saved to the Videos folder in your home directory. DVR can be accessed either at /home/radxa/Videos or via a media server. Connect your groundstation to your home network and it can be accessed via a web browser at x.x.x.x:8080 -- replace x.x.x.x with your groundstation's local ip address.
7272

73-
Connect Led long lead to +5v, Led short lead via a 1k resistor to GPIOAO_2 (The other BLUE pin on Radxa),
73+
Connect Led long lead to +5v, Led short lead via a 1k resistor to GPIOAO_2.
7474

7575
```bash
7676
sudo gpioset gpiochip4 11=0 # turn LED on
7777
sudo gpioset gpiochip4 11=1 # turn LED off (actually it is very # simply lit because i guess logic level 0 is not 0 volts)
7878
```
7979

80-
Circuit wiring: +5v —> +Led- —-> 1k resistor —> pin 28 on Radxa z3w (aka the other blue pin)
80+
Circuit wiring: +5v —> +Led- —-> 1k resistor —> pin 28 on Radxa z3w
8181

8282
<hr>
8383

0 commit comments

Comments
 (0)