You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,17 @@ The setup should work on any devices with these basic requirements (albeit, with
18
18
19
19
Currently tested with multiple Raspberry Pi boards supporting USB OTG.
20
20
21
+
## 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.
23
+
24
+
You may want to update the `country_code` in the `/etc/hostapd.conf` file.
25
+
26
+
That should be it. Insert the SD card and connect the board to the car. Make sure to use a data cable, with the USB OTG enabled port.
27
+
28
+
Once the car recognizes the device and sends a request to start Android Auto, bluetooth is enabled. On your phone, open Bluetooth settings and pair a new device called "AA Wireless Dongle". Once paired, it should automatically start the Wireless Android Auto on the car screen.
29
+
30
+
From the next time, it should automatically connect to your phone, no need to pair again. Make sure your Bluetooth and Wifi are enabled on the phone.
31
+
21
32
## Build
22
33
### Start the vagrant box
23
34
```shell
@@ -35,22 +46,13 @@ $ cd output/rpi0w
35
46
$ make
36
47
```
37
48
38
-
You may want to update the `country_code` in the relavent `hostapd.conf` file for your board. See [/board/common/rootfs_overlay/etc/hostapd.conf](aa_wireless_dongle/board/common/rootfs_overlay/etc/hostapd.conf)and other board specific overrides.
49
+
When successful, this should generate the sd card image at `images/sdcard.img` in your output directory. See the "Install and Run" instructions above to use this image.
39
50
40
51
Use one of the following defconfig for the board you intend to use:
41
52
-`raspberrypi0w_defconfig` - Raspberry Pi Zero W
42
53
-`raspberrypizero2w_defconfig` - Raspberry Pi Zero 2 W
43
54
-`raspberrypi3a_defconfig` - Raspberry Pi 3A+
44
55
-`raspberrypi4_defconfig` - Raspberry Pi 4
45
56
46
-
## Install and run
47
-
Build should generate the sd card image at `images/sdcard.img` in your output directory. Install this image on the SD card using your favourite tool.
48
-
49
-
That should be it. Insert the SD card and connect the board to the car. Make sure to use a data cable, with the USB OTG enabled port.
50
-
51
-
Once the car recognizes the device and sends a request to start Android Auto, bluetooth is enabled. On your phone, open Bluetooth settings and pair a new device called "AA Wireless Dongle". Once paired, it should automatically start the Wireless Android Auto on the car screen.
52
-
53
-
From the next time, it should automatically connect to your phone, no need to pair again. Make sure your Bluetooth and Wifi are enabled on the phone.
54
-
55
57
## Limitations
56
58
- Tested with very limited set of headunits and cars. Let me know if it does not work with your headunit.
0 commit comments