CAN Analyzer — Wireless

User Manual · Latest

Contents

1. What it is

The CAN Analyzer is a two-part tool:

  • The analyzer — the hardware unit. It connects to your CAN bus and either creates its own Wi-Fi hotspot or joins your existing network.
  • The software — a desktop application that joins that hotspot and shows you the traffic.

There is no USB cable between them. The analyzer is powered independently and everything travels over Wi-Fi, so the PC can sit several metres away from the vehicle or test rig.

The analyzer can also log to a microSD card entirely on its own, with no PC present at all.

What you can do with it

Watch Every frame on the bus, live, with timestamps
Record To a CSV file on the PC, to a microSD card on the analyzer, or both
Transmit Single frames, repeating frames, or automatic replies to specific IDs
Decode Raw bytes into named signals with engineering units, using a DBC file
Filter Narrow the traffic down to the IDs you care about
Connect Over the analyzer's own hotspot, or over your existing Wi-Fi so the PC keeps its internet connection

2. Installing the software

You do not need Python or any other software installed. Everything is included.

Windows

  1. Download CANAnalyzer.exe and copy it anywhere you like — your Desktop, or a folder such as C:\Tools\CANAnalyzer.
  2. Double-click it.

That is the whole installation. It is a single self-contained file: no installer, no Python, nothing added to your system. To remove it, delete the file.

The first launch takes a few seconds longer than later ones while the program unpacks itself into a temporary folder.

If Windows shows a blue "Windows protected your PC" banner, click More info → Run anyway. This appears because the software is not code-signed, not because anything is wrong with it.

Linux

  1. Download the CANAnalyzer file to your machine.
  2. Make it executable and run it:

    chmod +x CANAnalyzer
    ./CANAnalyzer

If it refuses to start and mentions a missing library, install the standard Qt runtime packages:

sudo apt install libgl1 libegl1 libxkbcommon-x11-0 libxcb-cursor0 \
                 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libdbus-1-3

3. Connecting to the analyzer

Step 1 — Power the analyzer

Connect the analyzer to power and to your CAN bus. After a few seconds it starts broadcasting its Wi-Fi network.

Step 2 — Join its Wi-Fi network

On your PC, open the Wi-Fi list and connect to:

CAN Analyzer - Wireless ####

#### is four characters unique to your unit, so if there is more than one analyzer nearby you can tell them apart. Yours is printed on the device.

There is no password.

Windows will report "No internet" — that is expected and correct. The network exists only to reach the analyzer.

Note: while connected to this network your PC has no internet access. If you need both at once, use a second adapter (for example a USB Wi-Fi dongle for the analyzer, and your normal Wi-Fi for internet).

Step 3 — Start the software

Launch the application. Within a second or two the analyzer appears in the Device list at the top-left, and the software connects to it on its own:

Device:  ● CAN Analyzer - Wireless A1B2  [CAN RUNNING]      Online
  • A green means the analyzer is present and broadcasting.
  • A grey means it was seen recently but has now gone quiet.
  • Online / Offline on the right shows whether the data link is up.

That is all. Auto-connect is ticked by default, so it will also reconnect by itself if the link drops or the analyzer is restarted.

If the analyzer does not appear

  1. Confirm your PC really is on the analyzer's network — Windows sometimes hops back to your usual network because this one has no internet.
  2. Press Rescan.
  3. If it still does not show, go to Config Panel → Wireless Link, type 192.168.4.1:3333 into Address, and press Connect to Address.

Disconnecting

Press Disconnect. This also unticks Auto-connect, so the software will not immediately reconnect. Tick it again when you want automatic connection back.

While connected to the analyzer's hotspot, your PC has no internet access. You can avoid that by telling the analyzer to join your normal Wi-Fi instead. Both it and your PC are then on the same network, so you keep internet access and usually get noticeably better range.

Go to Config Panel → Network:

  1. Press Scan and pick your Wi-Fi from the list.
  2. Type the password and press Save & Connect.
  3. Wait. When it succeeds you are told the address the analyzer was given.
  4. Connect this PC to that same Wi-Fi, then press Rescan.

From then on it connects automatically whenever both are on that network. The analyzer remembers the details through power cycles.

