-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to pair ELM327 with password? #53
Comments
This is not currently supported. However, it is possible to implement it. |
I don't remember the model well, but it is a common ELM327 of those of which you can find plenty on Amazon. I did a short search, again on Amazon and it seems that they all require a PIN like 1234 or 0000 |
Do you think that such a modification, which is very crude, would be fine
... into the obd.cpp |
I have tested some, but none required a pin.
Yes, this would work. But I would add this to settings page and set if not empty. |
Perfect! So could you recommend some model of adapter that you have tried and does not require pins? in any case as soon as I have a way, if you want, I will write you the model of my ELM327 adapter Yes, implementing the configuration on the home screen looks good and that's what I was trying to do, but it's your code! And surely you will be better, it takes me much longer to understand where to put my hands |
https://www.amazon.de/dp/B0BG4W6MLD |
Thank you for your patience, you were very kind. Do you think you can change the PIN in the settings in the near future? |
the modification i made doesn't work, the device is detected with its mac address, but with name "0" instead of "OBDII"... i don't know if this can help. Anyway the bluetooth connection doesn't happen. If i can help you with the tests let me know!
|
Have you tested with PR #54? Can you provide some logs? |
Hi, sorry for the delay, but I only had the chance to try the bt-pin branch now. Here are the logs of a couple of attempts I made... First I set the bluetooth device name and MAC address directly in the settings page. The strange thing I noticed is that the MAC address is correct, while the name is displayed as "0" instead of "OBDII" (which I saved in the settings):
As a second test I deleted the device name and MAC address and let it search for devices, and I noticed that the ELM327 bluetooth adapter I have is not detected.
Can I help you with some more attempts? |
For this model the manufacturer states that you must enter the PIN: For the model you suggested, which does not use a PIN, however, I read that you have to press the power button every time and it does not start automatically with the car; is that so? Googling a bit I noticed conflicting opinions of users who said that for the same, for some users the PIN was required and for other users not; I discovered that the discriminating thing for many is the operating system of the smartphone, it seems that the pairing for Apple is very often without PIN (I use android) for example in this video, which if I'm not mistaken is from the adapter we were talking about, the user enters a PIN: |
I haven't tested, but I think it's not required.
I used this this device without any issues, no pin required and it's not required to press the power button on any use. I think you must power on, only on low battery.
https://www.amazon.de/dp/B0BG4W6MLD using this since months, without any issues. No pin, no button press is needed. The button is only required to pair the dongle. Switches dongle in visible mode. |
Not really, because you did everything I would have done. |
How do I pair an ELM327 bluetooth adapter that asks for a PIN?
A Bluetooth information section on the Info page would also be useful
The text was updated successfully, but these errors were encountered: