Compatible Dongles
Naubat works with Bluetooth Low Energy, BLE, OBD-II dongles. It does not work with Classic Bluetooth adapters. This is the first requirement and the most important one. If a dongle is not BLE, the Naubat app is not compatible with it.Minimum Compatibility Requirements
A dongle is generally compatible with Naubat if all of the following are true:- It uses BLE, not Classic Bluetooth.
- It behaves as a standard open OBD dongle and is not locked to a single app or product ecosystem.
- It supports the ELM327 command model, or an equivalent implementation compatible with it.
- It allows the app to exchange diagnostic messages reliably with the vehicle.
Compatible Does Not Always Mean Ideal
Compatibility means the app can connect to the dongle and exchange messages with it, and the dongle can translate those messages into a format the vehicle understands. That is only the starting point. Among compatible dongles, some are clearly better suited to Naubat than others. The most suitable models behave more predictably in daily use and reduce edge cases around sleep state, reconnection, and vehicle activity detection.Brands Commonly Seen
The two families we most often highlight are:- Vgate
- Veepeak
What Makes a Dongle Better for Naubat
When comparing compatible dongles, we mainly look at three things:- Throughput and responsiveness
- Auto-sleep and auto-wakeup behavior
- Voltage reading accuracy
1. Throughput and Responsiveness
A higher-performance dongle can move more bytes per second and usually handles request sequencing more cleanly. That is generally preferable. At the same time, this is not the most critical factor for Naubat. Naubat does not rely on aggressive high-rate polling. In normal operation, the app usually sends only a small number of diagnostic requests, commonly around two messages per second. In theory, almost any decent commercial dongle should be able to handle that load. In practice, real behavior depends on firmware quality, internal buffering, and how well the dongle handles rapid command sequencing. If you want to compare raw throughput across models, a good external reference is Sidecar’s scanning guide. It is well documented and provides a useful comparison of scanner behavior, including throughput figures for many commonly available adapters. We still treat throughput as only one part of the decision, not the only decision criterion.2. Auto-Sleep and Auto-Wakeup Behavior
For Naubat, the ideal dongle behaves like this:- When the vehicle is turned off, the dongle enters sleep mode.
- While sleeping, it is no longer reachable over Bluetooth.
- When the vehicle becomes active again, the dongle wakes up and becomes available for the app to reconnect.
PP.
Even after configuring sleep behavior, real-world behavior must still be verified.
Some dongles enter a low-power state but remain visible over Bluetooth and wake up again as soon as the phone reconnects to them.
That is not the same as becoming truly unavailable while the vehicle is off.
What this means in real use
- If the dongle does not fully disappear when the vehicle is off, the app may still connect when you are nearby.
- This does not mean Naubat will start polling the vehicle continuously while it is parked.
- Naubat has an additional safety layer and only starts extracting data when vehicle activity conditions are met.
- In that scenario, the app may show a connected state even though no meaningful vehicle polling is taking place.
3. Voltage Reading Accuracy
Naubat continuously checks the dongle supply voltage using the standard ELM327 commandAT RV.
This value is used as one of the inputs for deciding whether the app should remain in Idle or move into Collecting Data.
Ideally, the dongle reports a voltage very close to the actual 12 V battery line of the vehicle.
Some dongles do this well.
Others systematically report a lower value, often around 1 V below the real battery voltage.
Examples reported by our tests and field experience:
| Model | Voltage behavior |
|---|---|
| Veepeak BLE | Often reports around 1 V below real battery voltage |
| Veepeak BLE+ | Often reports around 1 V below real battery voltage |
| Vgate iCar Pro 2S | Usually close to real battery voltage |
| vLinker FD+ | Usually close to real battery voltage |
Our Practical Recommendation
If you want the simplest and most predictable experience, choose a BLE dongle that is:- Open to third-party apps
- ELM327-compatible
- Stable under repeated command sequencing
- Able to sleep when the vehicle is off
- Able to wake when the vehicle becomes active again
- Reasonably accurate when reporting supply voltage
Advanced Configuration and Validation
The sections below are optional. They are intended for users who want to inspect or tune dongle behavior more deeply.Check programmable parameters
Check programmable parameters
Compatible dongles in this category expose programmable parameters.
Use the
AT PPS command to inspect them.Auto-sleep parameter PP 0E
Auto-sleep parameter PP 0E
Programmable parameter
The exact bit-level interpretation depends on the firmware implementation, but this is the parameter that governs the sleep profile.
PP 0E controls auto-sleep behavior.For the compatible dongles we know, this is the relevant parameter for:- Whether auto-sleep is enabled
- How long inactivity must last before sleep
- Whether low-power behavior is allowed
| Value | Typical meaning |
|---|---|
FA | Auto-sleep enabled, longer timeout behavior |
A2 | Auto-sleep enabled, shorter timeout behavior |
Set PP 0E manually
Set PP 0E manually
A common configuration pattern is:Replace
XX with the desired value, for example FA or A2.After changing the value, validate real behavior instead of assuming the change is fully applied:- Turn the vehicle off
- Wait for the expected timeout
- Check whether the dongle truly disappears from BLE discovery
- Turn the vehicle on again and verify that it becomes reachable
Check voltage with AT RV
Check voltage with AT RV
To inspect reported supply voltage:Compare this with a direct battery measurement using a multimeter.
If both values are close, the dongle is usually a better fit for Naubat’s idle-versus-active detection logic.
Correct voltage calibration with AT CV
Correct voltage calibration with AT CV
If the dongle reports a clearly incorrect voltage, you can sometimes correct it with voltage calibration.Recommended procedure:A practical tool for this kind of testing is Serial Bluetooth Terminal, or any equivalent app that allows manual command entry.
- Measure the real 12 V battery voltage with a multimeter.
- Read the dongle voltage using
AT RV. - If the difference is significant, use a serial terminal app that can send raw ELM327 commands.
- Send
AT CV dddd, whereddddrepresents the calibration target indd.ddvolts.
Scope of Compatibility
Naubat cannot guarantee compatibility for every BLE dongle on the market. Even within the ELM327-compatible category, implementation quality varies significantly. Our working position is:- Open BLE dongles based on the ELM327 model are generally compatible
- Some models are better suited than others
- Sleep behavior and voltage reporting matter more than marketing claims
- Verified models remain the safest choice when reliability matters