2.4 GHz only. The analyzer cannot join a 5 GHz network, and 5 GHz networks will not appear in the scan. Many routers broadcast both bands under one name, which works fine — the analyzer simply uses the 2.4 GHz side. If your router splits them into separate names, choose the 2.4 GHz one.

The hotspot never goes away. It stays available even once your Wi-Fi is joined, so if your router is switched off or you take the analyzer somewhere else, you can always connect to the hotspot again. Nothing can lock you out.

Forget Network returns it to hotspot-only.

If the analyzer cannot join within 30 seconds it gives up, tells you why, and stays on the hotspot — you are never left stranded. The usual causes are a wrong password, a 5 GHz-only network, or being out of range.

4. The main window

The window has three tabs along the top:

Tab Purpose
Home Live traffic list, plus the Config and TX panels
AT Control Panel Direct command access and a communication log
DBC Live Decoded signal values

The Home tab is split: the traffic list fills the left, and a two-tab panel sits on the right holding Config Panel and TX Panel.

The toolbar across the top carries the device selection, connection buttons, the link indicator, and the Theme button, which switches between light and dark.

5. Watching traffic

Everything the analyzer receives appears in the table on the Home tab.

Column Meaning
Timestamp When the PC received the frame, to the millisecond
DIR RX = received from the bus · TX = sent by you
ID CAN identifier in hex (3 digits standard, 8 digits extended)
IDE STD = 11-bit · EXT = 29-bit
Type DATA = carries payload · REMOTE = remote request
DLC Number of data bytes, 0 to 8
Data The payload bytes in hex

Controls above the table

  • Table size (1000–5000) — how many rows are kept. When full, the oldest rows drop off the top. This affects display only; recording is unaffected.
  • Display RX only — hides your own transmissions so you see only bus traffic.
  • Autoscroll — keeps the newest row in view. Untick it, or simply drag the scrollbar up, to hold your position while traffic continues.
  • Clear CAN Data — empties the table. Does not affect any recording.

No traffic showing? The CAN controller may be stopped. Go to Config Panel and press Start CAN. Also check the baud rate matches your bus — a mismatch produces no frames at all rather than corrupted ones.

6. Configuring the analyzer

Home → Config Panel. Each setting has its own button; the change is sent to the analyzer when you press it, and Last action shows Success or Failed.

CAN Baud

Choose from 25, 50, 100, 125, 250, 500, 800 or 1000 kbit/s, then press Set BAUD. 500 kbit/s is the most common in vehicles.

The new rate takes effect the next time the CAN controller starts. Press Stop CAN then Start CAN to apply it immediately. The setting is stored on the analyzer and survives a power cycle.

CRC

Adds a checksum to every frame travelling between the analyzer and the PC. Wi-Fi already guarantees delivery, so this is normally left disabled. Enable it only if you suspect data corruption.

Autostart

With Autostart ON, the analyzer begins receiving CAN traffic the moment it powers up, without waiting for the PC. Recommended if you use SD card logging, so recording starts at power-on.

Start CAN / Stop CAN

Starts and stops the CAN controller. While stopped, the analyzer stays connected to the PC but ignores the bus entirely.

Network, SD Card Logging and Wireless Link

The same Config Panel also holds three further groups:

  • Network — put the analyzer on your own Wi-Fi instead of using its hotspot. See section 3.
  • SD Card Logging — recording onto the analyzer itself. See section 8.
  • Wireless Link — which analyzer you are connected to, the current throughput, and a box for typing an address by hand.

7. Filtering by CAN ID

Home → Config Panel → Filters. Filters run on the analyzer, so filtered traffic never crosses the Wi-Fi link at all. This is the most effective way to cope with a busy bus.

Modes

Pick a mode and press Send Mode:

Mode Effect
Allow ALL Everything (the default)
STD only 11-bit identifiers only
EXT only 29-bit identifiers only

Specific IDs

  • Exact ID — type an ID in hex, choose STD or EXT, press Add Exact.
  • Range — enter start and end IDs in hex, choose STD or EXT, press Add Range. Both ends are included.

