PB2

Results 120 comments of PB2
trafficstars

This lib seems to be unsupported. A much easier to use and supported serial packet library can be found [here](https://github.com/PowerBroker2/SerialTransfer). The library also has a Python compatible (and pip-installable) package...

Hmm, looks like your ELM327 is responding with more chars than expected. I'll have to look into this and see if there's a straightforward fix

I updated `conditionResponse()` so that if the ELM327 responds with extra bytes, the function tests to see if the response has trailing or padding zeros. Based on that test, it...

Now that I think about it, since the ELM327 responds with more hex chars than can fit in a uint64_t, I don't think this fix works. I'll have to try...

I think I may have finally fixed the issue here with my recent update to the main branch. Could you give it another test to verify? Thanks!

Right now BLE is unsupported since I don't know how to use it. Other threads here have attempted to point me to BLE examples, but they're all super confusing. I'm...

**Note** BLE is not currently supported by this library 1. Maybe, but I doubt it 2. I'm not aware of any configuration settings that speed up BT connects 3. The...

My Libraries Manager is showing v3.0.2 which is the latest. Changes from v3.0.1 to latest is [here](https://github.com/PowerBroker2/ELMduino/compare/3.0.2...master)

Interesting, not sure why your version doesn't have the correct updates. I've never used the MAC address to connect - are you sure you have the correct address? Maybe [this](https://techtutorialsx.com/2018/03/09/esp32-arduino-getting-the-bluetooth-device-address/)...

For now, try the process [in my first comment](https://github.com/PowerBroker2/ELMduino/issues/58#issuecomment-773766025)