ESP32 Bit Pirate home
  • Wi-Fi
  • Beginner
  • 5 min
  • Serial CLI

Recipe · Beginner · Wi-Fi

How to look up a MAC address vendor

Use Wi-Fi lookup mac to query vendor details for a MAC address while documenting devices on a bench network.

Wi-Fi signal with local network devices.
A practical ESP32 Bit Pirate recipe based on documented firmware commands.
Step 1

Commands

Run this sequence from the CLI. Adjust pins, addresses or filenames to match your own setup.

Result

What it means

Vendor lookup helps label devices found by discovery, scan logs or local network testing.

Troubleshooting

  • Re-enter the selected mode setup if pins changed.
  • Confirm the target shares ground with the ESP32 Bit Pirate.
  • Start with short commands before using longer capture or bridge sessions.

Next steps

  • Use discovery to list local hosts.
  • Use lookup ip for IP-level context.
  • Keep a project table of MAC, vendor, role and notes.

MAC vendor lookup FAQ

What does a MAC vendor lookup identify?

It uses the address prefix to infer the manufacturer or organization that registered the OUI. This helps label unknown devices found during LAN discovery.

Why can the vendor be missing or misleading?

Randomized MAC addresses, locally administered addresses, virtual interfaces and incomplete databases can hide or distort the real device vendor.

Should I use MAC lookup alone to identify hardware?

No. Combine it with hostname, open ports, physical context, signal strength, device behavior and your own notes before deciding what a device is.

Go deeper