Every filter you add appears in the list. Adding any specific ID switches the analyzer out of "allow all" — from then on, only what you have listed gets through.

Clear Filters removes everything and returns to Allow ALL.

Important: filters apply to messages you send as well as those you receive. If you have filtered down to ID 100 and then try to transmit ID 200, the analyzer will silently discard it. Clear your filters before transmitting on an ID you have filtered out.

8. Recording data

There are two independent recorders. You can run both at once.

To the PC

On the Home tab:

  • Log CSV — tick it, choose a filename, and every frame is written continuously as it arrives. Untick to stop and close the file.
  • Export RAW CSV — writes whatever is currently in the table to a file. A snapshot, limited by the Table size setting.

To the analyzer's SD card

Home → Config Panel → SD Card Logging. This records on the analyzer itself, independently of the PC — it keeps running if the Wi-Fi drops or the PC is shut down.

Field Meaning
Card Whether a card is detected and whether logging is on
Log file The file currently being written, and the card size
Written Frames and bytes recorded so far, plus any dropped
  • Insert a FAT32-formatted microSD card. It is detected within about two seconds — no restart needed.
  • Enable / Disable Logging — this preference is remembered across power cycles.
  • New File — closes the current file and starts a fresh one. Useful for separating test runs.
  • Refresh — updates the display immediately (it also refreshes on its own every few seconds).

Cards must be formatted FAT32.

Files are named CANLOG000.CSV, CANLOG001.CSV and so on, in the card root. A new file is started each time the card is mounted and whenever you press New File. Numbering continues from where it left off, so earlier logs are never overwritten. The columns are identical to the PC's CSV export.

About timestamps. The analyzer has no battery-backed clock. It learns the time from the PC when the software connects. Frames recorded before that first connection are stamped with the time since the analyzer powered up (for example 47.512), and frames after it get a real date and time. A single file can therefore contain both formats — if you need consistent timestamps, connect the software before starting a recording.

9. Sending messages

Home → TX Panel. The analyzer must be running — press Start CAN first.

A single message

Fill in ID (hex), STD or EXT, DATA or REMOTE, the DLC, and the data bytes as space-separated hex (11 22 33 44). Press Send Now.

If you enter fewer bytes than the DLC, the rest are padded with zeros.

Repeating messages

Same fields, plus Interval (ms). Press Add and it begins transmitting immediately and repeats until stopped. Add as many as you need — they all run together and are listed in the box.

Stop All halts every repeating message at once.

Automatic replies

Makes the analyzer answer a specific incoming ID with a frame of your choosing — useful for simulating a module that is not physically present.

  1. Match ID and ID Type — the incoming frame to watch for.
  2. Data mask (optional) — see below.
  3. Reply ID / Type / Frame Type / DLC / Data — the frame to send back.
  4. Press Add Auto Reply Rule.
  5. Tick Enable Auto Replies to arm all rules.

Rules only fire while that box is ticked. Clear Rules removes them all.

How the data mask works. Leave it empty to reply to any frame with that ID. If you do supply one, each non-zero mask byte lists bits that must all be set in the corresponding data byte of the incoming frame. Zero bytes are ignored. For example a mask of 0F 00 means "the low four bits of byte 0 must all be 1; byte 1 doesn't matter".

10. Signal decoding with a DBC

A DBC file describes what the bytes on your bus actually mean. Load one and the DBC Live tab turns raw frames into named signals with real units.

Starting from the template

If you do not already have a DBC for your bus, a starter file called template.dbc is supplied with the software.

  1. Copy it and rename the copy — for example my_vehicle.dbc. Keep the original as a reference.
  2. Open your copy in any text editor (Notepad works; a DBC file is plain text).
  3. Change the message names, identifiers and signals to match your bus.
  4. Load it with DBC Live → Load DBC.

The template is deliberately generic — it assumes nothing about what your bus carries. Its four messages (ExampleStandardMessage, ExampleSignedMessage, ExampleBigEndianMessage, ExampleExtendedMessage) exist only to show the cases you are most likely to need: scaled values, an offset, a signed signal, a single-bit flag, named enumerated values, big-endian byte order and a 29-bit extended identifier. Each is explained by a comment in the file. Rename them to suit your system and delete whichever you do not need.

