How to Get the MAC Address of Your Headset

Overview

If you need the Wi-Fi MAC address of your Pico 4E headset—for example, to configure your network or set up PCVR streaming—follow this step-by-step guide using ADB (Android Debug Bridge) tools.

What You’ll Need

  • A Windows PC

  • Your Pico 4E headset

  • A USB-C cable

  • ADB Tools (free download)

 

1. Turn On and Connect the Headset

  • Power on your Pico 4E headset.

  • Connect it to your Windows PC using a USB-C cable.

2. Download and Install ADB Tools

  • Download the ADB platform tools ZIP file here:
    Download ADB Tools for Windows

  • Unzip the file to a convenient location on your PC (e.g., your Desktop or Downloads folder).

3. Enable Developer Options on Your Headset

  • Put on your Pico 4E headset.

  • Navigate to:
    Settings > Device > Device Information

  • Tap repeatedly on “Launcher Version” until “Developer Options” appears in the menu.

Enable USB Debug on your headset.jpg

4. Open a Command Prompt and Navigate to ADB Tools

  • On your PC, open the Command Prompt (search for “CMD” in the Start Menu).

  • Use the cd command to navigate to the folder where you unzipped the ADB tools.

5. Confirm the Headset is Detected

  • Run the following command: adb devices

  • You should see your headset listed as a connected Android device. If prompted on the headset, allow USB debugging.

6. Get the MAC Address

  • Now run this command: adb shell ip addr show wlan0

  • Look for a line that looks like: link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff

  • The XX:XX:XX:XX:XX:XX is your Wi-Fi MAC address.

 

Related to

Updated