Skip to content

Commit 4337ed7

Browse files
committed
update README.md
1 parent 0d4649b commit 4337ed7

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This project is a DIY proxy tool that bridges a wireless Android phone with a US
77
Originally derived from the [WirelessAndroidAutoDongle](https://github.com/nisargjhaveri/WirelessAndroidAutoDongle) project (specifically as
88
a replacement for its `aawgd` component), it has since evolved into an independent and self-contained solution with its own development direction.
99

10-
As with the original project, our primary focus is on supporting the Raspberry Pi. However, other boards are also currently in development,
11-
including [AAWireless TWO](https://www.aawireless.io/en/products/aawireless-two) (thanks to collaboration with its creators)
12-
and the [Radxa Zero 3W](https://radxa.com/products/zeros/zero3w/).
10+
The project initially focused on supporting the Raspberry Pi, but has since grown to include other platforms as well.
1311

1412
![Hardware overview](images/aa-proxy-rs.webp)
1513
*Sample Connection Diagram – Raspberry Pi Zero 2 W*
@@ -41,11 +39,14 @@ There's also a great and supportive community on Discord built around this proje
4139
feel free to connect with us on the [aa-proxy Discord](https://discord.gg/c7JKdwHyZu) server.
4240

4341
## Supported Hardware
44-
This project is currently tested and built for the following Raspberry Pi boards that support USB OTG:
42+
This project is currently tested and built for the following boards that support USB OTG:
4543
- Raspberry Pi Zero W
4644
- Raspberry Pi Zero 2 W
4745
- Raspberry Pi 3 A+
4846
- Raspberry Pi 4
47+
- Raspberry Pi 5
48+
- [AAWireless TWO](https://www.aawireless.io/en/products/aawireless-two)
49+
- [Radxa Zero 3W](https://radxa.com/products/zeros/zero3w/)
4950

5051
> [!NOTE]
5152
> **Raspberry Pi 3 B+ is _not_ supported** due to the lack of USB OTG support.
@@ -61,14 +62,12 @@ This project is currently tested and built for the following Raspberry Pi boards
6162
> This can occasionally cause connection issues — especially during the initial pairing phase when both Wi-Fi and Bluetooth are active.
6263
> The problem is particularly noticeable on devices like the **Raspberry Pi Zero 2 W**.
6364
64-
Work is currently in progress to support additional hardware platforms, including:
65-
- **AAWireless TWO** – thanks to collaboration with its creators
66-
- **Radxa Zero 3W**
67-
6865
In theory, support can be extended to other hardware platforms in the future, as long as the following basic requirements are met:
6966
- USB OTG or USB Gadget mode support
7067
- Wi-Fi and Bluetooth (either built-in or via external adapters)
7168

69+
Some work is already underway to bring support to more hardware platforms. For the latest updates or specific questions, feel free to ask on Discord.
70+
7271
The latest stable SD card images are available on the [Releases page](https://github.com/manio/aa-proxy-rs/releases).
7372

7473
## First-time Connection
@@ -201,13 +200,13 @@ Steps:
201200
[Mon Aug 25 15:24:43 2025] usb 3-1: new high-speed USB device number 84 using xhci_hcd
202201
[Mon Aug 25 15:24:43 2025] usb 3-1: New USB device found, idVendor=18d1, idProduct=2d00, bcdDevice= 6.12
203202
[Mon Aug 25 15:24:43 2025] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
204-
[Mon Aug 25 15:24:43 2025] usb 3-1: Product: aa-proxy-rs
205-
[Mon Aug 25 15:24:43 2025] usb 3-1: Manufacturer: My Own
206-
[Mon Aug 25 15:24:43 2025] usb 3-1: SerialNumber: 0123456
203+
[Mon Aug 25 15:24:43 2025] usb 3-1: Product: aa-proxy-rs (Raspberry Pi Zero 2 W Rev 1.0)
204+
[Mon Aug 25 15:24:43 2025] usb 3-1: Manufacturer: aa-proxy
205+
[Mon Aug 25 15:24:43 2025] usb 3-1: SerialNumber: 00000000a3f7d2c9
207206
```
208207

209208
- Then launch DHU with:
210-
`desktop-head-unit --usb=0123456`
209+
`desktop-head-unit --usb=00000000a3f7d2c9`
211210
- If you have problems, try to disable `legacy` mode
212211

213212
#### 2. Without Raspberry Pi (host-only testing)

0 commit comments

Comments
 (0)