Loading

DBC Live → Load DBC, then pick your .dbc file. The tree fills with every message and signal it defines.

As matching frames arrive, values update live:

Column Meaning
Message / Signal Name from the DBC
Value Current decoded value, scaled into engineering units
Unit rpm, °C, km/h …
Last Update When that message was last seen

Messages defined in the DBC but not present on the bus simply stay blank.

Remove DBC unloads it and returns to raw bytes only.

Recording decoded values

  • Continuous DBC CSV — tick it and choose a filename to record decoded signal values continuously. Each column is one signal, named MessageName.SignalName.
  • Export DBC CSV — writes the currently displayed values as a snapshot.

The DBC editor

DBC Editor lets you inspect and adjust message and signal definitions — start bit, length, byte order, scaling, offset, min/max and unit. It warns you if two signals would overlap.

Changes are temporary. The editor modifies the definitions loaded in memory for the current session only. It does not write back to your .dbc file, and everything reverts when you unload the file or close the software.

So the workflow is: copy template.dbc, edit the copy in a text editor to make lasting changes, and use the DBC Editor only to experiment — for example nudging a start bit until a value reads correctly, then writing that change into the file yourself.

11. AT control panel

Direct access to the analyzer's command set, and a log of everything exchanged.

  • Manual AT Command — type a command and press Send. Press the ? button for the full list.
  • AT Debug Log — every command sent and every reply received, timestamped. Clear Logs empties it.

You do not need this for normal use — everything is available through the panels. It is useful for diagnostics and for settings without a UI control.

A good first command is AT+STATS?, which reports frame counters, queue drops and free memory. See Appendix A.

The routine keepalive traffic is deliberately hidden from this log, so what you see is only what you or the panels actually sent.

12. Reading the status bar

Along the bottom:

RX: 152430 (2145/s)   TX: 12 (0/s)   backlog: 320   dropped: 0   bad frames: 0
Field Meaning
RX Frames received in total, and the current rate per second
TX Frames you have sent, and the current rate
backlog Frames received but not yet drawn. Brief spikes are normal
dropped Frames discarded because the PC could not keep up
bad frames Frames that failed their integrity check

dropped and bad frames are hidden while they are zero — if you never see them, nothing is being lost.

The indicator at the right-hand end of the toolbar shows the state of the link:

Indicator Meaning
Online Connected and exchanging data
Offline Not connected
In use Another PC is using this analyzer — see section 13

If dropped climbs steadily, the bus is producing more than the PC can display. Add filters (section 7) to cut the volume at the source, or reduce the Table size.

Config Panel → Wireless Link additionally shows which analyzer you are connected to and the current throughput in each direction.

13. Troubleshooting

The analyzer never appears in the Device list

  • Check the PC is on the right network — either the analyzer's hotspot, or the Wi-Fi you told the analyzer to join. Windows will quietly move back to a network that has internet.
  • Press Rescan.
  • Enter the address under Config Panel → Wireless Link and press Connect to Address. On the hotspot that is 192.168.4.1:3333; on your own Wi-Fi it is the address the software showed you when it joined. You can also try canalyzer.local:3333.
  • Some networks block the discovery messages the analyzer broadcasts, especially guest networks and those with "client isolation" or "AP isolation" enabled. Connecting by address still works in that case.
  • Some corporate laptops block ad-hoc networks by policy; try another PC to confirm.

It joined my Wi-Fi but now I cannot find it

Connect this PC to the analyzer's hotspot again — it is always available. The Network panel will then show which network it is on and the address it was given.

It says the analyzer is "In use"

Another PC is connected to it. Only one PC can use an analyzer at a time, and an active session is not interrupted.

The software retries by itself, and takes over automatically within a few seconds if the other PC stops responding — closed the software, went to sleep, or was carried out of range. To take over immediately, press Connect.

It connects, then keeps dropping

  • Move the PC closer. The built-in hotspot has modest range — joining your own Wi-Fi instead (see section 3) usually improves this considerably.
  • Check the analyzer's power supply. Wi-Fi transmission draws current in bursts, and an undersized supply causes resets.

