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
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,25 +11,28 @@ This repository consists of the buildroot setup to generate an sd card image to
11
11
- Supports multiple boards (Currently multiple Raspberry Pi boards).
12
12
13
13
## Supported Hardware
14
-
The setup should work on any devices with these basic requirements (albeit, with some modifications).
14
+
This is currently tested and built for multiple Raspberry Pi boards supporting USB OTG.
15
+
16
+
The setup should technically work on any devices with these basic requirements (albeit, with some modifications).
15
17
- The board should support USB OTG or Gadget mode.
16
18
- Has Wifi and Bluetooth. External should also work if not in-built.
17
19
- Should be able to operate on power provided by the car.
18
20
19
-
Currently tested with multiple Raspberry Pi boards supporting USB OTG.
20
-
21
21
## Install and run
22
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.
23
23
24
24
You may want to update the `country_code` in the `/etc/hostapd.conf` file.
25
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.
26
+
### First-time connection
27
+
- Connect the phone to headunit via USB cable, make sure Android Auto starts. Disconnect phone.
28
+
- Connect the board to the car. Make sure to use a data cable, with the USB OTG enabled port on the board.
29
+
- Open Bluetooth settings and pair the new device called "AndroidAuto-Dongle" or "AA Wireless Dongle" on your phone.
30
+
- After this phone should automatically connect via Wifi and the dongle will connect to the headunit via USB and start Android Auto on the car screen.
27
31
28
-
Connect the device's OTG enabled usb port to car's usb port.
29
-
Once it boots up, open Bluetooth settings and pair a new device called "AA Wireless Dongle" on your phone.
30
-
After this it will try to connect to the car via USB and automatically start the Wireless Android Auto on the car screen.
32
+
### Subsequent connections
33
+
From the next time, it should automatically connect to the phone and start Android Auto.
31
34
32
-
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.
35
+
Make sure your Bluetooth and Wifi are enabled on the phone.
33
36
34
37
## Troubleshoot
35
38
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.
0 commit comments