Skip to content

Support older BT devices that require pin #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

Closed
nseidle opened this issue Feb 10, 2021 · 2 comments
Closed

Support older BT devices that require pin #5

nseidle opened this issue Feb 10, 2021 · 2 comments

Comments

@nseidle
Copy link
Member

nseidle commented Feb 10, 2021

User is connecting to WinCE tablet that seems to be using an older BT stack. Luckily, the SparkFun BT dongle has the same behavior when connecting to a BT device.

We can make a pin available for older connections and no pin required for newer BT connections:

  esp_bt_io_cap_t iocap = ESP_BT_IO_CAP_NONE; //Requires pin 1234 on old BT dongle, No prompt on new BT dongle
@nseidle
Copy link
Member Author

nseidle commented Feb 10, 2021

Here are binaries to try out:

See this tutorial for info on how to load new firmware onto the RTK Surveyor.

@nseidle
Copy link
Member Author

nseidle commented Mar 27, 2021

Fixed in v1.2.

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

No branches or pull requests

1 participant