Skip to content

Commit ad41501

Browse files
Rename repository to WirelessAndroidAutoDongle
1 parent fae8bf0 commit ad41501

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AAWirelessDongle
1+
# Wireless Android Auto Dongle
22

33
Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
44

@@ -19,7 +19,7 @@ The setup should work on any devices with these basic requirements (albeit, with
1919
Currently tested with multiple Raspberry Pi boards supporting USB OTG.
2020

2121
## Install and run
22-
[Download a pre-built sd card image](https://github.com/nisargjhaveri/AAWirelessDongle/releases) or build one as described below. Install the image on the SD card using your favorite tool.
22+
[Download a pre-built sd card image](https://github.com/nisargjhaveri/WirelessAndroidAutoDongle/releases) or build one as described below. Install the image on the SD card using your favorite tool.
2323

2424
You may want to update the `country_code` in the `/etc/hostapd.conf` file.
2525

@@ -33,15 +33,15 @@ From the next time, it should automatically connect to your phone, no need to pa
3333
Once you've already tried multiple times and it still does not work, you can ssh into the device and try to get some logs.
3434

3535
- Connect the device to the headunit, let it boot and try to connect once. The logs are not persisted across reboots, so you need to get the logs in the same instance soon after you observe the issue.
36-
- Connect to the device using wifi (SSID:AAWirelessDongle, Password: ConnectAAWirelessDongle, see [hostapd.conf](https://github.com/nisargjhaveri/AAWirelessDongle/blob/main/aa_wireless_dongle/board/common/rootfs_overlay/etc/hostapd.conf)).
37-
- SSH into the device (username: root, password: password, see relevant defconfigs e.g. [raspberrypi0w_defconfig](https://github.com/nisargjhaveri/AAWirelessDongle/blob/main/aa_wireless_dongle/configs/raspberrypi0w_defconfig)).
36+
- Connect to the device using wifi (SSID:AAWirelessDongle, Password: ConnectAAWirelessDongle, see [hostapd.conf](https://github.com/nisargjhaveri/WirelessAndroidAutoDongle/blob/main/aa_wireless_dongle/board/common/rootfs_overlay/etc/hostapd.conf)).
37+
- SSH into the device (username: root, password: password, see relevant defconfigs e.g. [raspberrypi0w_defconfig](https://github.com/nisargjhaveri/WirelessAndroidAutoDongle/blob/main/aa_wireless_dongle/configs/raspberrypi0w_defconfig)).
3838
- Once you're in, try to have a look at `/var/log/messages` file, it should have most relevant logs to start with. You can also copy the file and attach to issues you create if any.
3939

4040
## Build
4141

4242
### Clone
4343
```shell
44-
$ git clone --recurse-submodules https://github.com/nisargjhaveri/AAWirelessDongle
44+
$ git clone --recurse-submodules https://github.com/nisargjhaveri/WirelessAndroidAutoDongle
4545
```
4646

4747
### Build with Docker

0 commit comments

Comments
 (0)