Adapters ELM327 WiFi have become an indispensable tool for car owners who want to diagnose their vehicle via a smartphone or computer. However, connecting such a device to Windows 10 Often raises questions—from choosing the right driver to setting up a network connection. Unlike Bluetooth versions, WiFi adapters require additional manipulation of IP addresses and ports, which can be intimidating for beginners.
In this article we will look at the connection process. ELM327 WiFi to the PC on Windows 10 step-by-step: from physical connection to testing the connection with the vehicle's ECU. We'll pay special attention to typical errors (for example, Unable to connect V Torque Pro or FORScan), which occur due to incorrect network settings or driver conflicts. If you've already tried connecting and received a connection failure message, you'll find a solution here.
Important: This instruction is valid for chip-based adapters. ELM327 v1.5 And v2.1, as well as their clones (for example, Vgate iCar2 or OBDLink LX). For models with STM32-chips (for example, ELM327 v2.3) additional steps may be required, which we will also cover.
1. Preparing the ELM327 WiFi adapter for use
Before connecting to Windows 10 Make sure the adapter ELM327 WiFi is in good working order and ready for operation. Most problems at this stage are related to improper nutrition or a damaged OBD-II connector of the vehicle.
Here's what you need to check:
- 🔌 Connecting to the OBD-II port: The adapter should fit tightly into the connector. If the contacts are oxidized, clean them with alcohol. On some cars (e.g., Toyota or Honda) the connector may be covered with a decorative plug - it needs to be removed.
- 🔋 Power indicator: after connecting to the car, the light on the adapter should light up red or green LED (Depending on the model). If the indicator does not light, check the OBD-II port fuse in the vehicle's fuse box.
- 📶 WiFi mode: Some adapters have a switch
WiFi/Bluetooth- make sure it is in positionWiFiOn models without a switch (e.g. Vgate iCar2) the mode is determined automatically.
If the adapter was previously used with an Android smartphone, reset it. To do this:
- Connect the adapter to the OBD-II port of the car (ignition must be on).
- Press and hold the reset button (if available) for 5-10 seconds or turn off the power for 30 seconds.
- Wait for the reboot (LED blinking).
2. Setting up a network connection in Windows 10
Unlike Bluetooth adapters, ELM327 WiFi It creates its own access point, which you connect to like a regular router. However, the default Windows 10 settings often assign an incorrect IP address, leading to connection errors.
Follow this algorithm:
- Connect to the adapter's WiFi network:
- Open the list of available networks in the Windows tray (📶 icon).
- Find the network with the name
OBDII,ELMWiFiorVgate_XXXX(where XXXX is a unique identifier). - Connect to it. The default password is usually
12345678,0000oradmin(check the instructions for your model).
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Select the adapter network connection and click
Properties. - Find in the list of protocols
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Set the switch to position
Use the following IP address.
Enter the following parameters (valid for most adapters) ELM327):
| Parameter | Meaning |
|---|---|
| IP address | 192.168.0.11 |
| Subnet mask | 255.255.255.0 |
| Main gateway | 192.168.0.10 |
| DNS server | Leave blank |
After applying the settings, check the connection via the command line:
ping 192.168.0.10
If the ping is successful (no packet loss), the adapter is ready to use. If not, see the section problem solving.
Why doesn't the adapter respond to ping?
The most common cause is an IP address conflict. Make sure there are no devices with IP addresses on your local network. 192.168.0.10 or 192.168.0.11Also check if Windows Firewall is blocking incoming connections (temporarily disabling it will help diagnose the problem).
3. Installing drivers for ELM327 (if required)
Most adapters ELM327 WiFi do not require installation of drivers for network operation, since data exchange occurs via TCP/IP. However, for some programs (for example, FORScan) a virtual COM port may be required. In this case, use the driver ELM USB Serial Port:
Download the driver from the official website of the adapter manufacturer or from trusted sources (for example, FTDI for FT232 chips). Install it manually:
- Connect the adapter to the USB port (if your model supports this mode).
- Open
device Manager(Win + X → Device Manager). - Find the device with a yellow exclamation mark (usually in the
Other devices). - Right click →
Update Driver → Browse my computer for driver software. - Specify the path to the downloaded driver and complete the installation.
After installation, check the appearance of the virtual COM port in the section Ports (COM and LPT). Remember the port number (for example, COM3) - it will be needed to configure programs.
☑️ Checking ELM327 drivers
4. Selecting a diagnostic program
To work with ELM327 WiFi on Windows 10 Several types of programs are suitable:
- 🔧 Universal scanners: FORScan (For Ford/Mazda), Torque Pro (via Android emulator), OBD Auto Doctor. Supports most OBD-II protocols.
- 🚗 Specialized utilities: VCDS (For VW/Audi), BMW INPA, Toyota Techstream. Require additional adapters or licenses.
- 💻 Terminals for manual commands: RealTerm, Putty. Allows you to send AT commands directly (for example,
ATZfor reset). - Download and install the program from official website.
- Launch FORScan and select
Settings → Connection. - In the section
Connection typeplease indicateWiFi (ELM327). - In the field
IP addressenter192.168.0.10, port -35000. - Click
Connection testIf everything is configured correctly, a message will appear.Connection established. - In the main program window, click
Connect to the car. - Select the protocol automatically or specify it manually (for example,
ISO 9141-2for the old Toyota). - Wait until the VIN number and vehicle model are determined.
- ⚠️ Error
No data received: Check the adapter's physical connection to the OBD-II port. Try resetting the adapter (disconnect power for 10 seconds). - ⚠️ Error
Unable to connect: Make sure that the IP address of the PC and the adapter are in the same subnet (192.168.0.X). Check your firewall settings. - ⚠️ Error
Link error: The adapter may be using an incompatible protocol. Try manually specifying a different protocol in the program settings (for example,CAN 11/500instead ofISO 9141).
Recommended for beginners FORScan (free version with limitations) or OBD Auto Doctor (paid, but with a trial period). Let's look at the setup using an example. FORScan:
5. Testing the connection with the vehicle's ECU
After successful connection, check the communication with the electronic control unit (ECU). FORScan it's done like this:
If the connection is not established:
To check the adapter's "liveness", you can send a test AT command via the terminal (for example, RealTerm):
ATZATI
ATDPN
ATRV
The response must contain information about the adapter version (for example, ELM327 v1.5) and the voltage of the on-board network (usually 12.6V with the engine off).
6. Solving common problems
Even with proper setup, errors can still occur. Here are the most common ones and how to fix them:
| Problem | Possible cause | Solution |
|---|---|---|
| The adapter is not detected as a WiFi network. | The WiFi adapter module is faulty | Try connecting via USB (if supported) or replace the adapter. |
| The ping works, but programs don't connect. | The port is occupied 35000 or blocked by antivirus |
Try the port 35001 or disable your antivirus temporarily |
| The connection is lost after 1-2 minutes | The adapter is overheating or there is not enough power | Use a USB extension cable for better cooling or check the OBD-II fuse |
Error No response from ELM |
Incompatible adapter firmware | Update firmware via ELMConfig or replace the adapter with the original one |
If the adapter was previously working but has stopped connecting, try resetting it to factory settings. To do this:
- Connect to the adapter via terminal (for example, Putty).
- Send the command:
ATWSATD
ATZ - Turn off the power for 30 seconds.
For adapters based on STM32 (For example, ELM327 v2.3) firmware may be required via STM32 Flash Loader. Look for firmware instructions on forums (for example, Drive2 or OBDII.to).
Frequently Asked Questions
Can ELM327 WiFi be used to diagnose diesel vehicles?
Yes, but with some caveats. Adapter ELM327 supports OBD-II protocols, which are universal for gasoline and diesel engines. However, for in-depth diagnostics (for example, reading fuel system errors) Common Rail) specialized programs such as Delphi DS150E or Launch X431.
For diesel vehicles older than 2005 (e.g. VW TDI or BMW d) You may also need an adapter that supports the protocol KWP2000.
Why doesn't Windows 10 see the ELM327 WiFi network?
There are several reasons:
- The adapter does not turn on: check the connection to the OBD-II port and the indication (the LED should be on).
- Conflict with other networks: Disconnect all other WiFi connections and try again.
- The WiFi adapter module is faultyTry connecting to it from your smartphone. If the network isn't visible there either, the adapter is faulty.
- The PC's WiFi adapter driver is out of date.: update your network card driver via
device Manager.
Also, make sure the adapter isn't in "sleep" mode—some models turn off WiFi after 5 minutes of inactivity.
Which port should I use to connect to the ELM327 via WiFi?
The standard port for most adapters is 35000However, some programs (for example, Torque Pro) can use 35001 or 5000If the connection fails, try:
- Port
35000(the most common). - Port
5000(for some clones ELM327). - Port
23(if the adapter emulates Telnet).
The port can be checked by sending the command ATDPN via the terminal. The adapter should return something like 35000.
Is it possible to connect ELM327 WiFi to Windows 10 via Bluetooth?
No, if your adapter is a pure WiFi model (for example, Vgate iCar2 WiFi). However, some universal adapters (for example, OBDLink MX+) support both protocols. In this case:
- Switch the adapter to Bluetooth mode (if there is a physical switch).
- Pair it with your PC via
Settings → Devices → Bluetooth. - Install a virtual COM port (the driver can be downloaded from the manufacturer's website).
- In the diagnostic program, select the connection type
Bluetoothand specify the appropriate COM port.
Please note: Bluetooth connection is less stable than WiFi and may be interrupted when there is a large amount of data (for example, when logging parameters).
Which cars are not supported by ELM327?
Adapters ELM327 do not work with:
- By car until 1996 (before the introduction of the OBD-II standard).
- Some European diesel engines (For example, Mercedes OM611), where a protocol is required
KWP2000at the physical level (not via OBD-II). - Hybrids and electric vehicles (eg Toyota Prius or Tesla), where specialized adapters are needed (for example, MVCI For Toyota).
- Cars with closed protocols (for example, some models BMW or Porsche require ISTA or PIWIS).
For older vehicles (1990-1995) adapters with support may be suitable OBD-I (For example, ALDL For GM or VAG-COM For VW).