Connected, but no frames appear

  • Press Start CAN in the Config Panel.
  • Confirm the CAN Baud matches your bus. A wrong rate yields silence, not errors.
  • Check your filters — Clear Filters to rule them out.
  • Verify CAN High and CAN Low are not swapped, and that the bus is properly terminated.

Frames are being dropped

  • Add ID filters so the analyzer discards unwanted traffic before it reaches the PC.
  • Lower the Table size.
  • Turn off Continuous CSV logging while diagnosing.

The SD card is not detected

  • Format it as FAT32. exFAT and NTFS are not supported.
  • Reseat the card; detection is retried every two seconds.
  • Try AT+SD=REMOUNT in the AT Control Panel.
  • Cards above 32 GB often cannot be formatted FAT32 by Windows' standard dialog — use a dedicated formatting tool.

Windows will not run the software

  • On the blue "Windows protected your PC" banner, choose More info → Run anyway.
  • If the message says "An Application Control policy has blocked this file", your PC has Smart App Control enabled. It judges unsigned programs on reputation, so this can happen to a perfectly good file. Ask whoever supplied the software for the folder-style build, which SAC treats differently, or ask your administrator about Smart App Control.
  • Right-click the file → Properties. If there is an Unblock tick-box near the bottom, tick it and press OK — Windows adds that to files copied from another machine or downloaded.

Decoded values look wrong

  • Confirm the DBC actually matches this vehicle or device.
  • Check byte order (Intel vs Motorola) in the DBC Editor — this is the usual cause of wildly incorrect numbers.
  • Remember editor changes are session-only and are lost on unload.

Appendix A — Command reference

For advanced use and support. Enter these in the AT Control Panel. All replies begin AT+OK on success or AT+ERR on failure. Everything here is also available through the normal panels.

Command Purpose
AT+STATUS? CAN state, bit rate, CRC, autostart, SD and network mode
AT+STATS? Frame counters and dropped-frame counts
AT+STATS=RESET Zero all counters
AT+START / AT+STOP Start / stop the CAN controller
AT+BAUD=500000 Set bit rate (25000 – 1000000)
AT+AUTOSTART=ON / OFF Start CAN automatically at power-up
AT+ID=ALL Clear filters, accept everything
AT+ID=S_123 Accept standard ID 123 (hex)
AT+ID=R-S_100-200 Accept a standard ID range (hex)
AT+SD? Card state, current file, amount written
AT+SD=ON / OFF / NEW Enable, disable, or start a new log file
AT+WIFI? Network mode, addresses, signal strength
AT+WIFISCAN List nearby 2.4 GHz networks
AT+WIFICLEAR Forget the saved network
AT+VER? Firmware version

Useful AT+STATS? fields when diagnosing a problem:

Field Meaning
CRX / CTX CAN frames received / transmitted
NDROP Frames dropped because the Wi-Fi link fell behind
SDDROP Frames dropped because the SD card fell behind
FDROP Frames rejected by your ID filters (expected, not an error)
BUSOFF Bus-off events — points to a wiring or termination fault

Appendix B — Specifications

CAN bit rates 25, 50, 100, 125, 250, 500, 800, 1000 kbit/s
Frame types Standard (11-bit) and extended (29-bit), data and remote
Wi-Fi 2.4 GHz only — hotspot, or joins your own network
Hotspot name CAN Analyzer - Wireless ######## is unique per unit (open, no password)
Storage microSD, FAT32 formatted
PC requirements Windows 10/11 or Linux, 64-bit. No Python needed

One PC at a time. While a PC is actively using the analyzer, a second one is turned away and shown "In use" rather than interrupting the session. If the first PC goes quiet — crashed, asleep, carried out of range — the second takes over automatically a few seconds later. So you are never cut off mid-session, and never locked out by a machine that has gone away.

Security note. The analyzer's hotspot is open, so anyone within range can join it and reach your CAN bus. Power the analyzer down when it is not in use, and take care on shared premises.

For the same reason, when you send your Wi-Fi password to the analyzer over the hotspot it is not encrypted in transit. Do that somewhere you trust rather than in a public place.

Back to downloads