PB2

Results 120 comments of PB2
trafficstars

Thanks for testing out my library: I haven't had a chance yet to really stress test it, so I'm glad someone is! The bias is a constant that's simply added...

Also, there's usually a connection between the output limits and bias. Often times, the bias is the median value between the output limits

Thanks! Could you open a PR for an easy fix?

Sorry, I can't speak Korean, but it should be relatively easy to update the example sketch in the linked website using [the up-to-date examples given in the library](https://github.com/PowerBroker2/ELMduino/tree/master/examples). Best advice...

Ah, I see. The only idea I can come up with is maybe the ELM327 is connecting not to your ESP32, but with another BT device (laptop, phone, etc) before...

`NO DATA` means the PIDs you're requesting are unsupported and not an issue with the library. This makes sense considering all of your cars are 2008 or earlier (I can...

You can't submit commands using `processPID()`, only real PID queries. For this, you need the service, pid, and other pieces of context data: https://github.com/PowerBroker2/ELMduino/blob/35760840152b29106b599b036648280fff49c288/src/ELMduino.h#L321 You can use these functions to...

Please post your formatted code and debug printouts.

@415Robots Can you either post the debug printouts in the text of your comments (formatted please) or post the screenshots different? It's hard for me to read in the screenshots...

I'm not sure if this is a CAN error/warning as mentioned earlier or if this is how a service 32 PID response header is supposed to look like - can...