Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First time Bluetooth pairing between ESP32 and ELM327 #234

Open
paulhth opened this issue Mar 10, 2024 · 1 comment
Open

First time Bluetooth pairing between ESP32 and ELM327 #234

paulhth opened this issue Mar 10, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@paulhth
Copy link

paulhth commented Mar 10, 2024

Hello,

At the moment I'm trying to build a similar project (ESP-32 connected to an ELM327 via Bluetooth) and I was wondering if there's a special procedure when the two devices have never been paired before. Do we need to pair them manually (connecting both of them to a laptop/phone?) or does the code built in the ELMduino library (and presented on the Arduino forum here) take care of that first time initialization as well?

@paulhth paulhth added the question Further information is requested label Mar 10, 2024
@jimwhitelaw
Copy link
Collaborator

jimwhitelaw commented Mar 10, 2024

There’s nothing special you need to do to pair the devices prior to using the library. However, you may encounter a situation where your Esp32 will not pair and you need to clear out its internal list of previous connections. See this sketch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants